Colors
Colors
on the Web
Web colors
2
Web colors
3
Hex colors
#FF0000
#00FF00
#0000FF
4
Hex colors
Indicates a
hexadecimal value # 00 00 00
Red value Green value Blue value
00 to FF 00 to FF 00 to FF
5
Hexadecimal number system
Because we don’t have individual numbers for 10, 11, 12, 13, 14 and
15 these are written as A, B, C, D, E and F
And even as CMYK (Cyan, Magenta, Yellow, BlacK) and HSL (Hue,
Saturation, Lightness) values:
h1 {
color: cmyk(100%, 0%, 0%, 0%);
background-color: hsl(0, 100%, 50%)
}
7
Transparency