Shades of Khaki #F1E590
Tints of Khaki #F1E590
RGB
CMYK
RGB Variations
Color information
#F1E590 (or 0xF1E590) is known color: Khaki. HEX triplet: F1, E5 and 90. RGB value is (241,229,144). Sum of RGB (Red+Green+Blue) = 241+229+144=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 144 (56.64% from 255 or 23.45% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E590 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E590 is #0E1A6F. Grayscale: #DFDFDF. Windows color (decimal): -924272 or 9496049. OLE color: 9496049.
HSL color Cylindrical-coordinate representation of color #F1E590: hue angle of 52.58º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1E590 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 144 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.05 |
| HSL | 52.58º | 0.78% | 0.75% | - |
| HSV(B) | 52.58º | 0.4% | 0.95% | - |
| XYZ | 69.33 | 76.75 | 37.55 | - |
| YUV | 222.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 144 | 0 | 0.05 | 0.40 | 0.05 | 52.58 | 0.78 | 0.75 |
| Hex | F1 | E5 | 90 | 0 | 5 | 28 | 5 | 35 | 4E | 4B |
| Octal | 361 | 345 | 220 | 0 | 5 | 50 | 5 | 65 | 116 | 113 |
| Binary | 11110001 | 11100101 | 10010000 | 0 | 101 | 101000 | 101 | 110101 | 1001110 | 1001011 |
Color Harmonies of #F1E590
Complementary color
Monochromatic Colors of #F1E590
Black with #F1E590
Text Example
Text Example
White with #F1E590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E590; }
p { color: rgb(241,229,144); }
H1.HeaderClassName
{
color: #F1E590;
}
.AnyTagClassName
{
color: #F1E590;
}
</style>
background-color css
<style>
a { background-color: #F1E590; }
a { background-color: rgb(241,229,144); }
div.DivClassName
{
background-color: #F1E590;
}
.BgClassName
{
background-color: #F1E590;
}
</style>
border-color css
<style>
span { border-color: #F1E590; }
span { border-color: rgb(241,229,144); }
td.TdClassName
{
border-color: #F1E590;
}
.TagClassName
{
border-color: #F1E590;
}
</style>