Shades of School Bus Yellow #F8D705
Tints of School Bus Yellow #F8D705
RGB
CMYK
RGB Variations
Color information
#F8D705 (or 0xF8D705) is known color: School Bus Yellow. HEX triplet: F8, D7 and 05. RGB value is (248,215,5). Sum of RGB (Red+Green+Blue) = 248+215+5=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 5 (2.34% from 255 or 1.07% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D705 is #0728FA. Grayscale: #C9C9C9. Windows color (decimal): -469243 or 382968. OLE color: 382968.
HSL color Cylindrical-coordinate representation of color #F8D705: hue angle of 51.85º degrees, saturation: 0.96, 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 #F8D705 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.03 |
| HSL | 51.85º | 0.96% | 0.5% | - |
| HSV(B) | 51.85º | 0.98% | 0.97% | - |
| XYZ | 63.04 | 68.57 | 10.06 | - |
| YUV | 200.93 | 17.43 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 5 | 0 | 0.13 | 0.98 | 0.03 | 51.85 | 0.96 | 0.5 |
| Hex | F8 | D7 | 5 | 0 | D | 62 | 3 | 34 | 60 | 32 |
| Octal | 370 | 327 | 5 | 0 | 15 | 142 | 3 | 64 | 140 | 62 |
| Binary | 11111000 | 11010111 | 101 | 0 | 1101 | 1100010 | 11 | 110100 | 1100000 | 110010 |
Color Harmonies of #F8D705
Complementary color
Monochromatic Colors of #F8D705
Black with #F8D705
Text Example
Text Example
White with #F8D705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D705; }
p { color: rgb(248,215,5); }
H1.HeaderClassName
{
color: #F8D705;
}
.AnyTagClassName
{
color: #F8D705;
}
</style>
background-color css
<style>
a { background-color: #F8D705; }
a { background-color: rgb(248,215,5); }
div.DivClassName
{
background-color: #F8D705;
}
.BgClassName
{
background-color: #F8D705;
}
</style>
border-color css
<style>
span { border-color: #F8D705; }
span { border-color: rgb(248,215,5); }
td.TdClassName
{
border-color: #F8D705;
}
.TagClassName
{
border-color: #F8D705;
}
</style>