#F2EA8F

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

Shades of Khaki #F2EA8F

Tints of Khaki #F2EA8F

Color information

#F2EA8F (or 0xF2EA8F) is unknown color: approx Khaki. HEX triplet: F2, EA and 8F. RGB value is (242,234,143). Sum of RGB (Red+Green+Blue) = 242+234+143=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 143 (56.25% from 255 or 23.10% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA8F is #0D1570. Grayscale: #E2E2E2. Windows color (decimal): -857457 or 9431794. OLE color: 9431794.

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

Color convert

RGB242234143-
CMYK00.030.410.05
HSL55.15º79.2%75.49%-
HSV(B)55.15º40.91%94.9%-
XYZ7179.7137.63-
YUV226.0281.15139.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 234 (91.80% from 255) = 37.80%
BLUE value IS 143 (56.25% from 255) = 23.10%
R=39.10%
G=37.80%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223414300.030.410.0555.1579.275.49
HexF2EA8F03295374f4b
Octal3623522170351567117113
Binary11110010111010101000111101110100110111011110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EA8F; }

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

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

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

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

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

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

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

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