Shades of Khaki #F2EB8E
Tints of Khaki #F2EB8E
RGB
CMYK
RGB Variations
Color information
#F2EB8E (or 0xF2EB8E) is known color: Khaki. HEX triplet: F2, EB and 8E. RGB value is (242,235,142). Sum of RGB (Red+Green+Blue) = 242+235+142=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 142 (55.86% from 255 or 22.94% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EB8E is #0D1471. Grayscale: #E2E2E2. Windows color (decimal): -857202 or 9366514. OLE color: 9366514.
HSL color Cylindrical-coordinate representation of color #F2EB8E: hue angle of 55.8º 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 #F2EB8E is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 142 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.05 |
| HSL | 55.8º | 0.79% | 0.75% | - |
| HSV(B) | 55.8º | 0.41% | 0.95% | - |
| XYZ | 71.21 | 80.25 | 37.33 | - |
| YUV | 226.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 142 | 0 | 0.03 | 0.41 | 0.05 | 55.8 | 0.79 | 0.75 |
| Hex | F2 | EB | 8E | 0 | 3 | 29 | 5 | 38 | 4F | 4B |
| Octal | 362 | 353 | 216 | 0 | 3 | 51 | 5 | 70 | 117 | 113 |
| Binary | 11110010 | 11101011 | 10001110 | 0 | 11 | 101001 | 101 | 111000 | 1001111 | 1001011 |
Color Harmonies of #F2EB8E
Complementary color
Monochromatic Colors of #F2EB8E
Black with #F2EB8E
Text Example
Text Example
White with #F2EB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB8E; }
p { color: rgb(242,235,142); }
H1.HeaderClassName
{
color: #F2EB8E;
}
.AnyTagClassName
{
color: #F2EB8E;
}
</style>
background-color css
<style>
a { background-color: #F2EB8E; }
a { background-color: rgb(242,235,142); }
div.DivClassName
{
background-color: #F2EB8E;
}
.BgClassName
{
background-color: #F2EB8E;
}
</style>
border-color css
<style>
span { border-color: #F2EB8E; }
span { border-color: rgb(242,235,142); }
td.TdClassName
{
border-color: #F2EB8E;
}
.TagClassName
{
border-color: #F2EB8E;
}
</style>