0
How to represent hexadecimal value to each color..can anyone help me
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
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
0
can you say hexadecimal value of yellow by your own without using online and explain your answer
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
0
thank you..it's really useful to me..
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