Shades of Khaki #F8E78C
Tints of Khaki #F8E78C
RGB
CMYK
RGB Variations
Color information
#F8E78C (or 0xF8E78C) is known color: Khaki. HEX triplet: F8, E7 and 8C. RGB value is (248,231,140). Sum of RGB (Red+Green+Blue) = 248+231+140=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 140 (55.08% from 255 or 22.62% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E78C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E78C is #071873. Grayscale: #E2E2E2. Windows color (decimal): -465012 or 9234424. OLE color: 9234424.
HSL color Cylindrical-coordinate representation of color #F8E78C: hue angle of 50.56º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8E78C is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 231 | 140 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.03 |
| HSL | 50.56º | 0.89% | 0.76% | - |
| HSV(B) | 50.56º | 0.44% | 0.97% | - |
| XYZ | 72.02 | 79 | 36.26 | - |
| YUV | 225.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 231 | 140 | 0 | 0.07 | 0.44 | 0.03 | 50.56 | 0.89 | 0.76 |
| Hex | F8 | E7 | 8C | 0 | 7 | 2C | 3 | 33 | 59 | 4C |
| Octal | 370 | 347 | 214 | 0 | 7 | 54 | 3 | 63 | 131 | 114 |
| Binary | 11111000 | 11100111 | 10001100 | 0 | 111 | 101100 | 11 | 110011 | 1011001 | 1001100 |
Color Harmonies of #F8E78C
Complementary color
Monochromatic Colors of #F8E78C
Black with #F8E78C
Text Example
Text Example
White with #F8E78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E78C; }
p { color: rgb(248,231,140); }
H1.HeaderClassName
{
color: #F8E78C;
}
.AnyTagClassName
{
color: #F8E78C;
}
</style>
background-color css
<style>
a { background-color: #F8E78C; }
a { background-color: rgb(248,231,140); }
div.DivClassName
{
background-color: #F8E78C;
}
.BgClassName
{
background-color: #F8E78C;
}
</style>
border-color css
<style>
span { border-color: #F8E78C; }
span { border-color: rgb(248,231,140); }
td.TdClassName
{
border-color: #F8E78C;
}
.TagClassName
{
border-color: #F8E78C;
}
</style>