Shades of Khaki #F1E78A
Tints of Khaki #F1E78A
RGB
CMYK
RGB Variations
Color information
#F1E78A (or 0xF1E78A) is known color: Khaki. HEX triplet: F1, E7 and 8A. RGB value is (241,231,138). Sum of RGB (Red+Green+Blue) = 241+231+138=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E78A is #0E1875. Grayscale: #DFDFDF. Windows color (decimal): -923766 or 9103345. OLE color: 9103345.
HSL color Cylindrical-coordinate representation of color #F1E78A: hue angle of 54.17º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1E78A is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 138 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.05 |
| HSL | 54.17º | 0.79% | 0.74% | - |
| HSV(B) | 54.17º | 0.43% | 0.95% | - |
| XYZ | 69.44 | 77.69 | 35.38 | - |
| YUV | 223.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 138 | 0 | 0.04 | 0.43 | 0.05 | 54.17 | 0.79 | 0.74 |
| Hex | F1 | E7 | 8A | 0 | 4 | 2B | 5 | 36 | 4F | 4A |
| Octal | 361 | 347 | 212 | 0 | 4 | 53 | 5 | 66 | 117 | 112 |
| Binary | 11110001 | 11100111 | 10001010 | 0 | 100 | 101011 | 101 | 110110 | 1001111 | 1001010 |
Color Harmonies of #F1E78A
Complementary color
Monochromatic Colors of #F1E78A
Black with #F1E78A
Text Example
Text Example
White with #F1E78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E78A; }
p { color: rgb(241,231,138); }
H1.HeaderClassName
{
color: #F1E78A;
}
.AnyTagClassName
{
color: #F1E78A;
}
</style>
background-color css
<style>
a { background-color: #F1E78A; }
a { background-color: rgb(241,231,138); }
div.DivClassName
{
background-color: #F1E78A;
}
.BgClassName
{
background-color: #F1E78A;
}
</style>
border-color css
<style>
span { border-color: #F1E78A; }
span { border-color: rgb(241,231,138); }
td.TdClassName
{
border-color: #F1E78A;
}
.TagClassName
{
border-color: #F1E78A;
}
</style>