Shades of School Bus Yellow #F2D70D
Tints of School Bus Yellow #F2D70D
RGB
CMYK
RGB Variations
Color information
#F2D70D (or 0xF2D70D) is known color: School Bus Yellow. HEX triplet: F2, D7 and 0D. RGB value is (242,215,13). Sum of RGB (Red+Green+Blue) = 242+215+13=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 13 (5.47% from 255 or 2.77% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D70D is #0D28F2. Grayscale: #C8C8C8. Windows color (decimal): -862451 or 907250. OLE color: 907250.
HSL color Cylindrical-coordinate representation of color #F2D70D: hue angle of 52.93º degrees, saturation: 0.9, 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 #F2D70D is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 13 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.05 |
| HSL | 52.93º | 0.9% | 0.5% | - |
| HSV(B) | 52.93º | 0.95% | 0.95% | - |
| XYZ | 60.99 | 67.51 | 10.2 | - |
| YUV | 200.05 | 22.45 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 13 | 0 | 0.11 | 0.95 | 0.05 | 52.93 | 0.9 | 0.5 |
| Hex | F2 | D7 | D | 0 | B | 5F | 5 | 35 | 5A | 32 |
| Octal | 362 | 327 | 15 | 0 | 13 | 137 | 5 | 65 | 132 | 62 |
| Binary | 11110010 | 11010111 | 1101 | 0 | 1011 | 1011111 | 101 | 110101 | 1011010 | 110010 |
Color Harmonies of #F2D70D
Complementary color
Monochromatic Colors of #F2D70D
Black with #F2D70D
Text Example
Text Example
White with #F2D70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D70D; }
p { color: rgb(242,215,13); }
H1.HeaderClassName
{
color: #F2D70D;
}
.AnyTagClassName
{
color: #F2D70D;
}
</style>
background-color css
<style>
a { background-color: #F2D70D; }
a { background-color: rgb(242,215,13); }
div.DivClassName
{
background-color: #F2D70D;
}
.BgClassName
{
background-color: #F2D70D;
}
</style>
border-color css
<style>
span { border-color: #F2D70D; }
span { border-color: rgb(242,215,13); }
td.TdClassName
{
border-color: #F2D70D;
}
.TagClassName
{
border-color: #F2D70D;
}
</style>