Shades of School Bus Yellow #FEDA07
Tints of School Bus Yellow #FEDA07
RGB
CMYK
RGB Variations
Color information
#FEDA07 (or 0xFEDA07) is known color: School Bus Yellow. HEX triplet: FE, DA and 07. RGB value is (254,218,7). Sum of RGB (Red+Green+Blue) = 254+218+7=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 7 (3.12% from 255 or 1.46% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA07 is #0125F8. Grayscale: #CDCDCD. Windows color (decimal): -75257 or 514814. OLE color: 514814.
HSL color Cylindrical-coordinate representation of color #FEDA07: hue angle of 51.26º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEDA07 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.00 |
| HSL | 51.26º | 0.99% | 0.51% | - |
| HSV(B) | 51.26º | 0.97% | 1% | - |
| XYZ | 65.98 | 71.23 | 10.47 | - |
| YUV | 204.71 | 16.43 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 7 | 0 | 0.14 | 0.97 | 0.00 | 51.26 | 0.99 | 0.51 |
| Hex | FE | DA | 7 | 0 | E | 61 | 0 | 33 | 63 | 33 |
| Octal | 376 | 332 | 7 | 0 | 16 | 141 | 0 | 63 | 143 | 63 |
| Binary | 11111110 | 11011010 | 111 | 0 | 1110 | 1100001 | 0 | 110011 | 1100011 | 110011 |
Color Harmonies of #FEDA07
Complementary color
Monochromatic Colors of #FEDA07
Black with #FEDA07
Text Example
Text Example
White with #FEDA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA07; }
p { color: rgb(254,218,7); }
H1.HeaderClassName
{
color: #FEDA07;
}
.AnyTagClassName
{
color: #FEDA07;
}
</style>
background-color css
<style>
a { background-color: #FEDA07; }
a { background-color: rgb(254,218,7); }
div.DivClassName
{
background-color: #FEDA07;
}
.BgClassName
{
background-color: #FEDA07;
}
</style>
border-color css
<style>
span { border-color: #FEDA07; }
span { border-color: rgb(254,218,7); }
td.TdClassName
{
border-color: #FEDA07;
}
.TagClassName
{
border-color: #FEDA07;
}
</style>