Shades of School Bus Yellow #F0D70C
Tints of School Bus Yellow #F0D70C
RGB
CMYK
RGB Variations
Color information
#F0D70C (or 0xF0D70C) is known color: School Bus Yellow. HEX triplet: F0, D7 and 0C. RGB value is (240,215,12). Sum of RGB (Red+Green+Blue) = 240+215+12=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D70C is #0F28F3. Grayscale: #C8C8C8. Windows color (decimal): -993524 or 841712. OLE color: 841712.
HSL color Cylindrical-coordinate representation of color #F0D70C: hue angle of 53.42º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0D70C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.06 |
| HSL | 53.42º | 0.9% | 0.49% | - |
| HSV(B) | 53.42º | 0.95% | 0.94% | - |
| XYZ | 60.3 | 67.15 | 10.13 | - |
| YUV | 199.33 | 22.28 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 12 | 0 | 0.10 | 0.95 | 0.06 | 53.42 | 0.9 | 0.49 |
| Hex | F0 | D7 | C | 0 | A | 5F | 6 | 35 | 5A | 31 |
| Octal | 360 | 327 | 14 | 0 | 12 | 137 | 6 | 65 | 132 | 61 |
| Binary | 11110000 | 11010111 | 1100 | 0 | 1010 | 1011111 | 110 | 110101 | 1011010 | 110001 |
Color Harmonies of #F0D70C
Complementary color
Monochromatic Colors of #F0D70C
Black with #F0D70C
Text Example
Text Example
White with #F0D70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D70C; }
p { color: rgb(240,215,12); }
H1.HeaderClassName
{
color: #F0D70C;
}
.AnyTagClassName
{
color: #F0D70C;
}
</style>
background-color css
<style>
a { background-color: #F0D70C; }
a { background-color: rgb(240,215,12); }
div.DivClassName
{
background-color: #F0D70C;
}
.BgClassName
{
background-color: #F0D70C;
}
</style>
border-color css
<style>
span { border-color: #F0D70C; }
span { border-color: rgb(240,215,12); }
td.TdClassName
{
border-color: #F0D70C;
}
.TagClassName
{
border-color: #F0D70C;
}
</style>