#FAE789

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

Shades of Khaki #FAE789

Tints of Khaki #FAE789

Color information

#FAE789 (or 0xFAE789) is unknown color: approx Khaki. HEX triplet: FA, E7 and 89. RGB value is (250,231,137). Sum of RGB (Red+Green+Blue) = 250+231+137=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 137 (53.91% from 255 or 22.17% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE789 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE789 is #051876. Grayscale: #E2E2E2. Windows color (decimal): -333943 or 9037818. OLE color: 9037818.

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

Color convert

RGB250231137-
CMYK00.080.450.02
HSL49.91º91.87%75.88%-
HSV(B)49.91º45.2%98.04%-
XYZ72.5279.2835.15-
YUV225.9677.79145.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 231 (90.62% from 255) = 37.38%
BLUE value IS 137 (53.91% from 255) = 22.17%
R=40.45%
G=37.38%
B=22.17%

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
Decimal25023113700.080.450.0249.9191.8775.88
HexFAE789082D2325c4c
Octal37234721101055262134114
Binary111110101110011110001001010001011011011001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE789; }

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

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

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

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

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

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

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

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