Shades of School Bus Yellow #F4D908
Tints of School Bus Yellow #F4D908
RGB
CMYK
RGB Variations
Color information
#F4D908 (or 0xF4D908) is known color: School Bus Yellow. HEX triplet: F4, D9 and 08. RGB value is (244,217,8). Sum of RGB (Red+Green+Blue) = 244+217+8=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 8 (3.52% from 255 or 1.71% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D908 is #0B26F7. Grayscale: #CACACA. Windows color (decimal): -730872 or 580084. OLE color: 580084.
HSL color Cylindrical-coordinate representation of color #F4D908: hue angle of 53.14º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4D908 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 217 | 8 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.04 |
| HSL | 53.14º | 0.94% | 0.49% | - |
| HSV(B) | 53.14º | 0.97% | 0.96% | - |
| XYZ | 62.16 | 68.88 | 10.25 | - |
| YUV | 201.25 | 18.95 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 217 | 8 | 0 | 0.11 | 0.97 | 0.04 | 53.14 | 0.94 | 0.49 |
| Hex | F4 | D9 | 8 | 0 | B | 61 | 4 | 35 | 5E | 31 |
| Octal | 364 | 331 | 10 | 0 | 13 | 141 | 4 | 65 | 136 | 61 |
| Binary | 11110100 | 11011001 | 1000 | 0 | 1011 | 1100001 | 100 | 110101 | 1011110 | 110001 |
Color Harmonies of #F4D908
Complementary color
Monochromatic Colors of #F4D908
Black with #F4D908
Text Example
Text Example
White with #F4D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D908; }
p { color: rgb(244,217,8); }
H1.HeaderClassName
{
color: #F4D908;
}
.AnyTagClassName
{
color: #F4D908;
}
</style>
background-color css
<style>
a { background-color: #F4D908; }
a { background-color: rgb(244,217,8); }
div.DivClassName
{
background-color: #F4D908;
}
.BgClassName
{
background-color: #F4D908;
}
</style>
border-color css
<style>
span { border-color: #F4D908; }
span { border-color: rgb(244,217,8); }
td.TdClassName
{
border-color: #F4D908;
}
.TagClassName
{
border-color: #F4D908;
}
</style>