Shades of School Bus Yellow #F2D700
Tints of School Bus Yellow #F2D700
RGB
CMYK
RGB Variations
Color information
#F2D700 (or 0xF2D700) is known color: School Bus Yellow. HEX triplet: F2, D7 and 00. RGB value is (242,215,0). Sum of RGB (Red+Green+Blue) = 242+215+0=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D700 is #0D28FF. Grayscale: #C7C7C7. Windows color (decimal): -862464 or 55282. OLE color: 55282.
HSL color Cylindrical-coordinate representation of color #F2D700: hue angle of 53.31º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2D700 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.05 |
| HSL | 53.31º | 1% | 0.47% | - |
| HSV(B) | 53.31º | 1% | 0.95% | - |
| XYZ | 60.92 | 67.48 | 9.81 | - |
| YUV | 198.56 | 15.95 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 0 | 0 | 0.11 | 1 | 0.05 | 53.31 | 1 | 0.47 |
| Hex | F2 | D7 | 0 | 0 | B | 64 | 5 | 35 | 64 | 2F |
| Octal | 362 | 327 | 0 | 0 | 13 | 144 | 5 | 65 | 144 | 57 |
| Binary | 11110010 | 11010111 | 0 | 0 | 1011 | 1100100 | 101 | 110101 | 1100100 | 101111 |
Color Harmonies of #F2D700
Complementary color
Monochromatic Colors of #F2D700
Black with #F2D700
Text Example
Text Example
White with #F2D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D700; }
p { color: rgb(242,215,0); }
H1.HeaderClassName
{
color: #F2D700;
}
.AnyTagClassName
{
color: #F2D700;
}
</style>
background-color css
<style>
a { background-color: #F2D700; }
a { background-color: rgb(242,215,0); }
div.DivClassName
{
background-color: #F2D700;
}
.BgClassName
{
background-color: #F2D700;
}
</style>
border-color css
<style>
span { border-color: #F2D700; }
span { border-color: rgb(242,215,0); }
td.TdClassName
{
border-color: #F2D700;
}
.TagClassName
{
border-color: #F2D700;
}
</style>