Shades of School Bus Yellow #F2D800
Tints of School Bus Yellow #F2D800
RGB
CMYK
RGB Variations
Color information
#F2D800 (or 0xF2D800) is known color: School Bus Yellow. HEX triplet: F2, D8 and 00. RGB value is (242,216,0). Sum of RGB (Red+Green+Blue) = 242+216+0=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D800 is #0D27FF. Grayscale: #C8C8C8. Windows color (decimal): -862208 or 55538. OLE color: 55538.
HSL color Cylindrical-coordinate representation of color #F2D800: hue angle of 53.55º 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 #F2D800 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.05 |
| HSL | 53.55º | 1% | 0.47% | - |
| HSV(B) | 53.55º | 1% | 0.95% | - |
| XYZ | 61.17 | 67.99 | 9.9 | - |
| YUV | 199.15 | 15.61 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 0 | 0 | 0.11 | 1 | 0.05 | 53.55 | 1 | 0.47 |
| Hex | F2 | D8 | 0 | 0 | B | 64 | 5 | 36 | 64 | 2F |
| Octal | 362 | 330 | 0 | 0 | 13 | 144 | 5 | 66 | 144 | 57 |
| Binary | 11110010 | 11011000 | 0 | 0 | 1011 | 1100100 | 101 | 110110 | 1100100 | 101111 |
Color Harmonies of #F2D800
Complementary color
Monochromatic Colors of #F2D800
Black with #F2D800
Text Example
Text Example
White with #F2D800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D800; }
p { color: rgb(242,216,0); }
H1.HeaderClassName
{
color: #F2D800;
}
.AnyTagClassName
{
color: #F2D800;
}
</style>
background-color css
<style>
a { background-color: #F2D800; }
a { background-color: rgb(242,216,0); }
div.DivClassName
{
background-color: #F2D800;
}
.BgClassName
{
background-color: #F2D800;
}
</style>
border-color css
<style>
span { border-color: #F2D800; }
span { border-color: rgb(242,216,0); }
td.TdClassName
{
border-color: #F2D800;
}
.TagClassName
{
border-color: #F2D800;
}
</style>