Shades of Khaki #F2ED8A
Tints of Khaki #F2ED8A
RGB
CMYK
RGB Variations
Color information
#F2ED8A (or 0xF2ED8A) is known color: Khaki. HEX triplet: F2, ED and 8A. RGB value is (242,237,138). Sum of RGB (Red+Green+Blue) = 242+237+138=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ED8A is #0D1275. Grayscale: #E3E3E3. Windows color (decimal): -856694 or 9104882. OLE color: 9104882.
HSL color Cylindrical-coordinate representation of color #F2ED8A: hue angle of 57.12º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2ED8A is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 138 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.05 |
| HSL | 57.12º | 0.8% | 0.75% | - |
| HSV(B) | 57.12º | 0.43% | 0.95% | - |
| XYZ | 71.49 | 81.28 | 35.97 | - |
| YUV | 227.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 138 | 0 | 0.02 | 0.43 | 0.05 | 57.12 | 0.8 | 0.75 |
| Hex | F2 | ED | 8A | 0 | 2 | 2B | 5 | 39 | 50 | 4B |
| Octal | 362 | 355 | 212 | 0 | 2 | 53 | 5 | 71 | 120 | 113 |
| Binary | 11110010 | 11101101 | 10001010 | 0 | 10 | 101011 | 101 | 111001 | 1010000 | 1001011 |
Color Harmonies of #F2ED8A
Complementary color
Monochromatic Colors of #F2ED8A
Black with #F2ED8A
Text Example
Text Example
White with #F2ED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED8A; }
p { color: rgb(242,237,138); }
H1.HeaderClassName
{
color: #F2ED8A;
}
.AnyTagClassName
{
color: #F2ED8A;
}
</style>
background-color css
<style>
a { background-color: #F2ED8A; }
a { background-color: rgb(242,237,138); }
div.DivClassName
{
background-color: #F2ED8A;
}
.BgClassName
{
background-color: #F2ED8A;
}
</style>
border-color css
<style>
span { border-color: #F2ED8A; }
span { border-color: rgb(242,237,138); }
td.TdClassName
{
border-color: #F2ED8A;
}
.TagClassName
{
border-color: #F2ED8A;
}
</style>