How to represent hexadecimal value to each color..can anyone help me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to represent hexadecimal value to each color..can anyone help me

20th Aug 2017, 6:14 PM
Swe
Swe - avatar
6 Answers
+ 1
Check this code please to see colors and also some info about dom when color option popup click MORE https://code.sololearn.com/WFjhLBjV97Lv/?ref=app
20th Aug 2017, 6:49 PM
Melih Melik Sonmez
Melih Melik Sonmez - avatar
0
#rrggbb, the first two digits are red, the second two are green, and the last two are blue. there are online color choosers that output the hexadecimal for whatever color you choose
20th Aug 2017, 6:22 PM
Ralph Landon
Ralph Landon - avatar
0
can you say hexadecimal value of yellow by your own without using online and explain your answer
20th Aug 2017, 6:37 PM
Swe
Swe - avatar
0
#FFFF00 it's full red and full green, but..I did look it up, couldn't remember if it was full green and full blue, but I think that's like cyan. I don't have them memorized because I don't do much frontend work. you can become familiar with them after using them a bit, less red would make it change into a yellow green, less green would make it change into an orange, and blue and it turns whiter
20th Aug 2017, 6:41 PM
Ralph Landon
Ralph Landon - avatar
0
thank you..it's really useful to me..
20th Aug 2017, 6:47 PM
Swe
Swe - avatar
0
No problem, the best thing is really to experiment with them, check out one of the color choosers and see how variations on color change the digits of the number, keeping in mind that it's rgb, two digits per color
20th Aug 2017, 6:49 PM
Ralph Landon
Ralph Landon - avatar