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