Shades of School Bus Yellow #F2D906
Tints of School Bus Yellow #F2D906
RGB
CMYK
RGB Variations
Color information
#F2D906 (or 0xF2D906) is known color: School Bus Yellow. HEX triplet: F2, D9 and 06. RGB value is (242,217,6). Sum of RGB (Red+Green+Blue) = 242+217+6=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 6 (2.73% from 255 or 1.29% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D906 is #0D26F9. Grayscale: #C9C9C9. Windows color (decimal): -861946 or 449010. OLE color: 449010.
HSL color Cylindrical-coordinate representation of color #F2D906: hue angle of 53.64º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2D906 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 6 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.05 |
| HSL | 53.64º | 0.95% | 0.49% | - |
| HSV(B) | 53.64º | 0.98% | 0.95% | - |
| XYZ | 61.46 | 68.52 | 10.16 | - |
| YUV | 200.42 | 18.28 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 6 | 0 | 0.10 | 0.98 | 0.05 | 53.64 | 0.95 | 0.49 |
| Hex | F2 | D9 | 6 | 0 | A | 62 | 5 | 36 | 5F | 31 |
| Octal | 362 | 331 | 6 | 0 | 12 | 142 | 5 | 66 | 137 | 61 |
| Binary | 11110010 | 11011001 | 110 | 0 | 1010 | 1100010 | 101 | 110110 | 1011111 | 110001 |
Color Harmonies of #F2D906
Complementary color
Monochromatic Colors of #F2D906
Black with #F2D906
Text Example
Text Example
White with #F2D906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D906; }
p { color: rgb(242,217,6); }
H1.HeaderClassName
{
color: #F2D906;
}
.AnyTagClassName
{
color: #F2D906;
}
</style>
background-color css
<style>
a { background-color: #F2D906; }
a { background-color: rgb(242,217,6); }
div.DivClassName
{
background-color: #F2D906;
}
.BgClassName
{
background-color: #F2D906;
}
</style>
border-color css
<style>
span { border-color: #F2D906; }
span { border-color: rgb(242,217,6); }
td.TdClassName
{
border-color: #F2D906;
}
.TagClassName
{
border-color: #F2D906;
}
</style>