Hexadecimal Color

Anyone having trouble explaining the hexadecimal to color activity that was optional?

Could you please give me more details? What trouble are you experiencing?

Yes when you convert the hex value to binary and then have to color match it on the last page. How do you find out the color?

You need to compare the amount of red, green, and blue components to figure out the color. For example, if there is a lot of red (big number), no green (0), and a little blue (small number), the color would be a shade of red(magenta). If there is a lot of red, no green, and a lot of blue, the color would be a light shade of red (pink). Similarly, if the code has no red, a lot of green, and a lot of blue, the color will be a lighter shade of green. I hope this helps.

1 Like