Shades of Khaki #F2ED85
Tints of Khaki #F2ED85
RGB
CMYK
RGB Variations
Color information
#F2ED85 (or 0xF2ED85) is known color: Khaki. HEX triplet: F2, ED and 85. RGB value is (242,237,133). Sum of RGB (Red+Green+Blue) = 242+237+133=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 133 (52.34% from 255 or 21.73% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ED85 is #0D127A. Grayscale: #E3E3E3. Windows color (decimal): -856699 or 8777202. OLE color: 8777202.
HSL color Cylindrical-coordinate representation of color #F2ED85: hue angle of 57.25º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2ED85 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 133 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.05 |
| HSL | 57.25º | 0.81% | 0.74% | - |
| HSV(B) | 57.25º | 0.45% | 0.95% | - |
| XYZ | 71.14 | 81.14 | 34.1 | - |
| YUV | 226.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 133 | 0 | 0.02 | 0.45 | 0.05 | 57.25 | 0.81 | 0.74 |
| Hex | F2 | ED | 85 | 0 | 2 | 2D | 5 | 39 | 51 | 4A |
| Octal | 362 | 355 | 205 | 0 | 2 | 55 | 5 | 71 | 121 | 112 |
| Binary | 11110010 | 11101101 | 10000101 | 0 | 10 | 101101 | 101 | 111001 | 1010001 | 1001010 |
Color Harmonies of #F2ED85
Complementary color
Monochromatic Colors of #F2ED85
Black with #F2ED85
Text Example
Text Example
White with #F2ED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED85; }
p { color: rgb(242,237,133); }
H1.HeaderClassName
{
color: #F2ED85;
}
.AnyTagClassName
{
color: #F2ED85;
}
</style>
background-color css
<style>
a { background-color: #F2ED85; }
a { background-color: rgb(242,237,133); }
div.DivClassName
{
background-color: #F2ED85;
}
.BgClassName
{
background-color: #F2ED85;
}
</style>
border-color css
<style>
span { border-color: #F2ED85; }
span { border-color: rgb(242,237,133); }
td.TdClassName
{
border-color: #F2ED85;
}
.TagClassName
{
border-color: #F2ED85;
}
</style>