Shades of Khaki #F8E48B
Tints of Khaki #F8E48B
RGB
CMYK
RGB Variations
Color information
#F8E48B (or 0xF8E48B) is known color: Khaki. HEX triplet: F8, E4 and 8B. RGB value is (248,228,139). Sum of RGB (Red+Green+Blue) = 248+228+139=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 139 (54.69% from 255 or 22.60% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E48B is #071B74. Grayscale: #E0E0E0. Windows color (decimal): -465781 or 9168120. OLE color: 9168120.
HSL color Cylindrical-coordinate representation of color #F8E48B: hue angle of 48.99º 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 #F8E48B is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 228 | 139 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.03 |
| HSL | 48.99º | 0.89% | 0.76% | - |
| HSV(B) | 48.99º | 0.44% | 0.97% | - |
| XYZ | 71.12 | 77.31 | 35.6 | - |
| YUV | 223.83 | 80.13 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 228 | 139 | 0 | 0.08 | 0.44 | 0.03 | 48.99 | 0.89 | 0.76 |
| Hex | F8 | E4 | 8B | 0 | 8 | 2C | 3 | 31 | 59 | 4C |
| Octal | 370 | 344 | 213 | 0 | 10 | 54 | 3 | 61 | 131 | 114 |
| Binary | 11111000 | 11100100 | 10001011 | 0 | 1000 | 101100 | 11 | 110001 | 1011001 | 1001100 |
Color Harmonies of #F8E48B
Complementary color
Monochromatic Colors of #F8E48B
Black with #F8E48B
Text Example
Text Example
White with #F8E48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E48B; }
p { color: rgb(248,228,139); }
H1.HeaderClassName
{
color: #F8E48B;
}
.AnyTagClassName
{
color: #F8E48B;
}
</style>
background-color css
<style>
a { background-color: #F8E48B; }
a { background-color: rgb(248,228,139); }
div.DivClassName
{
background-color: #F8E48B;
}
.BgClassName
{
background-color: #F8E48B;
}
</style>
border-color css
<style>
span { border-color: #F8E48B; }
span { border-color: rgb(248,228,139); }
td.TdClassName
{
border-color: #F8E48B;
}
.TagClassName
{
border-color: #F8E48B;
}
</style>