Shades of Khaki #F2EF87
Tints of Khaki #F2EF87
RGB
CMYK
RGB Variations
Color information
#F2EF87 (or 0xF2EF87) is known color: Khaki. HEX triplet: F2, EF and 87. RGB value is (242,239,135). Sum of RGB (Red+Green+Blue) = 242+239+135=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 135 (53.12% from 255 or 21.92% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EF87 is #0D1078. Grayscale: #E4E4E4. Windows color (decimal): -856185 or 8908786. OLE color: 8908786.
HSL color Cylindrical-coordinate representation of color #F2EF87: hue angle of 58.32º 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 #F2EF87 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 135 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.05 |
| HSL | 58.32º | 0.8% | 0.74% | - |
| HSV(B) | 58.32º | 0.44% | 0.95% | - |
| XYZ | 71.86 | 82.36 | 35.03 | - |
| YUV | 228.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 135 | 0 | 0.01 | 0.44 | 0.05 | 58.32 | 0.8 | 0.74 |
| Hex | F2 | EF | 87 | 0 | 1 | 2C | 5 | 3A | 50 | 4A |
| Octal | 362 | 357 | 207 | 0 | 1 | 54 | 5 | 72 | 120 | 112 |
| Binary | 11110010 | 11101111 | 10000111 | 0 | 1 | 101100 | 101 | 111010 | 1010000 | 1001010 |
Color Harmonies of #F2EF87
Complementary color
Monochromatic Colors of #F2EF87
Black with #F2EF87
Text Example
Text Example
White with #F2EF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF87; }
p { color: rgb(242,239,135); }
H1.HeaderClassName
{
color: #F2EF87;
}
.AnyTagClassName
{
color: #F2EF87;
}
</style>
background-color css
<style>
a { background-color: #F2EF87; }
a { background-color: rgb(242,239,135); }
div.DivClassName
{
background-color: #F2EF87;
}
.BgClassName
{
background-color: #F2EF87;
}
</style>
border-color css
<style>
span { border-color: #F2EF87; }
span { border-color: rgb(242,239,135); }
td.TdClassName
{
border-color: #F2EF87;
}
.TagClassName
{
border-color: #F2EF87;
}
</style>