Shades of School Bus Yellow #F0D708
Tints of School Bus Yellow #F0D708
RGB
CMYK
RGB Variations
Color information
#F0D708 (or 0xF0D708) is known color: School Bus Yellow. HEX triplet: F0, D7 and 08. RGB value is (240,215,8). Sum of RGB (Red+Green+Blue) = 240+215+8=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D708 is #0F28F7. Grayscale: #C7C7C7. Windows color (decimal): -993528 or 579568. OLE color: 579568.
HSL color Cylindrical-coordinate representation of color #F0D708: hue angle of 53.53º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0D708 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 8 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.06 |
| HSL | 53.53º | 0.94% | 0.49% | - |
| HSV(B) | 53.53º | 0.97% | 0.94% | - |
| XYZ | 60.28 | 67.14 | 10.01 | - |
| YUV | 198.88 | 20.28 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 8 | 0 | 0.10 | 0.97 | 0.06 | 53.53 | 0.94 | 0.49 |
| Hex | F0 | D7 | 8 | 0 | A | 61 | 6 | 36 | 5E | 31 |
| Octal | 360 | 327 | 10 | 0 | 12 | 141 | 6 | 66 | 136 | 61 |
| Binary | 11110000 | 11010111 | 1000 | 0 | 1010 | 1100001 | 110 | 110110 | 1011110 | 110001 |
Color Harmonies of #F0D708
Complementary color
Monochromatic Colors of #F0D708
Black with #F0D708
Text Example
Text Example
White with #F0D708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D708; }
p { color: rgb(240,215,8); }
H1.HeaderClassName
{
color: #F0D708;
}
.AnyTagClassName
{
color: #F0D708;
}
</style>
background-color css
<style>
a { background-color: #F0D708; }
a { background-color: rgb(240,215,8); }
div.DivClassName
{
background-color: #F0D708;
}
.BgClassName
{
background-color: #F0D708;
}
</style>
border-color css
<style>
span { border-color: #F0D708; }
span { border-color: rgb(240,215,8); }
td.TdClassName
{
border-color: #F0D708;
}
.TagClassName
{
border-color: #F0D708;
}
</style>