Shades of Khaki #F7E688
Tints of Khaki #F7E688
RGB
CMYK
RGB Variations
Color information
#F7E688 (or 0xF7E688) is known color: Khaki. HEX triplet: F7, E6 and 88. RGB value is (247,230,136). Sum of RGB (Red+Green+Blue) = 247+230+136=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 136 (53.52% from 255 or 22.19% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E688 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7E688 is #081977. Grayscale: #E0E0E0. Windows color (decimal): -530808 or 8972023. OLE color: 8972023.
HSL color Cylindrical-coordinate representation of color #F7E688: hue angle of 50.81º 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 #F7E688 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 230 | 136 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.03 |
| HSL | 50.81º | 0.87% | 0.75% | - |
| HSV(B) | 50.81º | 0.45% | 0.97% | - |
| XYZ | 71.1 | 78.15 | 34.63 | - |
| YUV | 224.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 230 | 136 | 0 | 0.07 | 0.45 | 0.03 | 50.81 | 0.87 | 0.75 |
| Hex | F7 | E6 | 88 | 0 | 7 | 2D | 3 | 33 | 57 | 4B |
| Octal | 367 | 346 | 210 | 0 | 7 | 55 | 3 | 63 | 127 | 113 |
| Binary | 11110111 | 11100110 | 10001000 | 0 | 111 | 101101 | 11 | 110011 | 1010111 | 1001011 |
Color Harmonies of #F7E688
Complementary color
Monochromatic Colors of #F7E688
Black with #F7E688
Text Example
Text Example
White with #F7E688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E688; }
p { color: rgb(247,230,136); }
H1.HeaderClassName
{
color: #F7E688;
}
.AnyTagClassName
{
color: #F7E688;
}
</style>
background-color css
<style>
a { background-color: #F7E688; }
a { background-color: rgb(247,230,136); }
div.DivClassName
{
background-color: #F7E688;
}
.BgClassName
{
background-color: #F7E688;
}
</style>
border-color css
<style>
span { border-color: #F7E688; }
span { border-color: rgb(247,230,136); }
td.TdClassName
{
border-color: #F7E688;
}
.TagClassName
{
border-color: #F7E688;
}
</style>