Shades of School Bus Yellow #F2D70B
Tints of School Bus Yellow #F2D70B
RGB
CMYK
RGB Variations
Color information
#F2D70B (or 0xF2D70B) is known color: School Bus Yellow. HEX triplet: F2, D7 and 0B. RGB value is (242,215,11). Sum of RGB (Red+Green+Blue) = 242+215+11=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 11 (4.69% from 255 or 2.35% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D70B is #0D28F4. Grayscale: #C8C8C8. Windows color (decimal): -862453 or 776178. OLE color: 776178.
HSL color Cylindrical-coordinate representation of color #F2D70B: hue angle of 52.99º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2D70B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.05 |
| HSL | 52.99º | 0.91% | 0.5% | - |
| HSV(B) | 52.99º | 0.95% | 0.95% | - |
| XYZ | 60.98 | 67.5 | 10.13 | - |
| YUV | 199.82 | 21.45 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 11 | 0 | 0.11 | 0.95 | 0.05 | 52.99 | 0.91 | 0.5 |
| Hex | F2 | D7 | B | 0 | B | 5F | 5 | 35 | 5B | 32 |
| Octal | 362 | 327 | 13 | 0 | 13 | 137 | 5 | 65 | 133 | 62 |
| Binary | 11110010 | 11010111 | 1011 | 0 | 1011 | 1011111 | 101 | 110101 | 1011011 | 110010 |
Color Harmonies of #F2D70B
Complementary color
Monochromatic Colors of #F2D70B
Black with #F2D70B
Text Example
Text Example
White with #F2D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D70B; }
p { color: rgb(242,215,11); }
H1.HeaderClassName
{
color: #F2D70B;
}
.AnyTagClassName
{
color: #F2D70B;
}
</style>
background-color css
<style>
a { background-color: #F2D70B; }
a { background-color: rgb(242,215,11); }
div.DivClassName
{
background-color: #F2D70B;
}
.BgClassName
{
background-color: #F2D70B;
}
</style>
border-color css
<style>
span { border-color: #F2D70B; }
span { border-color: rgb(242,215,11); }
td.TdClassName
{
border-color: #F2D70B;
}
.TagClassName
{
border-color: #F2D70B;
}
</style>