Shades of School Bus Yellow #FED805
Tints of School Bus Yellow #FED805
RGB
CMYK
RGB Variations
Color information
#FED805 (or 0xFED805) is known color: School Bus Yellow. HEX triplet: FE, D8 and 05. RGB value is (254,216,5). Sum of RGB (Red+Green+Blue) = 254+216+5=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 5 (2.34% from 255 or 1.05% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FED805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED805 is #0127FA. Grayscale: #CCCCCC. Windows color (decimal): -75771 or 383230. OLE color: 383230.
HSL color Cylindrical-coordinate representation of color #FED805: hue angle of 50.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FED805 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.00 |
| HSL | 50.84º | 0.99% | 0.51% | - |
| HSV(B) | 50.84º | 0.98% | 1% | - |
| XYZ | 65.46 | 70.19 | 10.24 | - |
| YUV | 203.31 | 16.09 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 5 | 0 | 0.15 | 0.98 | 0.00 | 50.84 | 0.99 | 0.51 |
| Hex | FE | D8 | 5 | 0 | F | 62 | 0 | 33 | 63 | 33 |
| Octal | 376 | 330 | 5 | 0 | 17 | 142 | 0 | 63 | 143 | 63 |
| Binary | 11111110 | 11011000 | 101 | 0 | 1111 | 1100010 | 0 | 110011 | 1100011 | 110011 |
Color Harmonies of #FED805
Complementary color
Monochromatic Colors of #FED805
Black with #FED805
Text Example
Text Example
White with #FED805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED805; }
p { color: rgb(254,216,5); }
H1.HeaderClassName
{
color: #FED805;
}
.AnyTagClassName
{
color: #FED805;
}
</style>
background-color css
<style>
a { background-color: #FED805; }
a { background-color: rgb(254,216,5); }
div.DivClassName
{
background-color: #FED805;
}
.BgClassName
{
background-color: #FED805;
}
</style>
border-color css
<style>
span { border-color: #FED805; }
span { border-color: rgb(254,216,5); }
td.TdClassName
{
border-color: #FED805;
}
.TagClassName
{
border-color: #FED805;
}
</style>