Shades of School Bus Yellow #F8D904
Tints of School Bus Yellow #F8D904
RGB
CMYK
RGB Variations
Color information
#F8D904 (or 0xF8D904) is known color: School Bus Yellow. HEX triplet: F8, D9 and 04. RGB value is (248,217,4). Sum of RGB (Red+Green+Blue) = 248+217+4=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 4 (1.95% from 255 or 0.85% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D904 is #0726FB. Grayscale: #CACACA. Windows color (decimal): -468732 or 317944. OLE color: 317944.
HSL color Cylindrical-coordinate representation of color #F8D904: hue angle of 52.38º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8D904 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.03 |
| HSL | 52.38º | 0.97% | 0.49% | - |
| HSV(B) | 52.38º | 0.98% | 0.97% | - |
| XYZ | 63.55 | 69.59 | 10.2 | - |
| YUV | 201.99 | 16.27 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 4 | 0 | 0.12 | 0.98 | 0.03 | 52.38 | 0.97 | 0.49 |
| Hex | F8 | D9 | 4 | 0 | C | 62 | 3 | 34 | 61 | 31 |
| Octal | 370 | 331 | 4 | 0 | 14 | 142 | 3 | 64 | 141 | 61 |
| Binary | 11111000 | 11011001 | 100 | 0 | 1100 | 1100010 | 11 | 110100 | 1100001 | 110001 |
Color Harmonies of #F8D904
Complementary color
Monochromatic Colors of #F8D904
Black with #F8D904
Text Example
Text Example
White with #F8D904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D904; }
p { color: rgb(248,217,4); }
H1.HeaderClassName
{
color: #F8D904;
}
.AnyTagClassName
{
color: #F8D904;
}
</style>
background-color css
<style>
a { background-color: #F8D904; }
a { background-color: rgb(248,217,4); }
div.DivClassName
{
background-color: #F8D904;
}
.BgClassName
{
background-color: #F8D904;
}
</style>
border-color css
<style>
span { border-color: #F8D904; }
span { border-color: rgb(248,217,4); }
td.TdClassName
{
border-color: #F8D904;
}
.TagClassName
{
border-color: #F8D904;
}
</style>