Shades of Khaki #F1E88B
Tints of Khaki #F1E88B
RGB
CMYK
RGB Variations
Color information
#F1E88B (or 0xF1E88B) is known color: Khaki. HEX triplet: F1, E8 and 8B. RGB value is (241,232,139). Sum of RGB (Red+Green+Blue) = 241+232+139=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 139 (54.69% from 255 or 22.71% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E88B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E88B is #0E1774. Grayscale: #E0E0E0. Windows color (decimal): -923509 or 9169137. OLE color: 9169137.
HSL color Cylindrical-coordinate representation of color #F1E88B: hue angle of 54.71º 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 #F1E88B is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 139 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.05 |
| HSL | 54.71º | 0.78% | 0.75% | - |
| HSV(B) | 54.71º | 0.42% | 0.95% | - |
| XYZ | 69.79 | 78.28 | 35.86 | - |
| YUV | 224.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 139 | 0 | 0.04 | 0.42 | 0.05 | 54.71 | 0.78 | 0.75 |
| Hex | F1 | E8 | 8B | 0 | 4 | 2A | 5 | 37 | 4E | 4B |
| Octal | 361 | 350 | 213 | 0 | 4 | 52 | 5 | 67 | 116 | 113 |
| Binary | 11110001 | 11101000 | 10001011 | 0 | 100 | 101010 | 101 | 110111 | 1001110 | 1001011 |
Color Harmonies of #F1E88B
Complementary color
Monochromatic Colors of #F1E88B
Black with #F1E88B
Text Example
Text Example
White with #F1E88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E88B; }
p { color: rgb(241,232,139); }
H1.HeaderClassName
{
color: #F1E88B;
}
.AnyTagClassName
{
color: #F1E88B;
}
</style>
background-color css
<style>
a { background-color: #F1E88B; }
a { background-color: rgb(241,232,139); }
div.DivClassName
{
background-color: #F1E88B;
}
.BgClassName
{
background-color: #F1E88B;
}
</style>
border-color css
<style>
span { border-color: #F1E88B; }
span { border-color: rgb(241,232,139); }
td.TdClassName
{
border-color: #F1E88B;
}
.TagClassName
{
border-color: #F1E88B;
}
</style>