Shades of Khaki #F2E593
Tints of Khaki #F2E593
RGB
CMYK
RGB Variations
Color information
#F2E593 (or 0xF2E593) is known color: Khaki. HEX triplet: F2, E5 and 93. RGB value is (242,229,147). Sum of RGB (Red+Green+Blue) = 242+229+147=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 147 (57.81% from 255 or 23.79% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E593 is #0D1A6C. Grayscale: #DFDFDF. Windows color (decimal): -858733 or 9692658. OLE color: 9692658.
HSL color Cylindrical-coordinate representation of color #F2E593: hue angle of 51.79º 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 #F2E593 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 147 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.05 |
| HSL | 51.79º | 0.79% | 0.76% | - |
| HSV(B) | 51.79º | 0.39% | 0.95% | - |
| XYZ | 69.9 | 77.02 | 38.79 | - |
| YUV | 223.54 | 84.81 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 147 | 0 | 0.05 | 0.39 | 0.05 | 51.79 | 0.79 | 0.76 |
| Hex | F2 | E5 | 93 | 0 | 5 | 27 | 5 | 34 | 4F | 4C |
| Octal | 362 | 345 | 223 | 0 | 5 | 47 | 5 | 64 | 117 | 114 |
| Binary | 11110010 | 11100101 | 10010011 | 0 | 101 | 100111 | 101 | 110100 | 1001111 | 1001100 |
Color Harmonies of #F2E593
Complementary color
Monochromatic Colors of #F2E593
Black with #F2E593
Text Example
Text Example
White with #F2E593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E593; }
p { color: rgb(242,229,147); }
H1.HeaderClassName
{
color: #F2E593;
}
.AnyTagClassName
{
color: #F2E593;
}
</style>
background-color css
<style>
a { background-color: #F2E593; }
a { background-color: rgb(242,229,147); }
div.DivClassName
{
background-color: #F2E593;
}
.BgClassName
{
background-color: #F2E593;
}
</style>
border-color css
<style>
span { border-color: #F2E593; }
span { border-color: rgb(242,229,147); }
td.TdClassName
{
border-color: #F2E593;
}
.TagClassName
{
border-color: #F2E593;
}
</style>