0
Is there any way to master the hexadecimal color system? I find myself using random combinations of numbers and letters
4 ответов
+ 1
No need to memorise or learn the hex system, just understand color theory and use generators
+ 1
A (6 letter) color code stands for three hexadecimal values between 0 and 255.
So the first two letters represent the red component from min to max, the next two green, the next two blue.
You should play around with the program in the first link to get an idea.
And the second link demonstrates how you translate a regular number to hex.
https://code.sololearn.com/WJly9ZuywWBU/?ref=app
https://code.sololearn.com/co2yThgC1yQA/?ref=app
0
How do you mean? What are generators? I appreciate you trying to help me
0
The first link was really helpful. Thanks