Shades of Khaki #F1E28C
Tints of Khaki #F1E28C
RGB
CMYK
RGB Variations
Color information
#F1E28C (or 0xF1E28C) is known color: Khaki. HEX triplet: F1, E2 and 8C. RGB value is (241,226,140). Sum of RGB (Red+Green+Blue) = 241+226+140=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E28C is #0E1D73. Grayscale: #DDDDDD. Windows color (decimal): -925044 or 9233137. OLE color: 9233137.
HSL color Cylindrical-coordinate representation of color #F1E28C: hue angle of 51.09º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1E28C is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 140 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.05 |
| HSL | 51.09º | 0.78% | 0.75% | - |
| HSV(B) | 51.09º | 0.42% | 0.95% | - |
| XYZ | 68.21 | 74.99 | 35.69 | - |
| YUV | 220.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 140 | 0 | 0.06 | 0.42 | 0.05 | 51.09 | 0.78 | 0.75 |
| Hex | F1 | E2 | 8C | 0 | 6 | 2A | 5 | 33 | 4E | 4B |
| Octal | 361 | 342 | 214 | 0 | 6 | 52 | 5 | 63 | 116 | 113 |
| Binary | 11110001 | 11100010 | 10001100 | 0 | 110 | 101010 | 101 | 110011 | 1001110 | 1001011 |
Color Harmonies of #F1E28C
Complementary color
Monochromatic Colors of #F1E28C
Black with #F1E28C
Text Example
Text Example
White with #F1E28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E28C; }
p { color: rgb(241,226,140); }
H1.HeaderClassName
{
color: #F1E28C;
}
.AnyTagClassName
{
color: #F1E28C;
}
</style>
background-color css
<style>
a { background-color: #F1E28C; }
a { background-color: rgb(241,226,140); }
div.DivClassName
{
background-color: #F1E28C;
}
.BgClassName
{
background-color: #F1E28C;
}
</style>
border-color css
<style>
span { border-color: #F1E28C; }
span { border-color: rgb(241,226,140); }
td.TdClassName
{
border-color: #F1E28C;
}
.TagClassName
{
border-color: #F1E28C;
}
</style>