Shades of School Bus Yellow #FED809
Tints of School Bus Yellow #FED809
RGB
CMYK
RGB Variations
Color information
#FED809 (or 0xFED809) is known color: School Bus Yellow. HEX triplet: FE, D8 and 09. RGB value is (254,216,9). Sum of RGB (Red+Green+Blue) = 254+216+9=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 9 (3.91% from 255 or 1.88% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FED809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED809 is #0127F6. Grayscale: #CCCCCC. Windows color (decimal): -75767 or 645374. OLE color: 645374.
HSL color Cylindrical-coordinate representation of color #FED809: hue angle of 50.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FED809 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.00 |
| HSL | 50.69º | 0.99% | 0.52% | - |
| HSV(B) | 50.69º | 0.96% | 1% | - |
| XYZ | 65.48 | 70.2 | 10.36 | - |
| YUV | 203.76 | 18.09 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 9 | 0 | 0.15 | 0.96 | 0.00 | 50.69 | 0.99 | 0.52 |
| Hex | FE | D8 | 9 | 0 | F | 60 | 0 | 33 | 63 | 34 |
| Octal | 376 | 330 | 11 | 0 | 17 | 140 | 0 | 63 | 143 | 64 |
| Binary | 11111110 | 11011000 | 1001 | 0 | 1111 | 1100000 | 0 | 110011 | 1100011 | 110100 |
Color Harmonies of #FED809
Complementary color
Monochromatic Colors of #FED809
Black with #FED809
Text Example
Text Example
White with #FED809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED809; }
p { color: rgb(254,216,9); }
H1.HeaderClassName
{
color: #FED809;
}
.AnyTagClassName
{
color: #FED809;
}
</style>
background-color css
<style>
a { background-color: #FED809; }
a { background-color: rgb(254,216,9); }
div.DivClassName
{
background-color: #FED809;
}
.BgClassName
{
background-color: #FED809;
}
</style>
border-color css
<style>
span { border-color: #FED809; }
span { border-color: rgb(254,216,9); }
td.TdClassName
{
border-color: #FED809;
}
.TagClassName
{
border-color: #FED809;
}
</style>