Shades of School Bus Yellow #FED900
Tints of School Bus Yellow #FED900
RGB
CMYK
RGB Variations
Color information
#FED900 (or 0xFED900) is known color: School Bus Yellow. HEX triplet: FE, D9 and 00. RGB value is (254,217,0). Sum of RGB (Red+Green+Blue) = 254+217+0=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 0 (0.39% from 255 or 0% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FED900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED900 is #0126FF. Grayscale: #CCCCCC. Windows color (decimal): -75520 or 55806. OLE color: 55806.
HSL color Cylindrical-coordinate representation of color #FED900: hue angle of 51.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FED900 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.00 |
| HSL | 51.26º | 1% | 0.5% | - |
| HSV(B) | 51.26º | 1% | 1% | - |
| XYZ | 65.69 | 70.7 | 10.18 | - |
| YUV | 203.33 | 13.26 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 0 | 0 | 0.15 | 1 | 0.00 | 51.26 | 1 | 0.5 |
| Hex | FE | D9 | 0 | 0 | F | 64 | 0 | 33 | 64 | 32 |
| Octal | 376 | 331 | 0 | 0 | 17 | 144 | 0 | 63 | 144 | 62 |
| Binary | 11111110 | 11011001 | 0 | 0 | 1111 | 1100100 | 0 | 110011 | 1100100 | 110010 |
Color Harmonies of #FED900
Complementary color
Monochromatic Colors of #FED900
Black with #FED900
Text Example
Text Example
White with #FED900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED900; }
p { color: rgb(254,217,0); }
H1.HeaderClassName
{
color: #FED900;
}
.AnyTagClassName
{
color: #FED900;
}
</style>
background-color css
<style>
a { background-color: #FED900; }
a { background-color: rgb(254,217,0); }
div.DivClassName
{
background-color: #FED900;
}
.BgClassName
{
background-color: #FED900;
}
</style>
border-color css
<style>
span { border-color: #FED900; }
span { border-color: rgb(254,217,0); }
td.TdClassName
{
border-color: #FED900;
}
.TagClassName
{
border-color: #FED900;
}
</style>