Shades of Khaki #F2EF86
Tints of Khaki #F2EF86
RGB
CMYK
RGB Variations
Color information
#F2EF86 (or 0xF2EF86) is known color: Khaki. HEX triplet: F2, EF and 86. RGB value is (242,239,134). Sum of RGB (Red+Green+Blue) = 242+239+134=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 134 (52.73% from 255 or 21.79% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EF86 is #0D1079. Grayscale: #E4E4E4. Windows color (decimal): -856186 or 8843250. OLE color: 8843250.
HSL color Cylindrical-coordinate representation of color #F2EF86: hue angle of 58.33º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2EF86 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 134 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.05 |
| HSL | 58.33º | 0.81% | 0.74% | - |
| HSV(B) | 58.33º | 0.45% | 0.95% | - |
| XYZ | 71.79 | 82.33 | 34.66 | - |
| YUV | 227.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 134 | 0 | 0.01 | 0.45 | 0.05 | 58.33 | 0.81 | 0.74 |
| Hex | F2 | EF | 86 | 0 | 1 | 2D | 5 | 3A | 51 | 4A |
| Octal | 362 | 357 | 206 | 0 | 1 | 55 | 5 | 72 | 121 | 112 |
| Binary | 11110010 | 11101111 | 10000110 | 0 | 1 | 101101 | 101 | 111010 | 1010001 | 1001010 |
Color Harmonies of #F2EF86
Complementary color
Monochromatic Colors of #F2EF86
Black with #F2EF86
Text Example
Text Example
White with #F2EF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF86; }
p { color: rgb(242,239,134); }
H1.HeaderClassName
{
color: #F2EF86;
}
.AnyTagClassName
{
color: #F2EF86;
}
</style>
background-color css
<style>
a { background-color: #F2EF86; }
a { background-color: rgb(242,239,134); }
div.DivClassName
{
background-color: #F2EF86;
}
.BgClassName
{
background-color: #F2EF86;
}
</style>
border-color css
<style>
span { border-color: #F2EF86; }
span { border-color: rgb(242,239,134); }
td.TdClassName
{
border-color: #F2EF86;
}
.TagClassName
{
border-color: #F2EF86;
}
</style>