Shades of Khaki #F2EC92
Tints of Khaki #F2EC92
RGB
CMYK
RGB Variations
Color information
#F2EC92 (or 0xF2EC92) is known color: Khaki. HEX triplet: F2, EC and 92. RGB value is (242,236,146). Sum of RGB (Red+Green+Blue) = 242+236+146=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 146 (57.42% from 255 or 23.40% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EC92 is #0D136D. Grayscale: #E3E3E3. Windows color (decimal): -856942 or 9628914. OLE color: 9628914.
HSL color Cylindrical-coordinate representation of color #F2EC92: hue angle of 56.25º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2EC92 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 146 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.05 |
| HSL | 56.25º | 0.79% | 0.76% | - |
| HSV(B) | 56.25º | 0.4% | 0.95% | - |
| XYZ | 71.8 | 80.94 | 39.03 | - |
| YUV | 227.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 146 | 0 | 0.02 | 0.40 | 0.05 | 56.25 | 0.79 | 0.76 |
| Hex | F2 | EC | 92 | 0 | 2 | 28 | 5 | 38 | 4F | 4C |
| Octal | 362 | 354 | 222 | 0 | 2 | 50 | 5 | 70 | 117 | 114 |
| Binary | 11110010 | 11101100 | 10010010 | 0 | 10 | 101000 | 101 | 111000 | 1001111 | 1001100 |
Color Harmonies of #F2EC92
Complementary color
Monochromatic Colors of #F2EC92
Black with #F2EC92
Text Example
Text Example
White with #F2EC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC92; }
p { color: rgb(242,236,146); }
H1.HeaderClassName
{
color: #F2EC92;
}
.AnyTagClassName
{
color: #F2EC92;
}
</style>
background-color css
<style>
a { background-color: #F2EC92; }
a { background-color: rgb(242,236,146); }
div.DivClassName
{
background-color: #F2EC92;
}
.BgClassName
{
background-color: #F2EC92;
}
</style>
border-color css
<style>
span { border-color: #F2EC92; }
span { border-color: rgb(242,236,146); }
td.TdClassName
{
border-color: #F2EC92;
}
.TagClassName
{
border-color: #F2EC92;
}
</style>