+ 3

Do you think, these questions are stupid?

In HTML Challange, there are some absolutely idiot questions about the color codes. For example: "What is this color: #FF0505 ?" I mean, who knows these colors without any help? I think these questions should not be here. Maybe only i think this, what do You think about it?

15th Apr 2017, 2:40 PM
Ákos Nagy
Ákos Nagy - avatar
6 Respostas
+ 12
If you know that the format of html colors is red/green/blue then the rest is easy to calculate for simple questions like that. A full value of FF for red, with a small value of green and blue gives you a shade of red...
15th Apr 2017, 2:48 PM
Karl T.
Karl T. - avatar
+ 7
IMHO it is still better to understand how is that code generated and how hex colours work
15th Apr 2017, 2:55 PM
Dinmukhamed Mailibay
Dinmukhamed Mailibay - avatar
+ 5
For who doesn't know how the hex values of color works , it's quite hard, But the logic is simple. The fist two hex values represent red, 2 middle ones the green, and the 2 last ones blue. knowing that hex values start from 0, and go to F, we can say that the minimum for each color value is 00, and the maximum FF. so we have all red (FF) almost nothing green and blue (05 05).. that gives you a slightly changed shade of red.
15th Apr 2017, 2:48 PM
Welliton Malta
Welliton Malta - avatar
+ 5
You are right, but these type of questions are not about HTML knowledge. Really, who uses colorcodes without colorpicker or something like that? Except few people, everybody uses colorpalettes. I think.
15th Apr 2017, 2:52 PM
Ákos Nagy
Ákos Nagy - avatar
+ 4
Yes, better to learn it, but it not necessary. You can live without it.
15th Apr 2017, 2:57 PM
Ákos Nagy
Ákos Nagy - avatar
+ 3
i agree with you, @Akos. It's easier to remember by picking on a color picker, or even using rgb/rbga . I personally made a color picker using rgb, and hex values at the same time to make it easier 😂 https://code.sololearn.com/W3CMecJLcM18/?ref=app
15th Apr 2017, 2:56 PM
Welliton Malta
Welliton Malta - avatar