Shades of School Bus Yellow #F0D80D
Tints of School Bus Yellow #F0D80D
RGB
CMYK
RGB Variations
Color information
#F0D80D (or 0xF0D80D) is known color: School Bus Yellow. HEX triplet: F0, D8 and 0D. RGB value is (240,216,13). Sum of RGB (Red+Green+Blue) = 240+216+13=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D80D is #0F27F2. Grayscale: #C8C8C8. Windows color (decimal): -993267 or 907504. OLE color: 907504.
HSL color Cylindrical-coordinate representation of color #F0D80D: hue angle of 53.66º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0D80D is Cyan = 0, Magento = 0.1, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 13 | - |
| CMYK | 0 | 0.1 | 0.95 | 0.06 |
| HSL | 53.66º | 0.9% | 0.5% | - |
| HSV(B) | 53.66º | 0.95% | 0.94% | - |
| XYZ | 60.56 | 67.67 | 10.25 | - |
| YUV | 200.03 | 22.45 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 13 | 0 | 0.1 | 0.95 | 0.06 | 53.66 | 0.9 | 0.5 |
| Hex | F0 | D8 | D | 0 | A | 5F | 6 | 36 | 5A | 32 |
| Octal | 360 | 330 | 15 | 0 | 12 | 137 | 6 | 66 | 132 | 62 |
| Binary | 11110000 | 11011000 | 1101 | 0 | 1010 | 1011111 | 110 | 110110 | 1011010 | 110010 |
Color Harmonies of #F0D80D
Complementary color
Monochromatic Colors of #F0D80D
Black with #F0D80D
Text Example
Text Example
White with #F0D80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D80D; }
p { color: rgb(240,216,13); }
H1.HeaderClassName
{
color: #F0D80D;
}
.AnyTagClassName
{
color: #F0D80D;
}
</style>
background-color css
<style>
a { background-color: #F0D80D; }
a { background-color: rgb(240,216,13); }
div.DivClassName
{
background-color: #F0D80D;
}
.BgClassName
{
background-color: #F0D80D;
}
</style>
border-color css
<style>
span { border-color: #F0D80D; }
span { border-color: rgb(240,216,13); }
td.TdClassName
{
border-color: #F0D80D;
}
.TagClassName
{
border-color: #F0D80D;
}
</style>