Shades of School Bus Yellow #F0D706
Tints of School Bus Yellow #F0D706
RGB
CMYK
RGB Variations
Color information
#F0D706 (or 0xF0D706) is known color: School Bus Yellow. HEX triplet: F0, D7 and 06. RGB value is (240,215,6). Sum of RGB (Red+Green+Blue) = 240+215+6=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 6 (2.73% from 255 or 1.30% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D706 is #0F28F9. Grayscale: #C7C7C7. Windows color (decimal): -993530 or 448496. OLE color: 448496.
HSL color Cylindrical-coordinate representation of color #F0D706: hue angle of 53.59º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0D706 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 6 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.06 |
| HSL | 53.59º | 0.95% | 0.48% | - |
| HSV(B) | 53.59º | 0.98% | 0.94% | - |
| XYZ | 60.27 | 67.14 | 9.95 | - |
| YUV | 198.65 | 19.28 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 6 | 0 | 0.10 | 0.98 | 0.06 | 53.59 | 0.95 | 0.48 |
| Hex | F0 | D7 | 6 | 0 | A | 62 | 6 | 36 | 5F | 30 |
| Octal | 360 | 327 | 6 | 0 | 12 | 142 | 6 | 66 | 137 | 60 |
| Binary | 11110000 | 11010111 | 110 | 0 | 1010 | 1100010 | 110 | 110110 | 1011111 | 110000 |
Color Harmonies of #F0D706
Complementary color
Monochromatic Colors of #F0D706
Black with #F0D706
Text Example
Text Example
White with #F0D706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D706; }
p { color: rgb(240,215,6); }
H1.HeaderClassName
{
color: #F0D706;
}
.AnyTagClassName
{
color: #F0D706;
}
</style>
background-color css
<style>
a { background-color: #F0D706; }
a { background-color: rgb(240,215,6); }
div.DivClassName
{
background-color: #F0D706;
}
.BgClassName
{
background-color: #F0D706;
}
</style>
border-color css
<style>
span { border-color: #F0D706; }
span { border-color: rgb(240,215,6); }
td.TdClassName
{
border-color: #F0D706;
}
.TagClassName
{
border-color: #F0D706;
}
</style>