Shades of School Bus Yellow #FEDB02
Tints of School Bus Yellow #FEDB02
RGB
CMYK
RGB Variations
Color information
#FEDB02 (or 0xFEDB02) is known color: School Bus Yellow. HEX triplet: FE, DB and 02. RGB value is (254,219,2). Sum of RGB (Red+Green+Blue) = 254+219+2=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 2 (1.17% from 255 or 0.42% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB02 is #0124FD. Grayscale: #CDCDCD. Windows color (decimal): -75006 or 187390. OLE color: 187390.
HSL color Cylindrical-coordinate representation of color #FEDB02: hue angle of 51.67º 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 #FEDB02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.00 |
| HSL | 51.67º | 0.99% | 0.5% | - |
| HSV(B) | 51.67º | 0.99% | 1% | - |
| XYZ | 66.22 | 71.74 | 10.41 | - |
| YUV | 204.73 | 13.6 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 2 | 0 | 0.14 | 0.99 | 0.00 | 51.67 | 0.99 | 0.5 |
| Hex | FE | DB | 2 | 0 | E | 63 | 0 | 34 | 63 | 32 |
| Octal | 376 | 333 | 2 | 0 | 16 | 143 | 0 | 64 | 143 | 62 |
| Binary | 11111110 | 11011011 | 10 | 0 | 1110 | 1100011 | 0 | 110100 | 1100011 | 110010 |
Color Harmonies of #FEDB02
Complementary color
Monochromatic Colors of #FEDB02
Black with #FEDB02
Text Example
Text Example
White with #FEDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB02; }
p { color: rgb(254,219,2); }
H1.HeaderClassName
{
color: #FEDB02;
}
.AnyTagClassName
{
color: #FEDB02;
}
</style>
background-color css
<style>
a { background-color: #FEDB02; }
a { background-color: rgb(254,219,2); }
div.DivClassName
{
background-color: #FEDB02;
}
.BgClassName
{
background-color: #FEDB02;
}
</style>
border-color css
<style>
span { border-color: #FEDB02; }
span { border-color: rgb(254,219,2); }
td.TdClassName
{
border-color: #FEDB02;
}
.TagClassName
{
border-color: #FEDB02;
}
</style>