Shades of School Bus Yellow #FFD804
Tints of School Bus Yellow #FFD804
RGB
CMYK
RGB Variations
Color information
#FFD804 (or 0xFFD804) is known color: School Bus Yellow. HEX triplet: FF, D8 and 04. RGB value is (255,216,4). Sum of RGB (Red+Green+Blue) = 255+216+4=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 4 (1.95% from 255 or 0.84% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD804 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD804 is #0027FB. Grayscale: #CCCCCC. Windows color (decimal): -10236 or 317695. OLE color: 317695.
HSL color Cylindrical-coordinate representation of color #FFD804: hue angle of 50.68º 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 #FFD804 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0 |
| HSL | 50.68º | 1% | 0.51% | - |
| HSV(B) | 50.68º | 0.98% | 1% | - |
| XYZ | 65.82 | 70.38 | 10.23 | - |
| YUV | 203.49 | 15.42 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 4 | 0 | 0.15 | 0.98 | 0 | 50.68 | 1 | 0.51 |
| Hex | FF | D8 | 4 | 0 | F | 62 | 0 | 33 | 64 | 33 |
| Octal | 377 | 330 | 4 | 0 | 17 | 142 | 0 | 63 | 144 | 63 |
| Binary | 11111111 | 11011000 | 100 | 0 | 1111 | 1100010 | 0 | 110011 | 1100100 | 110011 |
Color Harmonies of #FFD804
Complementary color
Monochromatic Colors of #FFD804
Black with #FFD804
Text Example
Text Example
White with #FFD804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD804; }
p { color: rgb(255,216,4); }
H1.HeaderClassName
{
color: #FFD804;
}
.AnyTagClassName
{
color: #FFD804;
}
</style>
background-color css
<style>
a { background-color: #FFD804; }
a { background-color: rgb(255,216,4); }
div.DivClassName
{
background-color: #FFD804;
}
.BgClassName
{
background-color: #FFD804;
}
</style>
border-color css
<style>
span { border-color: #FFD804; }
span { border-color: rgb(255,216,4); }
td.TdClassName
{
border-color: #FFD804;
}
.TagClassName
{
border-color: #FFD804;
}
</style>