#FAE988

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

Shades of Khaki #FAE988

Tints of Khaki #FAE988

Color information

#FAE988 (or 0xFAE988) is unknown color: approx Khaki. HEX triplet: FA, E9 and 88. RGB value is (250,233,136). Sum of RGB (Red+Green+Blue) = 250+233+136=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 136 (53.52% from 255 or 21.97% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE988 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE988 is #051677. Grayscale: #E3E3E3. Windows color (decimal): -333432 or 8972794. OLE color: 8972794.

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

Color convert

RGB250233136-
CMYK00.070.460.02
HSL51.05º91.94%75.69%-
HSV(B)51.05º45.6%98.04%-
XYZ73.0180.3834.96-
YUV227.0276.63144.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 233 (91.41% from 255) = 37.64%
BLUE value IS 136 (53.52% from 255) = 21.97%
R=40.39%
G=37.64%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023313600.070.460.0251.0591.9475.69
HexFAE988072E2335c4c
Octal3723512100756263134114
Binary11111010111010011000100001111011101011001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE988; }

 p { color: rgb(250,233,136); }

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

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

 a { background-color: rgb(250,233,136); }

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

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

 span { border-color: rgb(250,233,136); }

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