Shades of School Bus Yellow #F2D701
Tints of School Bus Yellow #F2D701
RGB
CMYK
RGB Variations
Color information
#F2D701 (or 0xF2D701) is known color: School Bus Yellow. HEX triplet: F2, D7 and 01. RGB value is (242,215,1). Sum of RGB (Red+Green+Blue) = 242+215+1=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D701 is #0D28FE. Grayscale: #C7C7C7. Windows color (decimal): -862463 or 120818. OLE color: 120818.
HSL color Cylindrical-coordinate representation of color #F2D701: hue angle of 53.28º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2D701 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.05 |
| HSL | 53.28º | 0.99% | 0.48% | - |
| HSV(B) | 53.28º | 1% | 0.95% | - |
| XYZ | 60.92 | 67.48 | 9.84 | - |
| YUV | 198.68 | 16.45 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 1 | 0 | 0.11 | 1.00 | 0.05 | 53.28 | 0.99 | 0.48 |
| Hex | F2 | D7 | 1 | 0 | B | 64 | 5 | 35 | 63 | 30 |
| Octal | 362 | 327 | 1 | 0 | 13 | 144 | 5 | 65 | 143 | 60 |
| Binary | 11110010 | 11010111 | 1 | 0 | 1011 | 1100100 | 101 | 110101 | 1100011 | 110000 |
Color Harmonies of #F2D701
Complementary color
Monochromatic Colors of #F2D701
Black with #F2D701
Text Example
Text Example
White with #F2D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D701; }
p { color: rgb(242,215,1); }
H1.HeaderClassName
{
color: #F2D701;
}
.AnyTagClassName
{
color: #F2D701;
}
</style>
background-color css
<style>
a { background-color: #F2D701; }
a { background-color: rgb(242,215,1); }
div.DivClassName
{
background-color: #F2D701;
}
.BgClassName
{
background-color: #F2D701;
}
</style>
border-color css
<style>
span { border-color: #F2D701; }
span { border-color: rgb(242,215,1); }
td.TdClassName
{
border-color: #F2D701;
}
.TagClassName
{
border-color: #F2D701;
}
</style>