Shades of Khaki #F8E686
Tints of Khaki #F8E686
RGB
CMYK
RGB Variations
Color information
#F8E686 (or 0xF8E686) is known color: Khaki. HEX triplet: F8, E6 and 86. RGB value is (248,230,134). Sum of RGB (Red+Green+Blue) = 248+230+134=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E686 is #071979. Grayscale: #E0E0E0. Windows color (decimal): -465274 or 8840952. OLE color: 8840952.
HSL color Cylindrical-coordinate representation of color #F8E686: hue angle of 50.53º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8E686 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 230 | 134 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.03 |
| HSL | 50.53º | 0.89% | 0.75% | - |
| HSV(B) | 50.53º | 0.46% | 0.97% | - |
| XYZ | 71.31 | 78.27 | 33.9 | - |
| YUV | 224.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 230 | 134 | 0 | 0.07 | 0.46 | 0.03 | 50.53 | 0.89 | 0.75 |
| Hex | F8 | E6 | 86 | 0 | 7 | 2E | 3 | 33 | 59 | 4B |
| Octal | 370 | 346 | 206 | 0 | 7 | 56 | 3 | 63 | 131 | 113 |
| Binary | 11111000 | 11100110 | 10000110 | 0 | 111 | 101110 | 11 | 110011 | 1011001 | 1001011 |
Color Harmonies of #F8E686
Complementary color
Monochromatic Colors of #F8E686
Black with #F8E686
Text Example
Text Example
White with #F8E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E686; }
p { color: rgb(248,230,134); }
H1.HeaderClassName
{
color: #F8E686;
}
.AnyTagClassName
{
color: #F8E686;
}
</style>
background-color css
<style>
a { background-color: #F8E686; }
a { background-color: rgb(248,230,134); }
div.DivClassName
{
background-color: #F8E686;
}
.BgClassName
{
background-color: #F8E686;
}
</style>
border-color css
<style>
span { border-color: #F8E686; }
span { border-color: rgb(248,230,134); }
td.TdClassName
{
border-color: #F8E686;
}
.TagClassName
{
border-color: #F8E686;
}
</style>