Shades of Khaki #F8E687
Tints of Khaki #F8E687
RGB
CMYK
RGB Variations
Color information
#F8E687 (or 0xF8E687) is known color: Khaki. HEX triplet: F8, E6 and 87. RGB value is (248,230,135). Sum of RGB (Red+Green+Blue) = 248+230+135=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 135 (53.12% from 255 or 22.02% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E687 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E687 is #071978. Grayscale: #E0E0E0. Windows color (decimal): -465273 or 8906488. OLE color: 8906488.
HSL color Cylindrical-coordinate representation of color #F8E687: hue angle of 50.44º 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 #F8E687 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 230 | 135 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.03 |
| HSL | 50.44º | 0.89% | 0.75% | - |
| HSV(B) | 50.44º | 0.46% | 0.97% | - |
| XYZ | 71.38 | 78.3 | 34.27 | - |
| YUV | 224.55 | 77.46 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 230 | 135 | 0 | 0.07 | 0.46 | 0.03 | 50.44 | 0.89 | 0.75 |
| Hex | F8 | E6 | 87 | 0 | 7 | 2E | 3 | 32 | 59 | 4B |
| Octal | 370 | 346 | 207 | 0 | 7 | 56 | 3 | 62 | 131 | 113 |
| Binary | 11111000 | 11100110 | 10000111 | 0 | 111 | 101110 | 11 | 110010 | 1011001 | 1001011 |
Color Harmonies of #F8E687
Complementary color
Monochromatic Colors of #F8E687
Black with #F8E687
Text Example
Text Example
White with #F8E687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E687; }
p { color: rgb(248,230,135); }
H1.HeaderClassName
{
color: #F8E687;
}
.AnyTagClassName
{
color: #F8E687;
}
</style>
background-color css
<style>
a { background-color: #F8E687; }
a { background-color: rgb(248,230,135); }
div.DivClassName
{
background-color: #F8E687;
}
.BgClassName
{
background-color: #F8E687;
}
</style>
border-color css
<style>
span { border-color: #F8E687; }
span { border-color: rgb(248,230,135); }
td.TdClassName
{
border-color: #F8E687;
}
.TagClassName
{
border-color: #F8E687;
}
</style>