Shades of School Bus Yellow #FED905
Tints of School Bus Yellow #FED905
RGB
CMYK
RGB Variations
Color information
#FED905 (or 0xFED905) is known color: School Bus Yellow. HEX triplet: FE, D9 and 05. RGB value is (254,217,5). Sum of RGB (Red+Green+Blue) = 254+217+5=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 5 (2.34% from 255 or 1.05% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FED905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED905 is #0126FA. Grayscale: #CCCCCC. Windows color (decimal): -75515 or 383486. OLE color: 383486.
HSL color Cylindrical-coordinate representation of color #FED905: hue angle of 51.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FED905 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.00 |
| HSL | 51.08º | 0.99% | 0.51% | - |
| HSV(B) | 51.08º | 0.98% | 1% | - |
| XYZ | 65.71 | 70.71 | 10.33 | - |
| YUV | 203.9 | 15.76 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 5 | 0 | 0.15 | 0.98 | 0.00 | 51.08 | 0.99 | 0.51 |
| Hex | FE | D9 | 5 | 0 | F | 62 | 0 | 33 | 63 | 33 |
| Octal | 376 | 331 | 5 | 0 | 17 | 142 | 0 | 63 | 143 | 63 |
| Binary | 11111110 | 11011001 | 101 | 0 | 1111 | 1100010 | 0 | 110011 | 1100011 | 110011 |
Color Harmonies of #FED905
Complementary color
Monochromatic Colors of #FED905
Black with #FED905
Text Example
Text Example
White with #FED905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED905; }
p { color: rgb(254,217,5); }
H1.HeaderClassName
{
color: #FED905;
}
.AnyTagClassName
{
color: #FED905;
}
</style>
background-color css
<style>
a { background-color: #FED905; }
a { background-color: rgb(254,217,5); }
div.DivClassName
{
background-color: #FED905;
}
.BgClassName
{
background-color: #FED905;
}
</style>
border-color css
<style>
span { border-color: #FED905; }
span { border-color: rgb(254,217,5); }
td.TdClassName
{
border-color: #FED905;
}
.TagClassName
{
border-color: #FED905;
}
</style>