#FAE689

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

Shades of Khaki #FAE689

Tints of Khaki #FAE689

Color information

#FAE689 (or 0xFAE689) is unknown color: approx Khaki. HEX triplet: FA, E6 and 89. RGB value is (250,230,137). Sum of RGB (Red+Green+Blue) = 250+230+137=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 137 (53.91% from 255 or 22.20% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE689 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE689 is #051976. Grayscale: #E1E1E1. Windows color (decimal): -334199 or 9037562. OLE color: 9037562.

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

Color convert

RGB250230137-
CMYK00.080.450.02
HSL49.38º91.87%75.88%-
HSV(B)49.38º45.2%98.04%-
XYZ72.2478.7235.05-
YUV225.3878.13145.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 230 (90.23% from 255) = 37.28%
BLUE value IS 137 (53.91% from 255) = 22.20%
R=40.52%
G=37.28%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023013700.080.450.0249.3891.8775.88
HexFAE689082D2315c4c
Octal37234621101055261134114
Binary111110101110011010001001010001011011011000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE689; }

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

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

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

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

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

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

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

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