Shades of School Bus Yellow #FED90B
Tints of School Bus Yellow #FED90B
RGB
CMYK
RGB Variations
Color information
#FED90B (or 0xFED90B) is known color: School Bus Yellow. HEX triplet: FE, D9 and 0B. RGB value is (254,217,11). Sum of RGB (Red+Green+Blue) = 254+217+11=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 11 (4.69% from 255 or 2.28% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FED90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED90B is #0126F4. Grayscale: #CDCDCD. Windows color (decimal): -75509 or 776702. OLE color: 776702.
HSL color Cylindrical-coordinate representation of color #FED90B: hue angle of 50.86º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FED90B is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 11 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.00 |
| HSL | 50.86º | 0.99% | 0.52% | - |
| HSV(B) | 50.86º | 0.96% | 1% | - |
| XYZ | 65.75 | 70.72 | 10.5 | - |
| YUV | 204.58 | 18.76 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 11 | 0 | 0.15 | 0.96 | 0.00 | 50.86 | 0.99 | 0.52 |
| Hex | FE | D9 | B | 0 | F | 60 | 0 | 33 | 63 | 34 |
| Octal | 376 | 331 | 13 | 0 | 17 | 140 | 0 | 63 | 143 | 64 |
| Binary | 11111110 | 11011001 | 1011 | 0 | 1111 | 1100000 | 0 | 110011 | 1100011 | 110100 |
Color Harmonies of #FED90B
Complementary color
Monochromatic Colors of #FED90B
Black with #FED90B
Text Example
Text Example
White with #FED90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED90B; }
p { color: rgb(254,217,11); }
H1.HeaderClassName
{
color: #FED90B;
}
.AnyTagClassName
{
color: #FED90B;
}
</style>
background-color css
<style>
a { background-color: #FED90B; }
a { background-color: rgb(254,217,11); }
div.DivClassName
{
background-color: #FED90B;
}
.BgClassName
{
background-color: #FED90B;
}
</style>
border-color css
<style>
span { border-color: #FED90B; }
span { border-color: rgb(254,217,11); }
td.TdClassName
{
border-color: #FED90B;
}
.TagClassName
{
border-color: #FED90B;
}
</style>