Shades of School Bus Yellow #F0D800
Tints of School Bus Yellow #F0D800
RGB
CMYK
RGB Variations
Color information
#F0D800 (or 0xF0D800) is known color: School Bus Yellow. HEX triplet: F0, D8 and 00. RGB value is (240,216,0). Sum of RGB (Red+Green+Blue) = 240+216+0=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D800 is #0F27FF. Grayscale: #C7C7C7. Windows color (decimal): -993280 or 55536. OLE color: 55536.
HSL color Cylindrical-coordinate representation of color #F0D800: hue angle of 54º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0D800 is Cyan = 0, Magento = 0.1, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 0 | - |
| CMYK | 0 | 0.1 | 1 | 0.06 |
| HSL | 54º | 1% | 0.47% | - |
| HSV(B) | 54º | 1% | 0.94% | - |
| XYZ | 60.49 | 67.64 | 9.87 | - |
| YUV | 198.55 | 15.95 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 0 | 0 | 0.1 | 1 | 0.06 | 54 | 1 | 0.47 |
| Hex | F0 | D8 | 0 | 0 | A | 64 | 6 | 36 | 64 | 2F |
| Octal | 360 | 330 | 0 | 0 | 12 | 144 | 6 | 66 | 144 | 57 |
| Binary | 11110000 | 11011000 | 0 | 0 | 1010 | 1100100 | 110 | 110110 | 1100100 | 101111 |
Color Harmonies of #F0D800
Complementary color
Monochromatic Colors of #F0D800
Black with #F0D800
Text Example
Text Example
White with #F0D800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D800; }
p { color: rgb(240,216,0); }
H1.HeaderClassName
{
color: #F0D800;
}
.AnyTagClassName
{
color: #F0D800;
}
</style>
background-color css
<style>
a { background-color: #F0D800; }
a { background-color: rgb(240,216,0); }
div.DivClassName
{
background-color: #F0D800;
}
.BgClassName
{
background-color: #F0D800;
}
</style>
border-color css
<style>
span { border-color: #F0D800; }
span { border-color: rgb(240,216,0); }
td.TdClassName
{
border-color: #F0D800;
}
.TagClassName
{
border-color: #F0D800;
}
</style>