Shades of School Bus Yellow #F0D705
Tints of School Bus Yellow #F0D705
RGB
CMYK
RGB Variations
Color information
#F0D705 (or 0xF0D705) is known color: School Bus Yellow. HEX triplet: F0, D7 and 05. RGB value is (240,215,5). Sum of RGB (Red+Green+Blue) = 240+215+5=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 5 (2.34% from 255 or 1.09% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D705 is #0F28FA. Grayscale: #C7C7C7. Windows color (decimal): -993531 or 382960. OLE color: 382960.
HSL color Cylindrical-coordinate representation of color #F0D705: hue angle of 53.62º degrees, saturation: 0.96, 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 #F0D705 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.06 |
| HSL | 53.62º | 0.96% | 0.48% | - |
| HSV(B) | 53.62º | 0.98% | 0.94% | - |
| XYZ | 60.26 | 67.14 | 9.93 | - |
| YUV | 198.54 | 18.78 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 5 | 0 | 0.10 | 0.98 | 0.06 | 53.62 | 0.96 | 0.48 |
| Hex | F0 | D7 | 5 | 0 | A | 62 | 6 | 36 | 60 | 30 |
| Octal | 360 | 327 | 5 | 0 | 12 | 142 | 6 | 66 | 140 | 60 |
| Binary | 11110000 | 11010111 | 101 | 0 | 1010 | 1100010 | 110 | 110110 | 1100000 | 110000 |
Color Harmonies of #F0D705
Complementary color
Monochromatic Colors of #F0D705
Black with #F0D705
Text Example
Text Example
White with #F0D705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D705; }
p { color: rgb(240,215,5); }
H1.HeaderClassName
{
color: #F0D705;
}
.AnyTagClassName
{
color: #F0D705;
}
</style>
background-color css
<style>
a { background-color: #F0D705; }
a { background-color: rgb(240,215,5); }
div.DivClassName
{
background-color: #F0D705;
}
.BgClassName
{
background-color: #F0D705;
}
</style>
border-color css
<style>
span { border-color: #F0D705; }
span { border-color: rgb(240,215,5); }
td.TdClassName
{
border-color: #F0D705;
}
.TagClassName
{
border-color: #F0D705;
}
</style>