Shades of School Bus Yellow #FFD900
Tints of School Bus Yellow #FFD900
RGB
CMYK
RGB Variations
Color information
#FFD900 (or 0xFFD900) is known color: School Bus Yellow. HEX triplet: FF, D9 and 00. RGB value is (255,217,0). Sum of RGB (Red+Green+Blue) = 255+217+0=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD900 is #0026FF. Grayscale: #CCCCCC. Windows color (decimal): -9984 or 55807. OLE color: 55807.
HSL color Cylindrical-coordinate representation of color #FFD900: hue angle of 51.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFD900 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0 |
| HSL | 51.06º | 1% | 0.5% | - |
| HSV(B) | 51.06º | 1% | 1% | - |
| XYZ | 66.05 | 70.89 | 10.2 | - |
| YUV | 203.62 | 13.09 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 0 | 0 | 0.15 | 1 | 0 | 51.06 | 1 | 0.5 |
| Hex | FF | D9 | 0 | 0 | F | 64 | 0 | 33 | 64 | 32 |
| Octal | 377 | 331 | 0 | 0 | 17 | 144 | 0 | 63 | 144 | 62 |
| Binary | 11111111 | 11011001 | 0 | 0 | 1111 | 1100100 | 0 | 110011 | 1100100 | 110010 |
Color Harmonies of #FFD900
Complementary color
Monochromatic Colors of #FFD900
Black with #FFD900
Text Example
Text Example
White with #FFD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD900; }
p { color: rgb(255,217,0); }
H1.HeaderClassName
{
color: #FFD900;
}
.AnyTagClassName
{
color: #FFD900;
}
</style>
background-color css
<style>
a { background-color: #FFD900; }
a { background-color: rgb(255,217,0); }
div.DivClassName
{
background-color: #FFD900;
}
.BgClassName
{
background-color: #FFD900;
}
</style>
border-color css
<style>
span { border-color: #FFD900; }
span { border-color: rgb(255,217,0); }
td.TdClassName
{
border-color: #FFD900;
}
.TagClassName
{
border-color: #FFD900;
}
</style>