Shades of Khaki #F8E88D
Tints of Khaki #F8E88D
RGB
CMYK
RGB Variations
Color information
#F8E88D (or 0xF8E88D) is known color: Khaki. HEX triplet: F8, E8 and 8D. RGB value is (248,232,141). Sum of RGB (Red+Green+Blue) = 248+232+141=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 141 (55.47% from 255 or 22.71% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E88D is #071772. Grayscale: #E2E2E2. Windows color (decimal): -464755 or 9300216. OLE color: 9300216.
HSL color Cylindrical-coordinate representation of color #F8E88D: hue angle of 51.03º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8E88D is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 232 | 141 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.03 |
| HSL | 51.03º | 0.88% | 0.76% | - |
| HSV(B) | 51.03º | 0.43% | 0.97% | - |
| XYZ | 72.38 | 79.59 | 36.75 | - |
| YUV | 226.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 232 | 141 | 0 | 0.06 | 0.43 | 0.03 | 51.03 | 0.88 | 0.76 |
| Hex | F8 | E8 | 8D | 0 | 6 | 2B | 3 | 33 | 58 | 4C |
| Octal | 370 | 350 | 215 | 0 | 6 | 53 | 3 | 63 | 130 | 114 |
| Binary | 11111000 | 11101000 | 10001101 | 0 | 110 | 101011 | 11 | 110011 | 1011000 | 1001100 |
Color Harmonies of #F8E88D
Complementary color
Monochromatic Colors of #F8E88D
Black with #F8E88D
Text Example
Text Example
White with #F8E88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E88D; }
p { color: rgb(248,232,141); }
H1.HeaderClassName
{
color: #F8E88D;
}
.AnyTagClassName
{
color: #F8E88D;
}
</style>
background-color css
<style>
a { background-color: #F8E88D; }
a { background-color: rgb(248,232,141); }
div.DivClassName
{
background-color: #F8E88D;
}
.BgClassName
{
background-color: #F8E88D;
}
</style>
border-color css
<style>
span { border-color: #F8E88D; }
span { border-color: rgb(248,232,141); }
td.TdClassName
{
border-color: #F8E88D;
}
.TagClassName
{
border-color: #F8E88D;
}
</style>