Shades of Khaki #F5E88E
Tints of Khaki #F5E88E
RGB
CMYK
RGB Variations
Color information
#F5E88E (or 0xF5E88E) is known color: Khaki. HEX triplet: F5, E8 and 8E. RGB value is (245,232,142). Sum of RGB (Red+Green+Blue) = 245+232+142=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 142 (55.86% from 255 or 22.94% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E88E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E88E is #0A1771. Grayscale: #E2E2E2. Windows color (decimal): -661362 or 9365749. OLE color: 9365749.
HSL color Cylindrical-coordinate representation of color #F5E88E: hue angle of 52.43º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5E88E is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 142 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.04 |
| HSL | 52.43º | 0.84% | 0.76% | - |
| HSV(B) | 52.43º | 0.42% | 0.96% | - |
| XYZ | 71.4 | 79.08 | 37.09 | - |
| YUV | 225.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 142 | 0 | 0.05 | 0.42 | 0.04 | 52.43 | 0.84 | 0.76 |
| Hex | F5 | E8 | 8E | 0 | 5 | 2A | 4 | 34 | 54 | 4C |
| Octal | 365 | 350 | 216 | 0 | 5 | 52 | 4 | 64 | 124 | 114 |
| Binary | 11110101 | 11101000 | 10001110 | 0 | 101 | 101010 | 100 | 110100 | 1010100 | 1001100 |
Color Harmonies of #F5E88E
Complementary color
Monochromatic Colors of #F5E88E
Black with #F5E88E
Text Example
Text Example
White with #F5E88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E88E; }
p { color: rgb(245,232,142); }
H1.HeaderClassName
{
color: #F5E88E;
}
.AnyTagClassName
{
color: #F5E88E;
}
</style>
background-color css
<style>
a { background-color: #F5E88E; }
a { background-color: rgb(245,232,142); }
div.DivClassName
{
background-color: #F5E88E;
}
.BgClassName
{
background-color: #F5E88E;
}
</style>
border-color css
<style>
span { border-color: #F5E88E; }
span { border-color: rgb(245,232,142); }
td.TdClassName
{
border-color: #F5E88E;
}
.TagClassName
{
border-color: #F5E88E;
}
</style>