Shades of School Bus Yellow #F2D708
Tints of School Bus Yellow #F2D708
RGB
CMYK
RGB Variations
Color information
#F2D708 (or 0xF2D708) is known color: School Bus Yellow. HEX triplet: F2, D7 and 08. RGB value is (242,215,8). Sum of RGB (Red+Green+Blue) = 242+215+8=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 8 (3.52% from 255 or 1.72% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D708 is #0D28F7. Grayscale: #C8C8C8. Windows color (decimal): -862456 or 579570. OLE color: 579570.
HSL color Cylindrical-coordinate representation of color #F2D708: hue angle of 53.08º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2D708 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 8 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.05 |
| HSL | 53.08º | 0.94% | 0.49% | - |
| HSV(B) | 53.08º | 0.97% | 0.95% | - |
| XYZ | 60.96 | 67.5 | 10.04 | - |
| YUV | 199.48 | 19.95 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 8 | 0 | 0.11 | 0.97 | 0.05 | 53.08 | 0.94 | 0.49 |
| Hex | F2 | D7 | 8 | 0 | B | 61 | 5 | 35 | 5E | 31 |
| Octal | 362 | 327 | 10 | 0 | 13 | 141 | 5 | 65 | 136 | 61 |
| Binary | 11110010 | 11010111 | 1000 | 0 | 1011 | 1100001 | 101 | 110101 | 1011110 | 110001 |
Color Harmonies of #F2D708
Complementary color
Monochromatic Colors of #F2D708
Black with #F2D708
Text Example
Text Example
White with #F2D708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D708; }
p { color: rgb(242,215,8); }
H1.HeaderClassName
{
color: #F2D708;
}
.AnyTagClassName
{
color: #F2D708;
}
</style>
background-color css
<style>
a { background-color: #F2D708; }
a { background-color: rgb(242,215,8); }
div.DivClassName
{
background-color: #F2D708;
}
.BgClassName
{
background-color: #F2D708;
}
</style>
border-color css
<style>
span { border-color: #F2D708; }
span { border-color: rgb(242,215,8); }
td.TdClassName
{
border-color: #F2D708;
}
.TagClassName
{
border-color: #F2D708;
}
</style>