Shades of Khaki #F2E890
Tints of Khaki #F2E890
RGB
CMYK
RGB Variations
Color information
#F2E890 (or 0xF2E890) is known color: Khaki. HEX triplet: F2, E8 and 90. RGB value is (242,232,144). Sum of RGB (Red+Green+Blue) = 242+232+144=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 144 (56.64% from 255 or 23.30% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E890 is #0D176F. Grayscale: #E1E1E1. Windows color (decimal): -857968 or 9496818. OLE color: 9496818.
HSL color Cylindrical-coordinate representation of color #F2E890: hue angle of 53.88º 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 #F2E890 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 144 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.05 |
| HSL | 53.88º | 0.79% | 0.76% | - |
| HSV(B) | 53.88º | 0.4% | 0.95% | - |
| XYZ | 70.51 | 78.6 | 37.84 | - |
| YUV | 224.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 144 | 0 | 0.04 | 0.40 | 0.05 | 53.88 | 0.79 | 0.76 |
| Hex | F2 | E8 | 90 | 0 | 4 | 28 | 5 | 36 | 4F | 4C |
| Octal | 362 | 350 | 220 | 0 | 4 | 50 | 5 | 66 | 117 | 114 |
| Binary | 11110010 | 11101000 | 10010000 | 0 | 100 | 101000 | 101 | 110110 | 1001111 | 1001100 |
Color Harmonies of #F2E890
Complementary color
Monochromatic Colors of #F2E890
Black with #F2E890
Text Example
Text Example
White with #F2E890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E890; }
p { color: rgb(242,232,144); }
H1.HeaderClassName
{
color: #F2E890;
}
.AnyTagClassName
{
color: #F2E890;
}
</style>
background-color css
<style>
a { background-color: #F2E890; }
a { background-color: rgb(242,232,144); }
div.DivClassName
{
background-color: #F2E890;
}
.BgClassName
{
background-color: #F2E890;
}
</style>
border-color css
<style>
span { border-color: #F2E890; }
span { border-color: rgb(242,232,144); }
td.TdClassName
{
border-color: #F2E890;
}
.TagClassName
{
border-color: #F2E890;
}
</style>