Shades of School Bus Yellow #F9D908
Tints of School Bus Yellow #F9D908
RGB
CMYK
RGB Variations
Color information
#F9D908 (or 0xF9D908) is known color: School Bus Yellow. HEX triplet: F9, D9 and 08. RGB value is (249,217,8). Sum of RGB (Red+Green+Blue) = 249+217+8=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 8 (3.52% from 255 or 1.69% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D908 is #0626F7. Grayscale: #CBCBCB. Windows color (decimal): -403192 or 580089. OLE color: 580089.
HSL color Cylindrical-coordinate representation of color #F9D908: hue angle of 52.03º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9D908 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 8 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.02 |
| HSL | 52.03º | 0.95% | 0.5% | - |
| HSV(B) | 52.03º | 0.97% | 0.98% | - |
| XYZ | 63.92 | 69.78 | 10.33 | - |
| YUV | 202.74 | 18.1 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 8 | 0 | 0.13 | 0.97 | 0.02 | 52.03 | 0.95 | 0.5 |
| Hex | F9 | D9 | 8 | 0 | D | 61 | 2 | 34 | 5F | 32 |
| Octal | 371 | 331 | 10 | 0 | 15 | 141 | 2 | 64 | 137 | 62 |
| Binary | 11111001 | 11011001 | 1000 | 0 | 1101 | 1100001 | 10 | 110100 | 1011111 | 110010 |
Color Harmonies of #F9D908
Complementary color
Monochromatic Colors of #F9D908
Black with #F9D908
Text Example
Text Example
White with #F9D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D908; }
p { color: rgb(249,217,8); }
H1.HeaderClassName
{
color: #F9D908;
}
.AnyTagClassName
{
color: #F9D908;
}
</style>
background-color css
<style>
a { background-color: #F9D908; }
a { background-color: rgb(249,217,8); }
div.DivClassName
{
background-color: #F9D908;
}
.BgClassName
{
background-color: #F9D908;
}
</style>
border-color css
<style>
span { border-color: #F9D908; }
span { border-color: rgb(249,217,8); }
td.TdClassName
{
border-color: #F9D908;
}
.TagClassName
{
border-color: #F9D908;
}
</style>