Shades of Khaki #F2E68F
Tints of Khaki #F2E68F
RGB
CMYK
RGB Variations
Color information
#F2E68F (or 0xF2E68F) is known color: Khaki. HEX triplet: F2, E6 and 8F. RGB value is (242,230,143). Sum of RGB (Red+Green+Blue) = 242+230+143=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 143 (56.25% from 255 or 23.25% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E68F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E68F is #0D1970. Grayscale: #E0E0E0. Windows color (decimal): -858481 or 9430770. OLE color: 9430770.
HSL color Cylindrical-coordinate representation of color #F2E68F: hue angle of 52.73º 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 #F2E68F is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 143 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.05 |
| HSL | 52.73º | 0.79% | 0.75% | - |
| HSV(B) | 52.73º | 0.41% | 0.95% | - |
| XYZ | 69.87 | 77.45 | 37.25 | - |
| YUV | 223.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 143 | 0 | 0.05 | 0.41 | 0.05 | 52.73 | 0.79 | 0.75 |
| Hex | F2 | E6 | 8F | 0 | 5 | 29 | 5 | 35 | 4F | 4B |
| Octal | 362 | 346 | 217 | 0 | 5 | 51 | 5 | 65 | 117 | 113 |
| Binary | 11110010 | 11100110 | 10001111 | 0 | 101 | 101001 | 101 | 110101 | 1001111 | 1001011 |
Color Harmonies of #F2E68F
Complementary color
Monochromatic Colors of #F2E68F
Black with #F2E68F
Text Example
Text Example
White with #F2E68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E68F; }
p { color: rgb(242,230,143); }
H1.HeaderClassName
{
color: #F2E68F;
}
.AnyTagClassName
{
color: #F2E68F;
}
</style>
background-color css
<style>
a { background-color: #F2E68F; }
a { background-color: rgb(242,230,143); }
div.DivClassName
{
background-color: #F2E68F;
}
.BgClassName
{
background-color: #F2E68F;
}
</style>
border-color css
<style>
span { border-color: #F2E68F; }
span { border-color: rgb(242,230,143); }
td.TdClassName
{
border-color: #F2E68F;
}
.TagClassName
{
border-color: #F2E68F;
}
</style>