Shades of Khaki #F2E28C
Tints of Khaki #F2E28C
RGB
CMYK
RGB Variations
Color information
#F2E28C (or 0xF2E28C) is known color: Khaki. HEX triplet: F2, E2 and 8C. RGB value is (242,226,140). Sum of RGB (Red+Green+Blue) = 242+226+140=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E28C is #0D1D73. Grayscale: #DDDDDD. Windows color (decimal): -859508 or 9233138. OLE color: 9233138.
HSL color Cylindrical-coordinate representation of color #F2E28C: hue angle of 50.59º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2E28C is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 140 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.05 |
| HSL | 50.59º | 0.8% | 0.75% | - |
| HSV(B) | 50.59º | 0.42% | 0.95% | - |
| XYZ | 68.55 | 75.16 | 35.71 | - |
| YUV | 220.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 140 | 0 | 0.07 | 0.42 | 0.05 | 50.59 | 0.8 | 0.75 |
| Hex | F2 | E2 | 8C | 0 | 7 | 2A | 5 | 33 | 50 | 4B |
| Octal | 362 | 342 | 214 | 0 | 7 | 52 | 5 | 63 | 120 | 113 |
| Binary | 11110010 | 11100010 | 10001100 | 0 | 111 | 101010 | 101 | 110011 | 1010000 | 1001011 |
Color Harmonies of #F2E28C
Complementary color
Monochromatic Colors of #F2E28C
Black with #F2E28C
Text Example
Text Example
White with #F2E28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E28C; }
p { color: rgb(242,226,140); }
H1.HeaderClassName
{
color: #F2E28C;
}
.AnyTagClassName
{
color: #F2E28C;
}
</style>
background-color css
<style>
a { background-color: #F2E28C; }
a { background-color: rgb(242,226,140); }
div.DivClassName
{
background-color: #F2E28C;
}
.BgClassName
{
background-color: #F2E28C;
}
</style>
border-color css
<style>
span { border-color: #F2E28C; }
span { border-color: rgb(242,226,140); }
td.TdClassName
{
border-color: #F2E28C;
}
.TagClassName
{
border-color: #F2E28C;
}
</style>