Shades of School Bus Yellow #FFD906
Tints of School Bus Yellow #FFD906
RGB
CMYK
RGB Variations
Color information
#FFD906 (or 0xFFD906) is known color: School Bus Yellow. HEX triplet: FF, D9 and 06. RGB value is (255,217,6). Sum of RGB (Red+Green+Blue) = 255+217+6=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 6 (2.73% from 255 or 1.26% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD906 is #0026F9. Grayscale: #CDCDCD. Windows color (decimal): -9978 or 449023. OLE color: 449023.
HSL color Cylindrical-coordinate representation of color #FFD906: hue angle of 50.84º 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 #FFD906 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 6 | - |
| CMYK | 0 | 0.15 | 0.98 | 0 |
| HSL | 50.84º | 1% | 0.51% | - |
| HSV(B) | 50.84º | 0.98% | 1% | - |
| XYZ | 66.09 | 70.9 | 10.37 | - |
| YUV | 204.31 | 16.09 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 6 | 0 | 0.15 | 0.98 | 0 | 50.84 | 1 | 0.51 |
| Hex | FF | D9 | 6 | 0 | F | 62 | 0 | 33 | 64 | 33 |
| Octal | 377 | 331 | 6 | 0 | 17 | 142 | 0 | 63 | 144 | 63 |
| Binary | 11111111 | 11011001 | 110 | 0 | 1111 | 1100010 | 0 | 110011 | 1100100 | 110011 |
Color Harmonies of #FFD906
Complementary color
Monochromatic Colors of #FFD906
Black with #FFD906
Text Example
Text Example
White with #FFD906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD906; }
p { color: rgb(255,217,6); }
H1.HeaderClassName
{
color: #FFD906;
}
.AnyTagClassName
{
color: #FFD906;
}
</style>
background-color css
<style>
a { background-color: #FFD906; }
a { background-color: rgb(255,217,6); }
div.DivClassName
{
background-color: #FFD906;
}
.BgClassName
{
background-color: #FFD906;
}
</style>
border-color css
<style>
span { border-color: #FFD906; }
span { border-color: rgb(255,217,6); }
td.TdClassName
{
border-color: #FFD906;
}
.TagClassName
{
border-color: #FFD906;
}
</style>