#FAEA89

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

Shades of Khaki #FAEA89

Tints of Khaki #FAEA89

Color information

#FAEA89 (or 0xFAEA89) is unknown color: approx Khaki. HEX triplet: FA, EA and 89. RGB value is (250,234,137). Sum of RGB (Red+Green+Blue) = 250+234+137=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 137 (53.91% from 255 or 22.06% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA89 is #051576. Grayscale: #E4E4E4. Windows color (decimal): -333175 or 9038586. OLE color: 9038586.

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

Color convert

RGB250234137-
CMYK00.060.450.02
HSL51.5º91.87%75.88%-
HSV(B)51.5º45.2%98.04%-
XYZ73.3680.9835.43-
YUV227.7376.8143.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 137 (53.91% from 255) = 22.06%
R=40.26%
G=37.68%
B=22.06%

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
Decimal25023413700.060.450.0251.591.8775.88
HexFAEA89062D2345c4c
Octal3723522110655264134114
Binary11111010111010101000100101101011011011010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEA89; }

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

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

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

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

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

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

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

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