Shades of School Bus Yellow #F2D907
Tints of School Bus Yellow #F2D907
RGB
CMYK
RGB Variations
Color information
#F2D907 (or 0xF2D907) is known color: School Bus Yellow. HEX triplet: F2, D9 and 07. RGB value is (242,217,7). Sum of RGB (Red+Green+Blue) = 242+217+7=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 7 (3.12% from 255 or 1.50% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D907 is #0D26F8. Grayscale: #C9C9C9. Windows color (decimal): -861945 or 514546. OLE color: 514546.
HSL color Cylindrical-coordinate representation of color #F2D907: hue angle of 53.62º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2D907 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 7 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.05 |
| HSL | 53.62º | 0.94% | 0.49% | - |
| HSV(B) | 53.62º | 0.97% | 0.95% | - |
| XYZ | 61.47 | 68.52 | 10.19 | - |
| YUV | 200.54 | 18.78 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 7 | 0 | 0.10 | 0.97 | 0.05 | 53.62 | 0.94 | 0.49 |
| Hex | F2 | D9 | 7 | 0 | A | 61 | 5 | 36 | 5E | 31 |
| Octal | 362 | 331 | 7 | 0 | 12 | 141 | 5 | 66 | 136 | 61 |
| Binary | 11110010 | 11011001 | 111 | 0 | 1010 | 1100001 | 101 | 110110 | 1011110 | 110001 |
Color Harmonies of #F2D907
Complementary color
Monochromatic Colors of #F2D907
Black with #F2D907
Text Example
Text Example
White with #F2D907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D907; }
p { color: rgb(242,217,7); }
H1.HeaderClassName
{
color: #F2D907;
}
.AnyTagClassName
{
color: #F2D907;
}
</style>
background-color css
<style>
a { background-color: #F2D907; }
a { background-color: rgb(242,217,7); }
div.DivClassName
{
background-color: #F2D907;
}
.BgClassName
{
background-color: #F2D907;
}
</style>
border-color css
<style>
span { border-color: #F2D907; }
span { border-color: rgb(242,217,7); }
td.TdClassName
{
border-color: #F2D907;
}
.TagClassName
{
border-color: #F2D907;
}
</style>