Shades of Khaki #F2E784
Tints of Khaki #F2E784
RGB
CMYK
RGB Variations
Color information
#F2E784 (or 0xF2E784) is known color: Khaki. HEX triplet: F2, E7 and 84. RGB value is (242,231,132). Sum of RGB (Red+Green+Blue) = 242+231+132=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E784 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E784 is #0D187B. Grayscale: #DFDFDF. Windows color (decimal): -858236 or 8710130. OLE color: 8710130.
HSL color Cylindrical-coordinate representation of color #F2E784: hue angle of 54º 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 #F2E784 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 132 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.05 |
| HSL | 54º | 0.81% | 0.73% | - |
| HSV(B) | 54º | 0.45% | 0.95% | - |
| XYZ | 69.36 | 77.7 | 33.17 | - |
| YUV | 223 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 132 | 0 | 0.05 | 0.45 | 0.05 | 54 | 0.81 | 0.73 |
| Hex | F2 | E7 | 84 | 0 | 5 | 2D | 5 | 36 | 51 | 49 |
| Octal | 362 | 347 | 204 | 0 | 5 | 55 | 5 | 66 | 121 | 111 |
| Binary | 11110010 | 11100111 | 10000100 | 0 | 101 | 101101 | 101 | 110110 | 1010001 | 1001001 |
Color Harmonies of #F2E784
Complementary color
Monochromatic Colors of #F2E784
Black with #F2E784
Text Example
Text Example
White with #F2E784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E784; }
p { color: rgb(242,231,132); }
H1.HeaderClassName
{
color: #F2E784;
}
.AnyTagClassName
{
color: #F2E784;
}
</style>
background-color css
<style>
a { background-color: #F2E784; }
a { background-color: rgb(242,231,132); }
div.DivClassName
{
background-color: #F2E784;
}
.BgClassName
{
background-color: #F2E784;
}
</style>
border-color css
<style>
span { border-color: #F2E784; }
span { border-color: rgb(242,231,132); }
td.TdClassName
{
border-color: #F2E784;
}
.TagClassName
{
border-color: #F2E784;
}
</style>