Shades of Khaki #F2E287
Tints of Khaki #F2E287
RGB
CMYK
RGB Variations
Color information
#F2E287 (or 0xF2E287) is known color: Khaki. HEX triplet: F2, E2 and 87. RGB value is (242,226,135). Sum of RGB (Red+Green+Blue) = 242+226+135=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 135 (53.12% from 255 or 22.39% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E287 is #0D1D78. Grayscale: #DCDCDC. Windows color (decimal): -859513 or 8905458. OLE color: 8905458.
HSL color Cylindrical-coordinate representation of color #F2E287: hue angle of 51.03º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2E287 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 135 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.05 |
| HSL | 51.03º | 0.8% | 0.74% | - |
| HSV(B) | 51.03º | 0.44% | 0.95% | - |
| XYZ | 68.19 | 75.02 | 33.81 | - |
| YUV | 220.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 135 | 0 | 0.07 | 0.44 | 0.05 | 51.03 | 0.8 | 0.74 |
| Hex | F2 | E2 | 87 | 0 | 7 | 2C | 5 | 33 | 50 | 4A |
| Octal | 362 | 342 | 207 | 0 | 7 | 54 | 5 | 63 | 120 | 112 |
| Binary | 11110010 | 11100010 | 10000111 | 0 | 111 | 101100 | 101 | 110011 | 1010000 | 1001010 |
Color Harmonies of #F2E287
Complementary color
Monochromatic Colors of #F2E287
Black with #F2E287
Text Example
Text Example
White with #F2E287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E287; }
p { color: rgb(242,226,135); }
H1.HeaderClassName
{
color: #F2E287;
}
.AnyTagClassName
{
color: #F2E287;
}
</style>
background-color css
<style>
a { background-color: #F2E287; }
a { background-color: rgb(242,226,135); }
div.DivClassName
{
background-color: #F2E287;
}
.BgClassName
{
background-color: #F2E287;
}
</style>
border-color css
<style>
span { border-color: #F2E287; }
span { border-color: rgb(242,226,135); }
td.TdClassName
{
border-color: #F2E287;
}
.TagClassName
{
border-color: #F2E287;
}
</style>