Shades of Khaki #F6E48A
Tints of Khaki #F6E48A
RGB
CMYK
RGB Variations
Color information
#F6E48A (or 0xF6E48A) is known color: Khaki. HEX triplet: F6, E4 and 8A. RGB value is (246,228,138). Sum of RGB (Red+Green+Blue) = 246+228+138=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 138 (54.30% from 255 or 22.55% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E48A is #091B75. Grayscale: #DFDFDF. Windows color (decimal): -596854 or 9102582. OLE color: 9102582.
HSL color Cylindrical-coordinate representation of color #F6E48A: hue angle of 50º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6E48A is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 228 | 138 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.04 |
| HSL | 50º | 0.86% | 0.75% | - |
| HSV(B) | 50º | 0.44% | 0.96% | - |
| XYZ | 70.34 | 76.91 | 35.18 | - |
| YUV | 223.12 | 79.96 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 228 | 138 | 0 | 0.07 | 0.44 | 0.04 | 50 | 0.86 | 0.75 |
| Hex | F6 | E4 | 8A | 0 | 7 | 2C | 4 | 32 | 56 | 4B |
| Octal | 366 | 344 | 212 | 0 | 7 | 54 | 4 | 62 | 126 | 113 |
| Binary | 11110110 | 11100100 | 10001010 | 0 | 111 | 101100 | 100 | 110010 | 1010110 | 1001011 |
Color Harmonies of #F6E48A
Complementary color
Monochromatic Colors of #F6E48A
Black with #F6E48A
Text Example
Text Example
White with #F6E48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E48A; }
p { color: rgb(246,228,138); }
H1.HeaderClassName
{
color: #F6E48A;
}
.AnyTagClassName
{
color: #F6E48A;
}
</style>
background-color css
<style>
a { background-color: #F6E48A; }
a { background-color: rgb(246,228,138); }
div.DivClassName
{
background-color: #F6E48A;
}
.BgClassName
{
background-color: #F6E48A;
}
</style>
border-color css
<style>
span { border-color: #F6E48A; }
span { border-color: rgb(246,228,138); }
td.TdClassName
{
border-color: #F6E48A;
}
.TagClassName
{
border-color: #F6E48A;
}
</style>