Shades of School Bus Yellow #FFD905
Tints of School Bus Yellow #FFD905
RGB
CMYK
RGB Variations
Color information
#FFD905 (or 0xFFD905) is known color: School Bus Yellow. HEX triplet: FF, D9 and 05. RGB value is (255,217,5). Sum of RGB (Red+Green+Blue) = 255+217+5=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 5 (2.34% from 255 or 1.05% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD905 is #0026FA. Grayscale: #CDCDCD. Windows color (decimal): -9979 or 383487. OLE color: 383487.
HSL color Cylindrical-coordinate representation of color #FFD905: hue angle of 50.88º 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 #FFD905 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0 |
| HSL | 50.88º | 1% | 0.51% | - |
| HSV(B) | 50.88º | 0.98% | 1% | - |
| XYZ | 66.08 | 70.9 | 10.35 | - |
| YUV | 204.19 | 15.59 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 5 | 0 | 0.15 | 0.98 | 0 | 50.88 | 1 | 0.51 |
| Hex | FF | D9 | 5 | 0 | F | 62 | 0 | 33 | 64 | 33 |
| Octal | 377 | 331 | 5 | 0 | 17 | 142 | 0 | 63 | 144 | 63 |
| Binary | 11111111 | 11011001 | 101 | 0 | 1111 | 1100010 | 0 | 110011 | 1100100 | 110011 |
Color Harmonies of #FFD905
Complementary color
Monochromatic Colors of #FFD905
Black with #FFD905
Text Example
Text Example
White with #FFD905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD905; }
p { color: rgb(255,217,5); }
H1.HeaderClassName
{
color: #FFD905;
}
.AnyTagClassName
{
color: #FFD905;
}
</style>
background-color css
<style>
a { background-color: #FFD905; }
a { background-color: rgb(255,217,5); }
div.DivClassName
{
background-color: #FFD905;
}
.BgClassName
{
background-color: #FFD905;
}
</style>
border-color css
<style>
span { border-color: #FFD905; }
span { border-color: rgb(255,217,5); }
td.TdClassName
{
border-color: #FFD905;
}
.TagClassName
{
border-color: #FFD905;
}
</style>