Shades of Khaki #F1ED8D
Tints of Khaki #F1ED8D
RGB
CMYK
RGB Variations
Color information
#F1ED8D (or 0xF1ED8D) is known color: Khaki. HEX triplet: F1, ED and 8D. RGB value is (241,237,141). Sum of RGB (Red+Green+Blue) = 241+237+141=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 141 (55.47% from 255 or 22.78% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ED8D is #0E1272. Grayscale: #E3E3E3. Windows color (decimal): -922227 or 9301489. OLE color: 9301489.
HSL color Cylindrical-coordinate representation of color #F1ED8D: hue angle of 57.6º 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 #F1ED8D is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 141 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.05 |
| HSL | 57.6º | 0.78% | 0.75% | - |
| HSV(B) | 57.6º | 0.41% | 0.95% | - |
| XYZ | 71.37 | 81.19 | 37.11 | - |
| YUV | 227.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 141 | 0 | 0.02 | 0.41 | 0.05 | 57.6 | 0.78 | 0.75 |
| Hex | F1 | ED | 8D | 0 | 2 | 29 | 5 | 3A | 4E | 4B |
| Octal | 361 | 355 | 215 | 0 | 2 | 51 | 5 | 72 | 116 | 113 |
| Binary | 11110001 | 11101101 | 10001101 | 0 | 10 | 101001 | 101 | 111010 | 1001110 | 1001011 |
Color Harmonies of #F1ED8D
Complementary color
Monochromatic Colors of #F1ED8D
Black with #F1ED8D
Text Example
Text Example
White with #F1ED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED8D; }
p { color: rgb(241,237,141); }
H1.HeaderClassName
{
color: #F1ED8D;
}
.AnyTagClassName
{
color: #F1ED8D;
}
</style>
background-color css
<style>
a { background-color: #F1ED8D; }
a { background-color: rgb(241,237,141); }
div.DivClassName
{
background-color: #F1ED8D;
}
.BgClassName
{
background-color: #F1ED8D;
}
</style>
border-color css
<style>
span { border-color: #F1ED8D; }
span { border-color: rgb(241,237,141); }
td.TdClassName
{
border-color: #F1ED8D;
}
.TagClassName
{
border-color: #F1ED8D;
}
</style>