Shades of School Bus Yellow #FEDA04
Tints of School Bus Yellow #FEDA04
RGB
CMYK
RGB Variations
Color information
#FEDA04 (or 0xFEDA04) is known color: School Bus Yellow. HEX triplet: FE, DA and 04. RGB value is (254,218,4). Sum of RGB (Red+Green+Blue) = 254+218+4=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 4 (1.95% from 255 or 0.84% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA04 is #0125FB. Grayscale: #CDCDCD. Windows color (decimal): -75260 or 318206. OLE color: 318206.
HSL color Cylindrical-coordinate representation of color #FEDA04: hue angle of 51.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEDA04 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.00 |
| HSL | 51.36º | 0.99% | 0.51% | - |
| HSV(B) | 51.36º | 0.98% | 1% | - |
| XYZ | 65.97 | 71.22 | 10.39 | - |
| YUV | 204.37 | 14.93 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 4 | 0 | 0.14 | 0.98 | 0.00 | 51.36 | 0.99 | 0.51 |
| Hex | FE | DA | 4 | 0 | E | 62 | 0 | 33 | 63 | 33 |
| Octal | 376 | 332 | 4 | 0 | 16 | 142 | 0 | 63 | 143 | 63 |
| Binary | 11111110 | 11011010 | 100 | 0 | 1110 | 1100010 | 0 | 110011 | 1100011 | 110011 |
Color Harmonies of #FEDA04
Complementary color
Monochromatic Colors of #FEDA04
Black with #FEDA04
Text Example
Text Example
White with #FEDA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA04; }
p { color: rgb(254,218,4); }
H1.HeaderClassName
{
color: #FEDA04;
}
.AnyTagClassName
{
color: #FEDA04;
}
</style>
background-color css
<style>
a { background-color: #FEDA04; }
a { background-color: rgb(254,218,4); }
div.DivClassName
{
background-color: #FEDA04;
}
.BgClassName
{
background-color: #FEDA04;
}
</style>
border-color css
<style>
span { border-color: #FEDA04; }
span { border-color: rgb(254,218,4); }
td.TdClassName
{
border-color: #FEDA04;
}
.TagClassName
{
border-color: #FEDA04;
}
</style>