#FAEC87

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

Shades of Khaki #FAEC87

Tints of Khaki #FAEC87

Color information

#FAEC87 (or 0xFAEC87) is unknown color: approx Khaki. HEX triplet: FA, EC and 87. RGB value is (250,236,135). Sum of RGB (Red+Green+Blue) = 250+236+135=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 135 (53.12% from 255 or 21.74% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC87 is #051378. Grayscale: #E5E5E5. Windows color (decimal): -332665 or 8908026. OLE color: 8908026.

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

Color convert

RGB250236135-
CMYK00.060.460.02
HSL52.7º92%75.49%-
HSV(B)52.7º46%98.04%-
XYZ73.7982.0634.87-
YUV228.6775.14143.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 236 (92.58% from 255) = 38.00%
BLUE value IS 135 (53.12% from 255) = 21.74%
R=40.26%
G=38.00%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023613500.060.460.0252.79275.49
HexFAEC87062E2355c4b
Octal3723542070656265134113
Binary11111010111011001000011101101011101011010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC87; }

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

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

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

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

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

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

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

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