Shades of Khaki #F8E38A
Tints of Khaki #F8E38A
RGB
CMYK
RGB Variations
Color information
#F8E38A (or 0xF8E38A) is known color: Khaki. HEX triplet: F8, E3 and 8A. RGB value is (248,227,138). Sum of RGB (Red+Green+Blue) = 248+227+138=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 138 (54.30% from 255 or 22.51% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E38A is #071C75. Grayscale: #DFDFDF. Windows color (decimal): -466038 or 9102328. OLE color: 9102328.
HSL color Cylindrical-coordinate representation of color #F8E38A: hue angle of 48.55º 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 #F8E38A is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 227 | 138 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.03 |
| HSL | 48.55º | 0.89% | 0.76% | - |
| HSV(B) | 48.55º | 0.44% | 0.97% | - |
| XYZ | 70.77 | 76.73 | 35.13 | - |
| YUV | 223.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 227 | 138 | 0 | 0.08 | 0.44 | 0.03 | 48.55 | 0.89 | 0.76 |
| Hex | F8 | E3 | 8A | 0 | 8 | 2C | 3 | 31 | 59 | 4C |
| Octal | 370 | 343 | 212 | 0 | 10 | 54 | 3 | 61 | 131 | 114 |
| Binary | 11111000 | 11100011 | 10001010 | 0 | 1000 | 101100 | 11 | 110001 | 1011001 | 1001100 |
Color Harmonies of #F8E38A
Complementary color
Monochromatic Colors of #F8E38A
Black with #F8E38A
Text Example
Text Example
White with #F8E38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E38A; }
p { color: rgb(248,227,138); }
H1.HeaderClassName
{
color: #F8E38A;
}
.AnyTagClassName
{
color: #F8E38A;
}
</style>
background-color css
<style>
a { background-color: #F8E38A; }
a { background-color: rgb(248,227,138); }
div.DivClassName
{
background-color: #F8E38A;
}
.BgClassName
{
background-color: #F8E38A;
}
</style>
border-color css
<style>
span { border-color: #F8E38A; }
span { border-color: rgb(248,227,138); }
td.TdClassName
{
border-color: #F8E38A;
}
.TagClassName
{
border-color: #F8E38A;
}
</style>