How to remember hex value of colors in HTML ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to remember hex value of colors in HTML ?

Need to learn it Or any specific way to make the hex value ?

26th Jun 2022, 11:26 AM
JIYA
JIYA - avatar
3 Answers
+ 6
Mikolaj I totally agree, I think a lot of people here needs to know that it's impossible to know it all. search engines are great tools and it's always right to do a google search when in doubt.
26th Jun 2022, 12:49 PM
Apollo-Roboto
Apollo-Roboto - avatar
+ 5
No normal human will learn all possible hex color values, since it’s 256*256*256 possible configurations (maybe plus alpha value). Use gimp or photoshop or some online website to choose a preferred color from a pallette and it will give you it’s hexcode. After a while you’ll be able to see that e.g. FF1200FF in RGBA is predominantly red with a microscopic smudge of green.
26th Jun 2022, 11:48 AM
Nick
+ 3
No need to remmember and if you use code editor like vscode just type any hex code and click at color selector and choose color you need, you can also use developer tool in any browser and eddit color, then just copy/paste. You can also use internet to find color palete, or get inspiration from other sites.
26th Jun 2022, 3:17 PM
PanicS
PanicS - avatar