Shades of School Bus Yellow #FFD806
Tints of School Bus Yellow #FFD806
RGB
CMYK
RGB Variations
Color information
#FFD806 (or 0xFFD806) is known color: School Bus Yellow. HEX triplet: FF, D8 and 06. RGB value is (255,216,6). Sum of RGB (Red+Green+Blue) = 255+216+6=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 6 (2.73% from 255 or 1.26% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD806 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD806 is #0027F9. Grayscale: #CCCCCC. Windows color (decimal): -10234 or 448767. OLE color: 448767.
HSL color Cylindrical-coordinate representation of color #FFD806: hue angle of 50.6º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFD806 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 6 | - |
| CMYK | 0 | 0.15 | 0.98 | 0 |
| HSL | 50.6º | 1% | 0.51% | - |
| HSV(B) | 50.6º | 0.98% | 1% | - |
| XYZ | 65.83 | 70.38 | 10.29 | - |
| YUV | 203.72 | 16.42 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 6 | 0 | 0.15 | 0.98 | 0 | 50.6 | 1 | 0.51 |
| Hex | FF | D8 | 6 | 0 | F | 62 | 0 | 33 | 64 | 33 |
| Octal | 377 | 330 | 6 | 0 | 17 | 142 | 0 | 63 | 144 | 63 |
| Binary | 11111111 | 11011000 | 110 | 0 | 1111 | 1100010 | 0 | 110011 | 1100100 | 110011 |
Color Harmonies of #FFD806
Complementary color
Monochromatic Colors of #FFD806
Black with #FFD806
Text Example
Text Example
White with #FFD806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD806; }
p { color: rgb(255,216,6); }
H1.HeaderClassName
{
color: #FFD806;
}
.AnyTagClassName
{
color: #FFD806;
}
</style>
background-color css
<style>
a { background-color: #FFD806; }
a { background-color: rgb(255,216,6); }
div.DivClassName
{
background-color: #FFD806;
}
.BgClassName
{
background-color: #FFD806;
}
</style>
border-color css
<style>
span { border-color: #FFD806; }
span { border-color: rgb(255,216,6); }
td.TdClassName
{
border-color: #FFD806;
}
.TagClassName
{
border-color: #FFD806;
}
</style>