Shades of Khaki #F0E88B
Tints of Khaki #F0E88B
RGB
CMYK
RGB Variations
Color information
#F0E88B (or 0xF0E88B) is known color: Khaki. HEX triplet: F0, E8 and 8B. RGB value is (240,232,139). Sum of RGB (Red+Green+Blue) = 240+232+139=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 139 (54.69% from 255 or 22.75% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E88B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E88B is #0F1774. Grayscale: #E0E0E0. Windows color (decimal): -989045 or 9169136. OLE color: 9169136.
HSL color Cylindrical-coordinate representation of color #F0E88B: hue angle of 55.25º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0E88B is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 139 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.06 |
| HSL | 55.25º | 0.77% | 0.74% | - |
| HSV(B) | 55.25º | 0.42% | 0.94% | - |
| XYZ | 69.45 | 78.1 | 35.84 | - |
| YUV | 223.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 139 | 0 | 0.03 | 0.42 | 0.06 | 55.25 | 0.77 | 0.74 |
| Hex | F0 | E8 | 8B | 0 | 3 | 2A | 6 | 37 | 4D | 4A |
| Octal | 360 | 350 | 213 | 0 | 3 | 52 | 6 | 67 | 115 | 112 |
| Binary | 11110000 | 11101000 | 10001011 | 0 | 11 | 101010 | 110 | 110111 | 1001101 | 1001010 |
Color Harmonies of #F0E88B
Complementary color
Monochromatic Colors of #F0E88B
Black with #F0E88B
Text Example
Text Example
White with #F0E88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E88B; }
p { color: rgb(240,232,139); }
H1.HeaderClassName
{
color: #F0E88B;
}
.AnyTagClassName
{
color: #F0E88B;
}
</style>
background-color css
<style>
a { background-color: #F0E88B; }
a { background-color: rgb(240,232,139); }
div.DivClassName
{
background-color: #F0E88B;
}
.BgClassName
{
background-color: #F0E88B;
}
</style>
border-color css
<style>
span { border-color: #F0E88B; }
span { border-color: rgb(240,232,139); }
td.TdClassName
{
border-color: #F0E88B;
}
.TagClassName
{
border-color: #F0E88B;
}
</style>