Shades of School Bus Yellow #FEDA0F
Tints of School Bus Yellow #FEDA0F
RGB
CMYK
RGB Variations
Color information
#FEDA0F (or 0xFEDA0F) is known color: School Bus Yellow. HEX triplet: FE, DA and 0F. RGB value is (254,218,15). Sum of RGB (Red+Green+Blue) = 254+218+15=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 15 (6.25% from 255 or 3.08% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA0F is #0125F0. Grayscale: #CECECE. Windows color (decimal): -75249 or 1039102. OLE color: 1039102.
HSL color Cylindrical-coordinate representation of color #FEDA0F: hue angle of 50.96º 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 #FEDA0F is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 15 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.00 |
| HSL | 50.96º | 0.99% | 0.53% | - |
| HSV(B) | 50.96º | 0.94% | 1% | - |
| XYZ | 66.03 | 71.25 | 10.72 | - |
| YUV | 205.62 | 20.43 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 15 | 0 | 0.14 | 0.94 | 0.00 | 50.96 | 0.99 | 0.53 |
| Hex | FE | DA | F | 0 | E | 5E | 0 | 33 | 63 | 35 |
| Octal | 376 | 332 | 17 | 0 | 16 | 136 | 0 | 63 | 143 | 65 |
| Binary | 11111110 | 11011010 | 1111 | 0 | 1110 | 1011110 | 0 | 110011 | 1100011 | 110101 |
Color Harmonies of #FEDA0F
Complementary color
Monochromatic Colors of #FEDA0F
Black with #FEDA0F
Text Example
Text Example
White with #FEDA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA0F; }
p { color: rgb(254,218,15); }
H1.HeaderClassName
{
color: #FEDA0F;
}
.AnyTagClassName
{
color: #FEDA0F;
}
</style>
background-color css
<style>
a { background-color: #FEDA0F; }
a { background-color: rgb(254,218,15); }
div.DivClassName
{
background-color: #FEDA0F;
}
.BgClassName
{
background-color: #FEDA0F;
}
</style>
border-color css
<style>
span { border-color: #FEDA0F; }
span { border-color: rgb(254,218,15); }
td.TdClassName
{
border-color: #FEDA0F;
}
.TagClassName
{
border-color: #FEDA0F;
}
</style>