Shades of Khaki #F2E693
Tints of Khaki #F2E693
RGB
CMYK
RGB Variations
Color information
#F2E693 (or 0xF2E693) is known color: Khaki. HEX triplet: F2, E6 and 93. RGB value is (242,230,147). Sum of RGB (Red+Green+Blue) = 242+230+147=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 147 (57.81% from 255 or 23.75% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E693 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E693 is #0D196C. Grayscale: #E0E0E0. Windows color (decimal): -858477 or 9692914. OLE color: 9692914.
HSL color Cylindrical-coordinate representation of color #F2E693: hue angle of 52.42º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2E693 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 147 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.05 |
| HSL | 52.42º | 0.79% | 0.76% | - |
| HSV(B) | 52.42º | 0.39% | 0.95% | - |
| XYZ | 70.18 | 77.58 | 38.88 | - |
| YUV | 224.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 147 | 0 | 0.05 | 0.39 | 0.05 | 52.42 | 0.79 | 0.76 |
| Hex | F2 | E6 | 93 | 0 | 5 | 27 | 5 | 34 | 4F | 4C |
| Octal | 362 | 346 | 223 | 0 | 5 | 47 | 5 | 64 | 117 | 114 |
| Binary | 11110010 | 11100110 | 10010011 | 0 | 101 | 100111 | 101 | 110100 | 1001111 | 1001100 |
Color Harmonies of #F2E693
Complementary color
Monochromatic Colors of #F2E693
Black with #F2E693
Text Example
Text Example
White with #F2E693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E693; }
p { color: rgb(242,230,147); }
H1.HeaderClassName
{
color: #F2E693;
}
.AnyTagClassName
{
color: #F2E693;
}
</style>
background-color css
<style>
a { background-color: #F2E693; }
a { background-color: rgb(242,230,147); }
div.DivClassName
{
background-color: #F2E693;
}
.BgClassName
{
background-color: #F2E693;
}
</style>
border-color css
<style>
span { border-color: #F2E693; }
span { border-color: rgb(242,230,147); }
td.TdClassName
{
border-color: #F2E693;
}
.TagClassName
{
border-color: #F2E693;
}
</style>