Shades of Khaki #F2E586
Tints of Khaki #F2E586
RGB
CMYK
RGB Variations
Color information
#F2E586 (or 0xF2E586) is known color: Khaki. HEX triplet: F2, E5 and 86. RGB value is (242,229,134). Sum of RGB (Red+Green+Blue) = 242+229+134=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 134 (52.73% from 255 or 22.15% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E586 is #0D1A79. Grayscale: #DEDEDE. Windows color (decimal): -858746 or 8840690. OLE color: 8840690.
HSL color Cylindrical-coordinate representation of color #F2E586: hue angle of 52.78º 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 #F2E586 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 134 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.05 |
| HSL | 52.78º | 0.81% | 0.74% | - |
| HSV(B) | 52.78º | 0.45% | 0.95% | - |
| XYZ | 68.94 | 76.64 | 33.71 | - |
| YUV | 222.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 134 | 0 | 0.05 | 0.45 | 0.05 | 52.78 | 0.81 | 0.74 |
| Hex | F2 | E5 | 86 | 0 | 5 | 2D | 5 | 35 | 51 | 4A |
| Octal | 362 | 345 | 206 | 0 | 5 | 55 | 5 | 65 | 121 | 112 |
| Binary | 11110010 | 11100101 | 10000110 | 0 | 101 | 101101 | 101 | 110101 | 1010001 | 1001010 |
Color Harmonies of #F2E586
Complementary color
Monochromatic Colors of #F2E586
Black with #F2E586
Text Example
Text Example
White with #F2E586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E586; }
p { color: rgb(242,229,134); }
H1.HeaderClassName
{
color: #F2E586;
}
.AnyTagClassName
{
color: #F2E586;
}
</style>
background-color css
<style>
a { background-color: #F2E586; }
a { background-color: rgb(242,229,134); }
div.DivClassName
{
background-color: #F2E586;
}
.BgClassName
{
background-color: #F2E586;
}
</style>
border-color css
<style>
span { border-color: #F2E586; }
span { border-color: rgb(242,229,134); }
td.TdClassName
{
border-color: #F2E586;
}
.TagClassName
{
border-color: #F2E586;
}
</style>