Shades of Khaki #F1E28F
Tints of Khaki #F1E28F
RGB
CMYK
RGB Variations
Color information
#F1E28F (or 0xF1E28F) is known color: Khaki. HEX triplet: F1, E2 and 8F. RGB value is (241,226,143). Sum of RGB (Red+Green+Blue) = 241+226+143=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E28F is #0E1D70. Grayscale: #DDDDDD. Windows color (decimal): -925041 or 9429745. OLE color: 9429745.
HSL color Cylindrical-coordinate representation of color #F1E28F: hue angle of 50.82º 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 #F1E28F is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 143 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.05 |
| HSL | 50.82º | 0.78% | 0.75% | - |
| HSV(B) | 50.82º | 0.41% | 0.95% | - |
| XYZ | 68.43 | 75.08 | 36.87 | - |
| YUV | 221.02 | 83.97 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 143 | 0 | 0.06 | 0.41 | 0.05 | 50.82 | 0.78 | 0.75 |
| Hex | F1 | E2 | 8F | 0 | 6 | 29 | 5 | 33 | 4E | 4B |
| Octal | 361 | 342 | 217 | 0 | 6 | 51 | 5 | 63 | 116 | 113 |
| Binary | 11110001 | 11100010 | 10001111 | 0 | 110 | 101001 | 101 | 110011 | 1001110 | 1001011 |
Color Harmonies of #F1E28F
Complementary color
Monochromatic Colors of #F1E28F
Black with #F1E28F
Text Example
Text Example
White with #F1E28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E28F; }
p { color: rgb(241,226,143); }
H1.HeaderClassName
{
color: #F1E28F;
}
.AnyTagClassName
{
color: #F1E28F;
}
</style>
background-color css
<style>
a { background-color: #F1E28F; }
a { background-color: rgb(241,226,143); }
div.DivClassName
{
background-color: #F1E28F;
}
.BgClassName
{
background-color: #F1E28F;
}
</style>
border-color css
<style>
span { border-color: #F1E28F; }
span { border-color: rgb(241,226,143); }
td.TdClassName
{
border-color: #F1E28F;
}
.TagClassName
{
border-color: #F1E28F;
}
</style>