Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Treehouse Club: CSS My First Web Page Color Keywords, Hex Colors, and Font Families

Lisa Herbert
Lisa Herbert
804 Points

I answered this question with false because I thought the letters dont go till R, I thought the max. letter is F?

I answered this question with false because I thought the letters dont go till R, I thought the max. letter is F?

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

You are correct, but you're not exactly understanding their question (or it's not really clear). Let's take a look at a valid hexadecimal value. Here's a nice blue color: #199BFF. And yes, in a valid hexadecimal value the highest letter is "F". But we can divide this hexadecimal value up. The 19 is the amount of red. The 9B is the amount of green. And the FF is the amount of blue. They were using the #RRGGBB to as placeholders to represent red, green, and blue, which is correct. So the answer they were expecting is "True" on this question. Hope this helps! :sparkles: