Shades of Khaki #F1DF8E
Tints of Khaki #F1DF8E
RGB
CMYK
RGB Variations
Color information
#F1DF8E (or 0xF1DF8E) is known color: Khaki. HEX triplet: F1, DF and 8E. RGB value is (241,223,142). Sum of RGB (Red+Green+Blue) = 241+223+142=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 142 (55.86% from 255 or 23.43% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DF8E is #0E2071. Grayscale: #DBDBDB. Windows color (decimal): -925810 or 9363441. OLE color: 9363441.
HSL color Cylindrical-coordinate representation of color #F1DF8E: hue angle of 49.09º 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 #F1DF8E is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 142 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.05 |
| HSL | 49.09º | 0.78% | 0.75% | - |
| HSV(B) | 49.09º | 0.41% | 0.95% | - |
| XYZ | 67.55 | 73.43 | 36.2 | - |
| YUV | 219.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 142 | 0 | 0.07 | 0.41 | 0.05 | 49.09 | 0.78 | 0.75 |
| Hex | F1 | DF | 8E | 0 | 7 | 29 | 5 | 31 | 4E | 4B |
| Octal | 361 | 337 | 216 | 0 | 7 | 51 | 5 | 61 | 116 | 113 |
| Binary | 11110001 | 11011111 | 10001110 | 0 | 111 | 101001 | 101 | 110001 | 1001110 | 1001011 |
Color Harmonies of #F1DF8E
Complementary color
Monochromatic Colors of #F1DF8E
Black with #F1DF8E
Text Example
Text Example
White with #F1DF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF8E; }
p { color: rgb(241,223,142); }
H1.HeaderClassName
{
color: #F1DF8E;
}
.AnyTagClassName
{
color: #F1DF8E;
}
</style>
background-color css
<style>
a { background-color: #F1DF8E; }
a { background-color: rgb(241,223,142); }
div.DivClassName
{
background-color: #F1DF8E;
}
.BgClassName
{
background-color: #F1DF8E;
}
</style>
border-color css
<style>
span { border-color: #F1DF8E; }
span { border-color: rgb(241,223,142); }
td.TdClassName
{
border-color: #F1DF8E;
}
.TagClassName
{
border-color: #F1DF8E;
}
</style>