#FAEA84

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

Shades of Khaki #FAEA84

Tints of Khaki #FAEA84

Color information

#FAEA84 (or 0xFAEA84) is unknown color: approx Khaki. HEX triplet: FA, EA and 84. RGB value is (250,234,132). Sum of RGB (Red+Green+Blue) = 250+234+132=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 132 (51.95% from 255 or 21.43% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA84 is #05157B. Grayscale: #E3E3E3. Windows color (decimal): -333180 or 8710906. OLE color: 8710906.

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

Color convert

RGB250234132-
CMYK00.060.470.02
HSL51.86º92.19%74.9%-
HSV(B)51.86º47.2%98.04%-
XYZ73.0180.8433.58-
YUV227.1674.3144.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 234 (91.80% from 255) = 37.99%
BLUE value IS 132 (51.95% from 255) = 21.43%
R=40.58%
G=37.99%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023413200.060.470.0251.8692.1974.9
HexFAEA84062F2345c4b
Octal3723522040657264134113
Binary11111010111010101000010001101011111011010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEA84; }

 p { color: rgb(250,234,132); }

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

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

 a { background-color: rgb(250,234,132); }

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

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

 span { border-color: rgb(250,234,132); }

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