Shades of School Bus Yellow #FED80D
Tints of School Bus Yellow #FED80D
RGB
CMYK
RGB Variations
Color information
#FED80D (or 0xFED80D) is known color: School Bus Yellow. HEX triplet: FE, D8 and 0D. RGB value is (254,216,13). Sum of RGB (Red+Green+Blue) = 254+216+13=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 13 (5.47% from 255 or 2.69% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FED80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED80D is #0127F2. Grayscale: #CDCDCD. Windows color (decimal): -75763 or 907518. OLE color: 907518.
HSL color Cylindrical-coordinate representation of color #FED80D: hue angle of 50.54º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FED80D is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 13 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.00 |
| HSL | 50.54º | 0.99% | 0.52% | - |
| HSV(B) | 50.54º | 0.95% | 1% | - |
| XYZ | 65.5 | 70.21 | 10.48 | - |
| YUV | 204.22 | 20.09 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 13 | 0 | 0.15 | 0.95 | 0.00 | 50.54 | 0.99 | 0.52 |
| Hex | FE | D8 | D | 0 | F | 5F | 0 | 33 | 63 | 34 |
| Octal | 376 | 330 | 15 | 0 | 17 | 137 | 0 | 63 | 143 | 64 |
| Binary | 11111110 | 11011000 | 1101 | 0 | 1111 | 1011111 | 0 | 110011 | 1100011 | 110100 |
Color Harmonies of #FED80D
Complementary color
Monochromatic Colors of #FED80D
Black with #FED80D
Text Example
Text Example
White with #FED80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED80D; }
p { color: rgb(254,216,13); }
H1.HeaderClassName
{
color: #FED80D;
}
.AnyTagClassName
{
color: #FED80D;
}
</style>
background-color css
<style>
a { background-color: #FED80D; }
a { background-color: rgb(254,216,13); }
div.DivClassName
{
background-color: #FED80D;
}
.BgClassName
{
background-color: #FED80D;
}
</style>
border-color css
<style>
span { border-color: #FED80D; }
span { border-color: rgb(254,216,13); }
td.TdClassName
{
border-color: #FED80D;
}
.TagClassName
{
border-color: #FED80D;
}
</style>