Shades of Khaki #F7E88A
Tints of Khaki #F7E88A
RGB
CMYK
RGB Variations
Color information
#F7E88A (or 0xF7E88A) is known color: Khaki. HEX triplet: F7, E8 and 8A. RGB value is (247,232,138). Sum of RGB (Red+Green+Blue) = 247+232+138=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E88A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7E88A is #081775. Grayscale: #E2E2E2. Windows color (decimal): -530294 or 9103607. OLE color: 9103607.
HSL color Cylindrical-coordinate representation of color #F7E88A: hue angle of 51.74º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F7E88A is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 232 | 138 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.03 |
| HSL | 51.74º | 0.87% | 0.75% | - |
| HSV(B) | 51.74º | 0.44% | 0.97% | - |
| XYZ | 71.8 | 79.32 | 35.57 | - |
| YUV | 225.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 232 | 138 | 0 | 0.06 | 0.44 | 0.03 | 51.74 | 0.87 | 0.75 |
| Hex | F7 | E8 | 8A | 0 | 6 | 2C | 3 | 34 | 57 | 4B |
| Octal | 367 | 350 | 212 | 0 | 6 | 54 | 3 | 64 | 127 | 113 |
| Binary | 11110111 | 11101000 | 10001010 | 0 | 110 | 101100 | 11 | 110100 | 1010111 | 1001011 |
Color Harmonies of #F7E88A
Complementary color
Monochromatic Colors of #F7E88A
Black with #F7E88A
Text Example
Text Example
White with #F7E88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E88A; }
p { color: rgb(247,232,138); }
H1.HeaderClassName
{
color: #F7E88A;
}
.AnyTagClassName
{
color: #F7E88A;
}
</style>
background-color css
<style>
a { background-color: #F7E88A; }
a { background-color: rgb(247,232,138); }
div.DivClassName
{
background-color: #F7E88A;
}
.BgClassName
{
background-color: #F7E88A;
}
</style>
border-color css
<style>
span { border-color: #F7E88A; }
span { border-color: rgb(247,232,138); }
td.TdClassName
{
border-color: #F7E88A;
}
.TagClassName
{
border-color: #F7E88A;
}
</style>