Shades of School Bus Yellow #FED80F
Tints of School Bus Yellow #FED80F
RGB
CMYK
RGB Variations
Color information
#FED80F (or 0xFED80F) is known color: School Bus Yellow. HEX triplet: FE, D8 and 0F. RGB value is (254,216,15). Sum of RGB (Red+Green+Blue) = 254+216+15=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 15 (6.25% from 255 or 3.09% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FED80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED80F is #0127F0. Grayscale: #CDCDCD. Windows color (decimal): -75761 or 1038590. OLE color: 1038590.
HSL color Cylindrical-coordinate representation of color #FED80F: hue angle of 50.46º 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 #FED80F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 15 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.00 |
| HSL | 50.46º | 0.99% | 0.53% | - |
| HSV(B) | 50.46º | 0.94% | 1% | - |
| XYZ | 65.52 | 70.22 | 10.55 | - |
| YUV | 204.45 | 21.09 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 15 | 0 | 0.15 | 0.94 | 0.00 | 50.46 | 0.99 | 0.53 |
| Hex | FE | D8 | F | 0 | F | 5E | 0 | 32 | 63 | 35 |
| Octal | 376 | 330 | 17 | 0 | 17 | 136 | 0 | 62 | 143 | 65 |
| Binary | 11111110 | 11011000 | 1111 | 0 | 1111 | 1011110 | 0 | 110010 | 1100011 | 110101 |
Color Harmonies of #FED80F
Complementary color
Monochromatic Colors of #FED80F
Black with #FED80F
Text Example
Text Example
White with #FED80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED80F; }
p { color: rgb(254,216,15); }
H1.HeaderClassName
{
color: #FED80F;
}
.AnyTagClassName
{
color: #FED80F;
}
</style>
background-color css
<style>
a { background-color: #FED80F; }
a { background-color: rgb(254,216,15); }
div.DivClassName
{
background-color: #FED80F;
}
.BgClassName
{
background-color: #FED80F;
}
</style>
border-color css
<style>
span { border-color: #FED80F; }
span { border-color: rgb(254,216,15); }
td.TdClassName
{
border-color: #FED80F;
}
.TagClassName
{
border-color: #FED80F;
}
</style>