#F2EA86

Color #F2EA86 Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #F2EA86

Tints of Khaki #F2EA86

Color information

#F2EA86 (or 0xF2EA86) is unknown color: approx Khaki. HEX triplet: F2, EA and 86. RGB value is (242,234,134). Sum of RGB (Red+Green+Blue) = 242+234+134=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA86 is #0D1579. Grayscale: #E1E1E1. Windows color (decimal): -857466 or 8841970. OLE color: 8841970.

HSL color Cylindrical-coordinate representation of color #F2EA86: hue angle of 55.56º 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 #F2EA86 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB242234134-
CMYK00.030.450.05
HSL55.56º80.6%73.73%-
HSV(B)55.56º44.63%94.9%-
XYZ70.3479.4434.18-
YUV224.9976.65140.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 39.67%
GREEN value IS 234 (91.80% from 255) = 38.36%
BLUE value IS 134 (52.73% from 255) = 21.97%
R=39.67%
G=38.36%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223413400.030.450.0555.5680.673.73
HexF2EA86032D538514a
Octal3623522060355570121112
Binary11110010111010101000011001110110110111100010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EA86; }

 p { color: rgb(242,234,134); }

 H1.HeaderClassName
 {
   color: #F2EA86;
 }
 .AnyTagClassName
 {
   color: #F2EA86;
 }
</style>
background-color css

<style>
 a { background-color: #F2EA86; }

 a { background-color: rgb(242,234,134); }

 div.DivClassName
 {
   background-color: #F2EA86;
 }
 .BgClassName
 {
   background-color: #F2EA86;
 }
</style>
border-color css

<style>
 span { border-color: #F2EA86; }

 span { border-color: rgb(242,234,134); }

 td.TdClassName
 {
   border-color: #F2EA86;
 }
 .TagClassName
 {
   border-color: #F2EA86;
 }
</style>