Shades of School Bus Yellow #FED810
Tints of School Bus Yellow #FED810
RGB
CMYK
RGB Variations
Color information
#FED810 (or 0xFED810) is known color: School Bus Yellow. HEX triplet: FE, D8 and 10. RGB value is (254,216,16). Sum of RGB (Red+Green+Blue) = 254+216+16=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 16 (6.64% from 255 or 3.29% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FED810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED810 is #0127EF. Grayscale: #CDCDCD. Windows color (decimal): -75760 or 1104126. OLE color: 1104126.
HSL color Cylindrical-coordinate representation of color #FED810: hue angle of 50.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FED810 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 16 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.00 |
| HSL | 50.42º | 0.99% | 0.53% | - |
| HSV(B) | 50.42º | 0.94% | 1% | - |
| XYZ | 65.52 | 70.22 | 10.59 | - |
| YUV | 204.56 | 21.59 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 16 | 0 | 0.15 | 0.94 | 0.00 | 50.42 | 0.99 | 0.53 |
| Hex | FE | D8 | 10 | 0 | F | 5E | 0 | 32 | 63 | 35 |
| Octal | 376 | 330 | 20 | 0 | 17 | 136 | 0 | 62 | 143 | 65 |
| Binary | 11111110 | 11011000 | 10000 | 0 | 1111 | 1011110 | 0 | 110010 | 1100011 | 110101 |
Color Harmonies of #FED810
Complementary color
Monochromatic Colors of #FED810
Black with #FED810
Text Example
Text Example
White with #FED810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED810; }
p { color: rgb(254,216,16); }
H1.HeaderClassName
{
color: #FED810;
}
.AnyTagClassName
{
color: #FED810;
}
</style>
background-color css
<style>
a { background-color: #FED810; }
a { background-color: rgb(254,216,16); }
div.DivClassName
{
background-color: #FED810;
}
.BgClassName
{
background-color: #FED810;
}
</style>
border-color css
<style>
span { border-color: #FED810; }
span { border-color: rgb(254,216,16); }
td.TdClassName
{
border-color: #FED810;
}
.TagClassName
{
border-color: #FED810;
}
</style>