Shades of School Bus Yellow #FFD800
Tints of School Bus Yellow #FFD800
RGB
CMYK
RGB Variations
Color information
#FFD800 (or 0xFFD800) is known color: School Bus Yellow. HEX triplet: FF, D8 and 00. RGB value is (255,216,0). Sum of RGB (Red+Green+Blue) = 255+216+0=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 0 (0.39% from 255 or 0% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD800 is #0027FF. Grayscale: #CBCBCB. Windows color (decimal): -10240 or 55551. OLE color: 55551.
HSL color Cylindrical-coordinate representation of color #FFD800: hue angle of 50.82º 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 #FFD800 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0 |
| HSL | 50.82º | 1% | 0.5% | - |
| HSV(B) | 50.82º | 1% | 1% | - |
| XYZ | 65.8 | 70.37 | 10.12 | - |
| YUV | 203.04 | 13.42 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 0 | 0 | 0.15 | 1 | 0 | 50.82 | 1 | 0.5 |
| Hex | FF | D8 | 0 | 0 | F | 64 | 0 | 33 | 64 | 32 |
| Octal | 377 | 330 | 0 | 0 | 17 | 144 | 0 | 63 | 144 | 62 |
| Binary | 11111111 | 11011000 | 0 | 0 | 1111 | 1100100 | 0 | 110011 | 1100100 | 110010 |
Color Harmonies of #FFD800
Complementary color
Monochromatic Colors of #FFD800
Black with #FFD800
Text Example
Text Example
White with #FFD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD800; }
p { color: rgb(255,216,0); }
H1.HeaderClassName
{
color: #FFD800;
}
.AnyTagClassName
{
color: #FFD800;
}
</style>
background-color css
<style>
a { background-color: #FFD800; }
a { background-color: rgb(255,216,0); }
div.DivClassName
{
background-color: #FFD800;
}
.BgClassName
{
background-color: #FFD800;
}
</style>
border-color css
<style>
span { border-color: #FFD800; }
span { border-color: rgb(255,216,0); }
td.TdClassName
{
border-color: #FFD800;
}
.TagClassName
{
border-color: #FFD800;
}
</style>