Shades of School Bus Yellow #FED902
Tints of School Bus Yellow #FED902
RGB
CMYK
RGB Variations
Color information
#FED902 (or 0xFED902) is known color: School Bus Yellow. HEX triplet: FE, D9 and 02. RGB value is (254,217,2). Sum of RGB (Red+Green+Blue) = 254+217+2=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 2 (1.17% from 255 or 0.42% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FED902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED902 is #0126FD. Grayscale: #CCCCCC. Windows color (decimal): -75518 or 186878. OLE color: 186878.
HSL color Cylindrical-coordinate representation of color #FED902: hue angle of 51.19º 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 #FED902 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.00 |
| HSL | 51.19º | 0.99% | 0.5% | - |
| HSV(B) | 51.19º | 0.99% | 1% | - |
| XYZ | 65.7 | 70.7 | 10.24 | - |
| YUV | 203.55 | 14.26 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 2 | 0 | 0.15 | 0.99 | 0.00 | 51.19 | 0.99 | 0.5 |
| Hex | FE | D9 | 2 | 0 | F | 63 | 0 | 33 | 63 | 32 |
| Octal | 376 | 331 | 2 | 0 | 17 | 143 | 0 | 63 | 143 | 62 |
| Binary | 11111110 | 11011001 | 10 | 0 | 1111 | 1100011 | 0 | 110011 | 1100011 | 110010 |
Color Harmonies of #FED902
Complementary color
Monochromatic Colors of #FED902
Black with #FED902
Text Example
Text Example
White with #FED902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED902; }
p { color: rgb(254,217,2); }
H1.HeaderClassName
{
color: #FED902;
}
.AnyTagClassName
{
color: #FED902;
}
</style>
background-color css
<style>
a { background-color: #FED902; }
a { background-color: rgb(254,217,2); }
div.DivClassName
{
background-color: #FED902;
}
.BgClassName
{
background-color: #FED902;
}
</style>
border-color css
<style>
span { border-color: #FED902; }
span { border-color: rgb(254,217,2); }
td.TdClassName
{
border-color: #FED902;
}
.TagClassName
{
border-color: #FED902;
}
</style>