#F2EC8F

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

Shades of Khaki #F2EC8F

Tints of Khaki #F2EC8F

Color information

#F2EC8F (or 0xF2EC8F) is unknown color: approx Khaki. HEX triplet: F2, EC and 8F. RGB value is (242,236,143). Sum of RGB (Red+Green+Blue) = 242+236+143=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 143 (56.25% from 255 or 23.03% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EC8F is #0D1370. Grayscale: #E3E3E3. Windows color (decimal): -856945 or 9432306. OLE color: 9432306.

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

Color convert

RGB242236143-
CMYK00.020.410.05
HSL56.36º79.2%75.49%-
HSV(B)56.36º40.91%94.9%-
XYZ71.5780.8537.82-
YUV227.1980.49138.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.97%
GREEN value IS 236 (92.58% from 255) = 38.00%
BLUE value IS 143 (56.25% from 255) = 23.03%
R=38.97%
G=38.00%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223614300.020.410.0556.3679.275.49
HexF2EC8F02295384f4b
Octal3623542170251570117113
Binary11110010111011001000111101010100110111100010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EC8F; }

 p { color: rgb(242,236,143); }

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

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

 a { background-color: rgb(242,236,143); }

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

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

 span { border-color: rgb(242,236,143); }

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