#FAEC89

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

Shades of Khaki #FAEC89

Tints of Khaki #FAEC89

Color information

#FAEC89 (or 0xFAEC89) is unknown color: approx Khaki. HEX triplet: FA, EC and 89. RGB value is (250,236,137). Sum of RGB (Red+Green+Blue) = 250+236+137=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 137 (53.91% from 255 or 21.99% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC89 is #051376. Grayscale: #E5E5E5. Windows color (decimal): -332663 or 9039098. OLE color: 9039098.

HSL color Cylindrical-coordinate representation of color #FAEC89: hue angle of 52.57º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAEC89 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB250236137-
CMYK00.060.450.02
HSL52.57º91.87%75.88%-
HSV(B)52.57º45.2%98.04%-
XYZ73.9482.1235.62-
YUV228.976.14143.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 137 (53.91% from 255) = 21.99%
R=40.13%
G=37.88%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023613700.060.450.0252.5791.8775.88
HexFAEC89062D2355c4c
Octal3723542110655265134114
Binary11111010111011001000100101101011011011010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC89; }

 p { color: rgb(250,236,137); }

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

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

 a { background-color: rgb(250,236,137); }

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

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

 span { border-color: rgb(250,236,137); }

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