0
How to remember hex value of colors in HTML ?
Need to learn it Or any specific way to make the hex value ?
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.
+ 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.
+ 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.