Shades of School Bus Yellow #F8D706
Tints of School Bus Yellow #F8D706
RGB
CMYK
RGB Variations
Color information
#F8D706 (or 0xF8D706) is known color: School Bus Yellow. HEX triplet: F8, D7 and 06. RGB value is (248,215,6). Sum of RGB (Red+Green+Blue) = 248+215+6=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 6 (2.73% from 255 or 1.28% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D706 is #0728F9. Grayscale: #C9C9C9. Windows color (decimal): -469242 or 448504. OLE color: 448504.
HSL color Cylindrical-coordinate representation of color #F8D706: hue angle of 51.82º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8D706 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 6 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.03 |
| HSL | 51.82º | 0.95% | 0.5% | - |
| HSV(B) | 51.82º | 0.98% | 0.97% | - |
| XYZ | 63.04 | 68.57 | 10.08 | - |
| YUV | 201.04 | 17.93 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 6 | 0 | 0.13 | 0.98 | 0.03 | 51.82 | 0.95 | 0.5 |
| Hex | F8 | D7 | 6 | 0 | D | 62 | 3 | 34 | 5F | 32 |
| Octal | 370 | 327 | 6 | 0 | 15 | 142 | 3 | 64 | 137 | 62 |
| Binary | 11111000 | 11010111 | 110 | 0 | 1101 | 1100010 | 11 | 110100 | 1011111 | 110010 |
Color Harmonies of #F8D706
Complementary color
Monochromatic Colors of #F8D706
Black with #F8D706
Text Example
Text Example
White with #F8D706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D706; }
p { color: rgb(248,215,6); }
H1.HeaderClassName
{
color: #F8D706;
}
.AnyTagClassName
{
color: #F8D706;
}
</style>
background-color css
<style>
a { background-color: #F8D706; }
a { background-color: rgb(248,215,6); }
div.DivClassName
{
background-color: #F8D706;
}
.BgClassName
{
background-color: #F8D706;
}
</style>
border-color css
<style>
span { border-color: #F8D706; }
span { border-color: rgb(248,215,6); }
td.TdClassName
{
border-color: #F8D706;
}
.TagClassName
{
border-color: #F8D706;
}
</style>