Shades of Khaki #F2ED8E
Tints of Khaki #F2ED8E
RGB
CMYK
RGB Variations
Color information
#F2ED8E (or 0xF2ED8E) is known color: Khaki. HEX triplet: F2, ED and 8E. RGB value is (242,237,142). Sum of RGB (Red+Green+Blue) = 242+237+142=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 142 (55.86% from 255 or 22.87% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ED8E is #0D1271. Grayscale: #E4E4E4. Windows color (decimal): -856690 or 9367026. OLE color: 9367026.
HSL color Cylindrical-coordinate representation of color #F2ED8E: hue angle of 57º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2ED8E is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 142 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.05 |
| HSL | 57º | 0.79% | 0.75% | - |
| HSV(B) | 57º | 0.41% | 0.95% | - |
| XYZ | 71.78 | 81.4 | 37.52 | - |
| YUV | 227.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 142 | 0 | 0.02 | 0.41 | 0.05 | 57 | 0.79 | 0.75 |
| Hex | F2 | ED | 8E | 0 | 2 | 29 | 5 | 39 | 4F | 4B |
| Octal | 362 | 355 | 216 | 0 | 2 | 51 | 5 | 71 | 117 | 113 |
| Binary | 11110010 | 11101101 | 10001110 | 0 | 10 | 101001 | 101 | 111001 | 1001111 | 1001011 |
Color Harmonies of #F2ED8E
Complementary color
Monochromatic Colors of #F2ED8E
Black with #F2ED8E
Text Example
Text Example
White with #F2ED8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED8E; }
p { color: rgb(242,237,142); }
H1.HeaderClassName
{
color: #F2ED8E;
}
.AnyTagClassName
{
color: #F2ED8E;
}
</style>
background-color css
<style>
a { background-color: #F2ED8E; }
a { background-color: rgb(242,237,142); }
div.DivClassName
{
background-color: #F2ED8E;
}
.BgClassName
{
background-color: #F2ED8E;
}
</style>
border-color css
<style>
span { border-color: #F2ED8E; }
span { border-color: rgb(242,237,142); }
td.TdClassName
{
border-color: #F2ED8E;
}
.TagClassName
{
border-color: #F2ED8E;
}
</style>