Shades of Khaki #F2E684
Tints of Khaki #F2E684
RGB
CMYK
RGB Variations
Color information
#F2E684 (or 0xF2E684) is known color: Khaki. HEX triplet: F2, E6 and 84. RGB value is (242,230,132). Sum of RGB (Red+Green+Blue) = 242+230+132=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E684 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E684 is #0D197B. Grayscale: #DEDEDE. Windows color (decimal): -858492 or 8709874. OLE color: 8709874.
HSL color Cylindrical-coordinate representation of color #F2E684: hue angle of 53.45º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2E684 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 132 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.05 |
| HSL | 53.45º | 0.81% | 0.73% | - |
| HSV(B) | 53.45º | 0.45% | 0.95% | - |
| XYZ | 69.08 | 77.14 | 33.08 | - |
| YUV | 222.42 | 76.98 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 132 | 0 | 0.05 | 0.45 | 0.05 | 53.45 | 0.81 | 0.73 |
| Hex | F2 | E6 | 84 | 0 | 5 | 2D | 5 | 35 | 51 | 49 |
| Octal | 362 | 346 | 204 | 0 | 5 | 55 | 5 | 65 | 121 | 111 |
| Binary | 11110010 | 11100110 | 10000100 | 0 | 101 | 101101 | 101 | 110101 | 1010001 | 1001001 |
Color Harmonies of #F2E684
Complementary color
Monochromatic Colors of #F2E684
Black with #F2E684
Text Example
Text Example
White with #F2E684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E684; }
p { color: rgb(242,230,132); }
H1.HeaderClassName
{
color: #F2E684;
}
.AnyTagClassName
{
color: #F2E684;
}
</style>
background-color css
<style>
a { background-color: #F2E684; }
a { background-color: rgb(242,230,132); }
div.DivClassName
{
background-color: #F2E684;
}
.BgClassName
{
background-color: #F2E684;
}
</style>
border-color css
<style>
span { border-color: #F2E684; }
span { border-color: rgb(242,230,132); }
td.TdClassName
{
border-color: #F2E684;
}
.TagClassName
{
border-color: #F2E684;
}
</style>