How can I understand hexadecimal colors? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How can I understand hexadecimal colors?

11th Dec 2019, 12:18 PM
Darcy Dev
Darcy Dev - avatar
4 Answers
+ 2
you can understand them by knowing hexadecimal numbers, and by looking at their values two digits at a time . RGB = Red Green Blue. #124567 , 12 = Red /45 =Green /67=Blue i.e : #FF0000 = is red because it is the highest value. the primary colors are easy to use. but don't worry you don't have to memorize everything most IDEs, text editors come with a color picker tool.
11th Dec 2019, 12:53 PM
Bahhaⵣ
Bahhaⵣ - avatar
+ 5
Have a look at this https://htmlcolorcodes.com/
11th Dec 2019, 12:29 PM
Michal Straka
Michal Straka - avatar
+ 4
By playing a bit with this you'll probably get a better idea. https://code.sololearn.com/WioPU7tLcpkK/?ref=app
11th Dec 2019, 2:02 PM
HonFu
HonFu - avatar
0
Hi
13th Dec 2019, 7:45 AM
Mdamjad Alam