Shades of School Bus Yellow #F9D90D
Tints of School Bus Yellow #F9D90D
RGB
CMYK
RGB Variations
Color information
#F9D90D (or 0xF9D90D) is known color: School Bus Yellow. HEX triplet: F9, D9 and 0D. RGB value is (249,217,13). Sum of RGB (Red+Green+Blue) = 249+217+13=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 13 (5.47% from 255 or 2.71% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D90D is #0626F2. Grayscale: #CCCCCC. Windows color (decimal): -403187 or 907769. OLE color: 907769.
HSL color Cylindrical-coordinate representation of color #F9D90D: hue angle of 51.86º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9D90D is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 13 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.02 |
| HSL | 51.86º | 0.95% | 0.51% | - |
| HSV(B) | 51.86º | 0.95% | 0.98% | - |
| XYZ | 63.95 | 69.79 | 10.48 | - |
| YUV | 203.31 | 20.6 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 13 | 0 | 0.13 | 0.95 | 0.02 | 51.86 | 0.95 | 0.51 |
| Hex | F9 | D9 | D | 0 | D | 5F | 2 | 34 | 5F | 33 |
| Octal | 371 | 331 | 15 | 0 | 15 | 137 | 2 | 64 | 137 | 63 |
| Binary | 11111001 | 11011001 | 1101 | 0 | 1101 | 1011111 | 10 | 110100 | 1011111 | 110011 |
Color Harmonies of #F9D90D
Complementary color
Monochromatic Colors of #F9D90D
Black with #F9D90D
Text Example
Text Example
White with #F9D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D90D; }
p { color: rgb(249,217,13); }
H1.HeaderClassName
{
color: #F9D90D;
}
.AnyTagClassName
{
color: #F9D90D;
}
</style>
background-color css
<style>
a { background-color: #F9D90D; }
a { background-color: rgb(249,217,13); }
div.DivClassName
{
background-color: #F9D90D;
}
.BgClassName
{
background-color: #F9D90D;
}
</style>
border-color css
<style>
span { border-color: #F9D90D; }
span { border-color: rgb(249,217,13); }
td.TdClassName
{
border-color: #F9D90D;
}
.TagClassName
{
border-color: #F9D90D;
}
</style>