Shades of Khaki #F7E388
Tints of Khaki #F7E388
RGB
CMYK
RGB Variations
Color information
#F7E388 (or 0xF7E388) is known color: Khaki. HEX triplet: F7, E3 and 88. RGB value is (247,227,136). Sum of RGB (Red+Green+Blue) = 247+227+136=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 136 (53.52% from 255 or 22.30% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E388 is #081C77. Grayscale: #DEDEDE. Windows color (decimal): -531576 or 8971255. OLE color: 8971255.
HSL color Cylindrical-coordinate representation of color #F7E388: hue angle of 49.19º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F7E388 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 227 | 136 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.03 |
| HSL | 49.19º | 0.87% | 0.75% | - |
| HSV(B) | 49.19º | 0.45% | 0.97% | - |
| XYZ | 70.27 | 76.49 | 34.35 | - |
| YUV | 222.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 227 | 136 | 0 | 0.08 | 0.45 | 0.03 | 49.19 | 0.87 | 0.75 |
| Hex | F7 | E3 | 88 | 0 | 8 | 2D | 3 | 31 | 57 | 4B |
| Octal | 367 | 343 | 210 | 0 | 10 | 55 | 3 | 61 | 127 | 113 |
| Binary | 11110111 | 11100011 | 10001000 | 0 | 1000 | 101101 | 11 | 110001 | 1010111 | 1001011 |
Color Harmonies of #F7E388
Complementary color
Monochromatic Colors of #F7E388
Black with #F7E388
Text Example
Text Example
White with #F7E388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E388; }
p { color: rgb(247,227,136); }
H1.HeaderClassName
{
color: #F7E388;
}
.AnyTagClassName
{
color: #F7E388;
}
</style>
background-color css
<style>
a { background-color: #F7E388; }
a { background-color: rgb(247,227,136); }
div.DivClassName
{
background-color: #F7E388;
}
.BgClassName
{
background-color: #F7E388;
}
</style>
border-color css
<style>
span { border-color: #F7E388; }
span { border-color: rgb(247,227,136); }
td.TdClassName
{
border-color: #F7E388;
}
.TagClassName
{
border-color: #F7E388;
}
</style>