Shades of School Bus Yellow #F2D80A
Tints of School Bus Yellow #F2D80A
RGB
CMYK
RGB Variations
Color information
#F2D80A (or 0xF2D80A) is known color: School Bus Yellow. HEX triplet: F2, D8 and 0A. RGB value is (242,216,10). Sum of RGB (Red+Green+Blue) = 242+216+10=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 10 (4.30% from 255 or 2.14% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D80A is #0D27F5. Grayscale: #C9C9C9. Windows color (decimal): -862198 or 710898. OLE color: 710898.
HSL color Cylindrical-coordinate representation of color #F2D80A: hue angle of 53.28º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2D80A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 10 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.05 |
| HSL | 53.28º | 0.92% | 0.49% | - |
| HSV(B) | 53.28º | 0.96% | 0.95% | - |
| XYZ | 61.23 | 68.01 | 10.19 | - |
| YUV | 200.29 | 20.61 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 10 | 0 | 0.11 | 0.96 | 0.05 | 53.28 | 0.92 | 0.49 |
| Hex | F2 | D8 | A | 0 | B | 60 | 5 | 35 | 5C | 31 |
| Octal | 362 | 330 | 12 | 0 | 13 | 140 | 5 | 65 | 134 | 61 |
| Binary | 11110010 | 11011000 | 1010 | 0 | 1011 | 1100000 | 101 | 110101 | 1011100 | 110001 |
Color Harmonies of #F2D80A
Complementary color
Monochromatic Colors of #F2D80A
Black with #F2D80A
Text Example
Text Example
White with #F2D80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D80A; }
p { color: rgb(242,216,10); }
H1.HeaderClassName
{
color: #F2D80A;
}
.AnyTagClassName
{
color: #F2D80A;
}
</style>
background-color css
<style>
a { background-color: #F2D80A; }
a { background-color: rgb(242,216,10); }
div.DivClassName
{
background-color: #F2D80A;
}
.BgClassName
{
background-color: #F2D80A;
}
</style>
border-color css
<style>
span { border-color: #F2D80A; }
span { border-color: rgb(242,216,10); }
td.TdClassName
{
border-color: #F2D80A;
}
.TagClassName
{
border-color: #F2D80A;
}
</style>