#FAED89

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

Shades of Khaki #FAED89

Tints of Khaki #FAED89

Color information

#FAED89 (or 0xFAED89) is unknown color: approx Khaki. HEX triplet: FA, ED and 89. RGB value is (250,237,137). Sum of RGB (Red+Green+Blue) = 250+237+137=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 137 (53.91% from 255 or 21.96% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED89 is #051276. Grayscale: #E5E5E5. Windows color (decimal): -332407 or 9039354. OLE color: 9039354.

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

Color convert

RGB250237137-
CMYK00.050.450.02
HSL53.1º91.87%75.88%-
HSV(B)53.1º45.2%98.04%-
XYZ74.2282.735.72-
YUV229.4975.81142.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 137 (53.91% from 255) = 21.96%
R=40.06%
G=37.98%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023713700.050.450.0253.191.8775.88
HexFAED89052D2355c4c
Octal3723552110555265134114
Binary11111010111011011000100101011011011011010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED89; }

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

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

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

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

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

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

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

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