Is there any way to master the hexadecimal color system? I find myself using random combinations of numbers and letters | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there any way to master the hexadecimal color system? I find myself using random combinations of numbers and letters

3rd Jul 2019, 9:03 AM
Elvis King
4 Answers
+ 1
No need to memorise or learn the hex system, just understand color theory and use generators
3rd Jul 2019, 9:04 AM
HNNX 🐿
HNNX 🐿 - avatar
+ 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
3rd Jul 2019, 9:07 AM
HonFu
HonFu - avatar
0
How do you mean? What are generators? I appreciate you trying to help me
3rd Jul 2019, 9:06 AM
Elvis King
0
The first link was really helpful. Thanks
3rd Jul 2019, 9:25 AM
Elvis King