Shades of School Bus Yellow #F8D701
Tints of School Bus Yellow #F8D701
RGB
CMYK
RGB Variations
Color information
#F8D701 (or 0xF8D701) is known color: School Bus Yellow. HEX triplet: F8, D7 and 01. RGB value is (248,215,1). Sum of RGB (Red+Green+Blue) = 248+215+1=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D701 is #0728FE. Grayscale: #C9C9C9. Windows color (decimal): -469247 or 120824. OLE color: 120824.
HSL color Cylindrical-coordinate representation of color #F8D701: hue angle of 51.98º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8D701 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 1 | - |
| CMYK | 0 | 0.13 | 1.00 | 0.03 |
| HSL | 51.98º | 0.99% | 0.49% | - |
| HSV(B) | 51.98º | 1% | 0.97% | - |
| XYZ | 63.02 | 68.56 | 9.94 | - |
| YUV | 200.47 | 15.43 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 1 | 0 | 0.13 | 1.00 | 0.03 | 51.98 | 0.99 | 0.49 |
| Hex | F8 | D7 | 1 | 0 | D | 64 | 3 | 34 | 63 | 31 |
| Octal | 370 | 327 | 1 | 0 | 15 | 144 | 3 | 64 | 143 | 61 |
| Binary | 11111000 | 11010111 | 1 | 0 | 1101 | 1100100 | 11 | 110100 | 1100011 | 110001 |
Color Harmonies of #F8D701
Complementary color
Monochromatic Colors of #F8D701
Black with #F8D701
Text Example
Text Example
White with #F8D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D701; }
p { color: rgb(248,215,1); }
H1.HeaderClassName
{
color: #F8D701;
}
.AnyTagClassName
{
color: #F8D701;
}
</style>
background-color css
<style>
a { background-color: #F8D701; }
a { background-color: rgb(248,215,1); }
div.DivClassName
{
background-color: #F8D701;
}
.BgClassName
{
background-color: #F8D701;
}
</style>
border-color css
<style>
span { border-color: #F8D701; }
span { border-color: rgb(248,215,1); }
td.TdClassName
{
border-color: #F8D701;
}
.TagClassName
{
border-color: #F8D701;
}
</style>