0
How to learn color codes ,They are jumbled.?
Like #ffffff,800000
6 ответов
+ 10
There is no need to learn them by heart. Here's how it works:
A HEX color code consists of 6 numbers, like this:
#RRGGBB;
Where RR is red
GG is green
BB is blue
0 is the smallest value for each character, F is the biggest.
So, #FFFFFF will be all colors with maximum values mixed together, the color will be white. #800000 is a little amount of red, color will be dark red.
You don't have to remember all these things. Every time you need a color code just open any colorpicker (you'll find a lot on google), choose a color you like and copy color code.
+ 5
There are numerous color codes.U can't byheart them all.So just google it u will find a list of colors with their codes.choose the color u want and use it.
+ 3
Wlcm.
Happy Coding.....
+ 3
Sanjeev Verma Can you explain why you mark your own answer as best answer?
The Best Answer is obviously by Artem.
+ 1
Color picker is the best way
+ 1
Thanks!