Shades of School Bus Yellow #F2D80E
Tints of School Bus Yellow #F2D80E
RGB
CMYK
RGB Variations
Color information
#F2D80E (or 0xF2D80E) is known color: School Bus Yellow. HEX triplet: F2, D8 and 0E. RGB value is (242,216,14). Sum of RGB (Red+Green+Blue) = 242+216+14=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 14 (5.86% from 255 or 2.97% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D80E is #0D27F1. Grayscale: #C9C9C9. Windows color (decimal): -862194 or 973042. OLE color: 973042.
HSL color Cylindrical-coordinate representation of color #F2D80E: hue angle of 53.16º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2D80E is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 14 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.05 |
| HSL | 53.16º | 0.9% | 0.5% | - |
| HSV(B) | 53.16º | 0.94% | 0.95% | - |
| XYZ | 61.25 | 68.02 | 10.32 | - |
| YUV | 200.75 | 22.61 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 14 | 0 | 0.11 | 0.94 | 0.05 | 53.16 | 0.9 | 0.5 |
| Hex | F2 | D8 | E | 0 | B | 5E | 5 | 35 | 5A | 32 |
| Octal | 362 | 330 | 16 | 0 | 13 | 136 | 5 | 65 | 132 | 62 |
| Binary | 11110010 | 11011000 | 1110 | 0 | 1011 | 1011110 | 101 | 110101 | 1011010 | 110010 |
Color Harmonies of #F2D80E
Complementary color
Monochromatic Colors of #F2D80E
Black with #F2D80E
Text Example
Text Example
White with #F2D80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D80E; }
p { color: rgb(242,216,14); }
H1.HeaderClassName
{
color: #F2D80E;
}
.AnyTagClassName
{
color: #F2D80E;
}
</style>
background-color css
<style>
a { background-color: #F2D80E; }
a { background-color: rgb(242,216,14); }
div.DivClassName
{
background-color: #F2D80E;
}
.BgClassName
{
background-color: #F2D80E;
}
</style>
border-color css
<style>
span { border-color: #F2D80E; }
span { border-color: rgb(242,216,14); }
td.TdClassName
{
border-color: #F2D80E;
}
.TagClassName
{
border-color: #F2D80E;
}
</style>