Shades of Khaki #F2E38E
Tints of Khaki #F2E38E
RGB
CMYK
RGB Variations
Color information
#F2E38E (or 0xF2E38E) is known color: Khaki. HEX triplet: F2, E3 and 8E. RGB value is (242,227,142). Sum of RGB (Red+Green+Blue) = 242+227+142=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 142 (55.86% from 255 or 23.24% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E38E is #0D1C71. Grayscale: #DEDEDE. Windows color (decimal): -859250 or 9364466. OLE color: 9364466.
HSL color Cylindrical-coordinate representation of color #F2E38E: hue angle of 51º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2E38E is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 142 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.05 |
| HSL | 51º | 0.79% | 0.75% | - |
| HSV(B) | 51º | 0.41% | 0.95% | - |
| XYZ | 68.97 | 75.77 | 36.58 | - |
| YUV | 221.8 | 82.97 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 142 | 0 | 0.06 | 0.41 | 0.05 | 51 | 0.79 | 0.75 |
| Hex | F2 | E3 | 8E | 0 | 6 | 29 | 5 | 33 | 4F | 4B |
| Octal | 362 | 343 | 216 | 0 | 6 | 51 | 5 | 63 | 117 | 113 |
| Binary | 11110010 | 11100011 | 10001110 | 0 | 110 | 101001 | 101 | 110011 | 1001111 | 1001011 |
Color Harmonies of #F2E38E
Complementary color
Monochromatic Colors of #F2E38E
Black with #F2E38E
Text Example
Text Example
White with #F2E38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E38E; }
p { color: rgb(242,227,142); }
H1.HeaderClassName
{
color: #F2E38E;
}
.AnyTagClassName
{
color: #F2E38E;
}
</style>
background-color css
<style>
a { background-color: #F2E38E; }
a { background-color: rgb(242,227,142); }
div.DivClassName
{
background-color: #F2E38E;
}
.BgClassName
{
background-color: #F2E38E;
}
</style>
border-color css
<style>
span { border-color: #F2E38E; }
span { border-color: rgb(242,227,142); }
td.TdClassName
{
border-color: #F2E38E;
}
.TagClassName
{
border-color: #F2E38E;
}
</style>