Shades of Khaki #F1EA92
Tints of Khaki #F1EA92
RGB
CMYK
RGB Variations
Color information
#F1EA92 (or 0xF1EA92) is known color: Khaki. HEX triplet: F1, EA and 92. RGB value is (241,234,146). Sum of RGB (Red+Green+Blue) = 241+234+146=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 146 (57.42% from 255 or 23.51% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EA92 is #0E156D. Grayscale: #E2E2E2. Windows color (decimal): -922990 or 9628401. OLE color: 9628401.
HSL color Cylindrical-coordinate representation of color #F1EA92: hue angle of 55.58º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1EA92 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 146 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.05 |
| HSL | 55.58º | 0.77% | 0.76% | - |
| HSV(B) | 55.58º | 0.39% | 0.95% | - |
| XYZ | 70.89 | 79.62 | 38.83 | - |
| YUV | 226.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 146 | 0 | 0.03 | 0.39 | 0.05 | 55.58 | 0.77 | 0.76 |
| Hex | F1 | EA | 92 | 0 | 3 | 27 | 5 | 38 | 4D | 4C |
| Octal | 361 | 352 | 222 | 0 | 3 | 47 | 5 | 70 | 115 | 114 |
| Binary | 11110001 | 11101010 | 10010010 | 0 | 11 | 100111 | 101 | 111000 | 1001101 | 1001100 |
Color Harmonies of #F1EA92
Complementary color
Monochromatic Colors of #F1EA92
Black with #F1EA92
Text Example
Text Example
White with #F1EA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EA92; }
p { color: rgb(241,234,146); }
H1.HeaderClassName
{
color: #F1EA92;
}
.AnyTagClassName
{
color: #F1EA92;
}
</style>
background-color css
<style>
a { background-color: #F1EA92; }
a { background-color: rgb(241,234,146); }
div.DivClassName
{
background-color: #F1EA92;
}
.BgClassName
{
background-color: #F1EA92;
}
</style>
border-color css
<style>
span { border-color: #F1EA92; }
span { border-color: rgb(241,234,146); }
td.TdClassName
{
border-color: #F1EA92;
}
.TagClassName
{
border-color: #F1EA92;
}
</style>