Shades of Khaki #F1E48E
Tints of Khaki #F1E48E
RGB
CMYK
RGB Variations
Color information
#F1E48E (or 0xF1E48E) is known color: Khaki. HEX triplet: F1, E4 and 8E. RGB value is (241,228,142). Sum of RGB (Red+Green+Blue) = 241+228+142=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 142 (55.86% from 255 or 23.24% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E48E is #0E1B71. Grayscale: #DEDEDE. Windows color (decimal): -924530 or 9364721. OLE color: 9364721.
HSL color Cylindrical-coordinate representation of color #F1E48E: hue angle of 52.12º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1E48E is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 142 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.05 |
| HSL | 52.12º | 0.78% | 0.75% | - |
| HSV(B) | 52.12º | 0.41% | 0.95% | - |
| XYZ | 68.9 | 76.14 | 36.66 | - |
| YUV | 222.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 142 | 0 | 0.05 | 0.41 | 0.05 | 52.12 | 0.78 | 0.75 |
| Hex | F1 | E4 | 8E | 0 | 5 | 29 | 5 | 34 | 4E | 4B |
| Octal | 361 | 344 | 216 | 0 | 5 | 51 | 5 | 64 | 116 | 113 |
| Binary | 11110001 | 11100100 | 10001110 | 0 | 101 | 101001 | 101 | 110100 | 1001110 | 1001011 |
Color Harmonies of #F1E48E
Complementary color
Monochromatic Colors of #F1E48E
Black with #F1E48E
Text Example
Text Example
White with #F1E48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E48E; }
p { color: rgb(241,228,142); }
H1.HeaderClassName
{
color: #F1E48E;
}
.AnyTagClassName
{
color: #F1E48E;
}
</style>
background-color css
<style>
a { background-color: #F1E48E; }
a { background-color: rgb(241,228,142); }
div.DivClassName
{
background-color: #F1E48E;
}
.BgClassName
{
background-color: #F1E48E;
}
</style>
border-color css
<style>
span { border-color: #F1E48E; }
span { border-color: rgb(241,228,142); }
td.TdClassName
{
border-color: #F1E48E;
}
.TagClassName
{
border-color: #F1E48E;
}
</style>