Shades of Khaki #F0E092
Tints of Khaki #F0E092
RGB
CMYK
RGB Variations
Color information
#F0E092 (or 0xF0E092) is known color: Khaki. HEX triplet: F0, E0 and 92. RGB value is (240,224,146). Sum of RGB (Red+Green+Blue) = 240+224+146=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 146 (57.42% from 255 or 23.93% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E092 is #0F1F6D. Grayscale: #DCDCDC. Windows color (decimal): -991086 or 9625840. OLE color: 9625840.
HSL color Cylindrical-coordinate representation of color #F0E092: hue angle of 49.79º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0E092 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 146 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.06 |
| HSL | 49.79º | 0.76% | 0.76% | - |
| HSV(B) | 49.79º | 0.39% | 0.94% | - |
| XYZ | 67.78 | 73.91 | 37.89 | - |
| YUV | 219.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 146 | 0 | 0.07 | 0.39 | 0.06 | 49.79 | 0.76 | 0.76 |
| Hex | F0 | E0 | 92 | 0 | 7 | 27 | 6 | 32 | 4C | 4C |
| Octal | 360 | 340 | 222 | 0 | 7 | 47 | 6 | 62 | 114 | 114 |
| Binary | 11110000 | 11100000 | 10010010 | 0 | 111 | 100111 | 110 | 110010 | 1001100 | 1001100 |
Color Harmonies of #F0E092
Complementary color
Monochromatic Colors of #F0E092
Black with #F0E092
Text Example
Text Example
White with #F0E092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E092; }
p { color: rgb(240,224,146); }
H1.HeaderClassName
{
color: #F0E092;
}
.AnyTagClassName
{
color: #F0E092;
}
</style>
background-color css
<style>
a { background-color: #F0E092; }
a { background-color: rgb(240,224,146); }
div.DivClassName
{
background-color: #F0E092;
}
.BgClassName
{
background-color: #F0E092;
}
</style>
border-color css
<style>
span { border-color: #F0E092; }
span { border-color: rgb(240,224,146); }
td.TdClassName
{
border-color: #F0E092;
}
.TagClassName
{
border-color: #F0E092;
}
</style>