Shades of School Bus Yellow #FED90D
Tints of School Bus Yellow #FED90D
RGB
CMYK
RGB Variations
Color information
#FED90D (or 0xFED90D) is known color: School Bus Yellow. HEX triplet: FE, D9 and 0D. RGB value is (254,217,13). Sum of RGB (Red+Green+Blue) = 254+217+13=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 13 (5.47% from 255 or 2.69% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FED90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED90D is #0126F2. Grayscale: #CDCDCD. Windows color (decimal): -75507 or 907774. OLE color: 907774.
HSL color Cylindrical-coordinate representation of color #FED90D: hue angle of 50.79º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FED90D is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 13 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.00 |
| HSL | 50.79º | 0.99% | 0.52% | - |
| HSV(B) | 50.79º | 0.95% | 1% | - |
| XYZ | 65.76 | 70.73 | 10.57 | - |
| YUV | 204.81 | 19.76 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 13 | 0 | 0.15 | 0.95 | 0.00 | 50.79 | 0.99 | 0.52 |
| Hex | FE | D9 | D | 0 | F | 5F | 0 | 33 | 63 | 34 |
| Octal | 376 | 331 | 15 | 0 | 17 | 137 | 0 | 63 | 143 | 64 |
| Binary | 11111110 | 11011001 | 1101 | 0 | 1111 | 1011111 | 0 | 110011 | 1100011 | 110100 |
Color Harmonies of #FED90D
Complementary color
Monochromatic Colors of #FED90D
Black with #FED90D
Text Example
Text Example
White with #FED90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED90D; }
p { color: rgb(254,217,13); }
H1.HeaderClassName
{
color: #FED90D;
}
.AnyTagClassName
{
color: #FED90D;
}
</style>
background-color css
<style>
a { background-color: #FED90D; }
a { background-color: rgb(254,217,13); }
div.DivClassName
{
background-color: #FED90D;
}
.BgClassName
{
background-color: #FED90D;
}
</style>
border-color css
<style>
span { border-color: #FED90D; }
span { border-color: rgb(254,217,13); }
td.TdClassName
{
border-color: #FED90D;
}
.TagClassName
{
border-color: #FED90D;
}
</style>