Shades of School Bus Yellow #FEDA05
Tints of School Bus Yellow #FEDA05
RGB
CMYK
RGB Variations
Color information
#FEDA05 (or 0xFEDA05) is known color: School Bus Yellow. HEX triplet: FE, DA and 05. RGB value is (254,218,5). Sum of RGB (Red+Green+Blue) = 254+218+5=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 5 (2.34% from 255 or 1.05% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA05 is #0125FA. Grayscale: #CDCDCD. Windows color (decimal): -75259 or 383742. OLE color: 383742.
HSL color Cylindrical-coordinate representation of color #FEDA05: hue angle of 51.33º 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 #FEDA05 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.00 |
| HSL | 51.33º | 0.99% | 0.51% | - |
| HSV(B) | 51.33º | 0.98% | 1% | - |
| XYZ | 65.97 | 71.22 | 10.41 | - |
| YUV | 204.48 | 15.43 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 5 | 0 | 0.14 | 0.98 | 0.00 | 51.33 | 0.99 | 0.51 |
| Hex | FE | DA | 5 | 0 | E | 62 | 0 | 33 | 63 | 33 |
| Octal | 376 | 332 | 5 | 0 | 16 | 142 | 0 | 63 | 143 | 63 |
| Binary | 11111110 | 11011010 | 101 | 0 | 1110 | 1100010 | 0 | 110011 | 1100011 | 110011 |
Color Harmonies of #FEDA05
Complementary color
Monochromatic Colors of #FEDA05
Black with #FEDA05
Text Example
Text Example
White with #FEDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA05; }
p { color: rgb(254,218,5); }
H1.HeaderClassName
{
color: #FEDA05;
}
.AnyTagClassName
{
color: #FEDA05;
}
</style>
background-color css
<style>
a { background-color: #FEDA05; }
a { background-color: rgb(254,218,5); }
div.DivClassName
{
background-color: #FEDA05;
}
.BgClassName
{
background-color: #FEDA05;
}
</style>
border-color css
<style>
span { border-color: #FEDA05; }
span { border-color: rgb(254,218,5); }
td.TdClassName
{
border-color: #FEDA05;
}
.TagClassName
{
border-color: #FEDA05;
}
</style>