#FAE588

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

Shades of Khaki #FAE588

Tints of Khaki #FAE588

Color information

#FAE588 (or 0xFAE588) is unknown color: approx Khaki. HEX triplet: FA, E5 and 88. RGB value is (250,229,136). Sum of RGB (Red+Green+Blue) = 250+229+136=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 136 (53.52% from 255 or 22.11% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE588 is #051A77. Grayscale: #E1E1E1. Windows color (decimal): -334456 or 8971770. OLE color: 8971770.

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

Color convert

RGB250229136-
CMYK00.080.460.02
HSL48.95º91.94%75.69%-
HSV(B)48.95º45.6%98.04%-
XYZ71.8978.1434.59-
YUV224.6877.96146.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 229 (89.84% from 255) = 37.24%
BLUE value IS 136 (53.52% from 255) = 22.11%
R=40.65%
G=37.24%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022913600.080.460.0248.9591.9475.69
HexFAE588082E2315c4c
Octal37234521001056261134114
Binary111110101110010110001000010001011101011000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE588; }

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

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

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

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

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

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

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

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