#F2E189

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

Shades of Khaki #F2E189

Tints of Khaki #F2E189

Color information

#F2E189 (or 0xF2E189) is unknown color: approx Khaki. HEX triplet: F2, E1 and 89. RGB value is (242,225,137). Sum of RGB (Red+Green+Blue) = 242+225+137=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 137 (53.91% from 255 or 22.68% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E189 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E189 is #0D1E76. Grayscale: #DCDCDC. Windows color (decimal): -859767 or 9036274. OLE color: 9036274.

HSL color Cylindrical-coordinate representation of color #F2E189: hue angle of 50.29º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2E189 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB242225137-
CMYK00.070.430.05
HSL50.29º80.15%74.31%-
HSV(B)50.29º43.39%94.9%-
XYZ68.0674.5334.47-
YUV220.0581.13143.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.07%
GREEN value IS 225 (88.28% from 255) = 37.25%
BLUE value IS 137 (53.91% from 255) = 22.68%
R=40.07%
G=37.25%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222513700.070.430.0550.2980.1574.31
HexF2E189072B532504a
Octal3623412110753562120112
Binary111100101110000110001001011110101110111001010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E189; }

 p { color: rgb(242,225,137); }

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

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

 a { background-color: rgb(242,225,137); }

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

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

 span { border-color: rgb(242,225,137); }

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