Shades of Khaki #F2E38F
Tints of Khaki #F2E38F
RGB
CMYK
RGB Variations
Color information
#F2E38F (or 0xF2E38F) is known color: Khaki. HEX triplet: F2, E3 and 8F. RGB value is (242,227,143). Sum of RGB (Red+Green+Blue) = 242+227+143=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 143 (56.25% from 255 or 23.37% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E38F is #0D1C70. Grayscale: #DEDEDE. Windows color (decimal): -859249 or 9430002. OLE color: 9430002.
HSL color Cylindrical-coordinate representation of color #F2E38F: hue angle of 50.91º degrees, saturation: 0.79, 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 #F2E38F is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 143 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.05 |
| HSL | 50.91º | 0.79% | 0.75% | - |
| HSV(B) | 50.91º | 0.41% | 0.95% | - |
| XYZ | 69.04 | 75.8 | 36.98 | - |
| YUV | 221.91 | 83.47 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 143 | 0 | 0.06 | 0.41 | 0.05 | 50.91 | 0.79 | 0.75 |
| Hex | F2 | E3 | 8F | 0 | 6 | 29 | 5 | 33 | 4F | 4B |
| Octal | 362 | 343 | 217 | 0 | 6 | 51 | 5 | 63 | 117 | 113 |
| Binary | 11110010 | 11100011 | 10001111 | 0 | 110 | 101001 | 101 | 110011 | 1001111 | 1001011 |
Color Harmonies of #F2E38F
Complementary color
Monochromatic Colors of #F2E38F
Black with #F2E38F
Text Example
Text Example
White with #F2E38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E38F; }
p { color: rgb(242,227,143); }
H1.HeaderClassName
{
color: #F2E38F;
}
.AnyTagClassName
{
color: #F2E38F;
}
</style>
background-color css
<style>
a { background-color: #F2E38F; }
a { background-color: rgb(242,227,143); }
div.DivClassName
{
background-color: #F2E38F;
}
.BgClassName
{
background-color: #F2E38F;
}
</style>
border-color css
<style>
span { border-color: #F2E38F; }
span { border-color: rgb(242,227,143); }
td.TdClassName
{
border-color: #F2E38F;
}
.TagClassName
{
border-color: #F2E38F;
}
</style>