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