Shades of School Bus Yellow #FED802
Tints of School Bus Yellow #FED802
RGB
CMYK
RGB Variations
Color information
#FED802 (or 0xFED802) is known color: School Bus Yellow. HEX triplet: FE, D8 and 02. RGB value is (254,216,2). Sum of RGB (Red+Green+Blue) = 254+216+2=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 2 (1.17% from 255 or 0.42% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FED802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED802 is #0127FD. Grayscale: #CBCBCB. Windows color (decimal): -75774 or 186622. OLE color: 186622.
HSL color Cylindrical-coordinate representation of color #FED802: hue angle of 50.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FED802 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.00 |
| HSL | 50.95º | 0.99% | 0.5% | - |
| HSV(B) | 50.95º | 0.99% | 1% | - |
| XYZ | 65.44 | 70.19 | 10.16 | - |
| YUV | 202.97 | 14.59 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 2 | 0 | 0.15 | 0.99 | 0.00 | 50.95 | 0.99 | 0.5 |
| Hex | FE | D8 | 2 | 0 | F | 63 | 0 | 33 | 63 | 32 |
| Octal | 376 | 330 | 2 | 0 | 17 | 143 | 0 | 63 | 143 | 62 |
| Binary | 11111110 | 11011000 | 10 | 0 | 1111 | 1100011 | 0 | 110011 | 1100011 | 110010 |
Color Harmonies of #FED802
Complementary color
Monochromatic Colors of #FED802
Black with #FED802
Text Example
Text Example
White with #FED802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED802; }
p { color: rgb(254,216,2); }
H1.HeaderClassName
{
color: #FED802;
}
.AnyTagClassName
{
color: #FED802;
}
</style>
background-color css
<style>
a { background-color: #FED802; }
a { background-color: rgb(254,216,2); }
div.DivClassName
{
background-color: #FED802;
}
.BgClassName
{
background-color: #FED802;
}
</style>
border-color css
<style>
span { border-color: #FED802; }
span { border-color: rgb(254,216,2); }
td.TdClassName
{
border-color: #FED802;
}
.TagClassName
{
border-color: #FED802;
}
</style>