Shades of School Bus Yellow #FEDA02
Tints of School Bus Yellow #FEDA02
RGB
CMYK
RGB Variations
Color information
#FEDA02 (or 0xFEDA02) is known color: School Bus Yellow. HEX triplet: FE, DA and 02. RGB value is (254,218,2). Sum of RGB (Red+Green+Blue) = 254+218+2=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 2 (1.17% from 255 or 0.42% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA02 is #0125FD. Grayscale: #CDCDCD. Windows color (decimal): -75262 or 187134. OLE color: 187134.
HSL color Cylindrical-coordinate representation of color #FEDA02: hue angle of 51.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEDA02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.00 |
| HSL | 51.43º | 0.99% | 0.5% | - |
| HSV(B) | 51.43º | 0.99% | 1% | - |
| XYZ | 65.96 | 71.22 | 10.33 | - |
| YUV | 204.14 | 13.93 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 2 | 0 | 0.14 | 0.99 | 0.00 | 51.43 | 0.99 | 0.5 |
| Hex | FE | DA | 2 | 0 | E | 63 | 0 | 33 | 63 | 32 |
| Octal | 376 | 332 | 2 | 0 | 16 | 143 | 0 | 63 | 143 | 62 |
| Binary | 11111110 | 11011010 | 10 | 0 | 1110 | 1100011 | 0 | 110011 | 1100011 | 110010 |
Color Harmonies of #FEDA02
Complementary color
Monochromatic Colors of #FEDA02
Black with #FEDA02
Text Example
Text Example
White with #FEDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA02; }
p { color: rgb(254,218,2); }
H1.HeaderClassName
{
color: #FEDA02;
}
.AnyTagClassName
{
color: #FEDA02;
}
</style>
background-color css
<style>
a { background-color: #FEDA02; }
a { background-color: rgb(254,218,2); }
div.DivClassName
{
background-color: #FEDA02;
}
.BgClassName
{
background-color: #FEDA02;
}
</style>
border-color css
<style>
span { border-color: #FEDA02; }
span { border-color: rgb(254,218,2); }
td.TdClassName
{
border-color: #FEDA02;
}
.TagClassName
{
border-color: #FEDA02;
}
</style>