Shades of School Bus Yellow #F0D701
Tints of School Bus Yellow #F0D701
RGB
CMYK
RGB Variations
Color information
#F0D701 (or 0xF0D701) is known color: School Bus Yellow. HEX triplet: F0, D7 and 01. RGB value is (240,215,1). Sum of RGB (Red+Green+Blue) = 240+215+1=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D701 is #0F28FE. Grayscale: #C6C6C6. Windows color (decimal): -993535 or 120816. OLE color: 120816.
HSL color Cylindrical-coordinate representation of color #F0D701: hue angle of 53.72º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0D701 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.06 |
| HSL | 53.72º | 0.99% | 0.47% | - |
| HSV(B) | 53.72º | 1% | 0.94% | - |
| XYZ | 60.24 | 67.13 | 9.81 | - |
| YUV | 198.08 | 16.78 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 1 | 0 | 0.10 | 1.00 | 0.06 | 53.72 | 0.99 | 0.47 |
| Hex | F0 | D7 | 1 | 0 | A | 64 | 6 | 36 | 63 | 2F |
| Octal | 360 | 327 | 1 | 0 | 12 | 144 | 6 | 66 | 143 | 57 |
| Binary | 11110000 | 11010111 | 1 | 0 | 1010 | 1100100 | 110 | 110110 | 1100011 | 101111 |
Color Harmonies of #F0D701
Complementary color
Monochromatic Colors of #F0D701
Black with #F0D701
Text Example
Text Example
White with #F0D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D701; }
p { color: rgb(240,215,1); }
H1.HeaderClassName
{
color: #F0D701;
}
.AnyTagClassName
{
color: #F0D701;
}
</style>
background-color css
<style>
a { background-color: #F0D701; }
a { background-color: rgb(240,215,1); }
div.DivClassName
{
background-color: #F0D701;
}
.BgClassName
{
background-color: #F0D701;
}
</style>
border-color css
<style>
span { border-color: #F0D701; }
span { border-color: rgb(240,215,1); }
td.TdClassName
{
border-color: #F0D701;
}
.TagClassName
{
border-color: #F0D701;
}
</style>