Shades of School Bus Yellow #F8D702
Tints of School Bus Yellow #F8D702
RGB
CMYK
RGB Variations
Color information
#F8D702 (or 0xF8D702) is known color: School Bus Yellow. HEX triplet: F8, D7 and 02. RGB value is (248,215,2). Sum of RGB (Red+Green+Blue) = 248+215+2=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D702 is #0728FD. Grayscale: #C9C9C9. Windows color (decimal): -469246 or 186360. OLE color: 186360.
HSL color Cylindrical-coordinate representation of color #F8D702: hue angle of 51.95º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8D702 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.03 |
| HSL | 51.95º | 0.98% | 0.49% | - |
| HSV(B) | 51.95º | 0.99% | 0.97% | - |
| XYZ | 63.02 | 68.56 | 9.97 | - |
| YUV | 200.59 | 15.93 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 2 | 0 | 0.13 | 0.99 | 0.03 | 51.95 | 0.98 | 0.49 |
| Hex | F8 | D7 | 2 | 0 | D | 63 | 3 | 34 | 62 | 31 |
| Octal | 370 | 327 | 2 | 0 | 15 | 143 | 3 | 64 | 142 | 61 |
| Binary | 11111000 | 11010111 | 10 | 0 | 1101 | 1100011 | 11 | 110100 | 1100010 | 110001 |
Color Harmonies of #F8D702
Complementary color
Monochromatic Colors of #F8D702
Black with #F8D702
Text Example
Text Example
White with #F8D702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D702; }
p { color: rgb(248,215,2); }
H1.HeaderClassName
{
color: #F8D702;
}
.AnyTagClassName
{
color: #F8D702;
}
</style>
background-color css
<style>
a { background-color: #F8D702; }
a { background-color: rgb(248,215,2); }
div.DivClassName
{
background-color: #F8D702;
}
.BgClassName
{
background-color: #F8D702;
}
</style>
border-color css
<style>
span { border-color: #F8D702; }
span { border-color: rgb(248,215,2); }
td.TdClassName
{
border-color: #F8D702;
}
.TagClassName
{
border-color: #F8D702;
}
</style>