#FAE883

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

Shades of Khaki #FAE883

Tints of Khaki #FAE883

Color information

#FAE883 (or 0xFAE883) is unknown color: approx Khaki. HEX triplet: FA, E8 and 83. RGB value is (250,232,131). Sum of RGB (Red+Green+Blue) = 250+232+131=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 131 (51.56% from 255 or 21.37% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE883 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE883 is #05177C. Grayscale: #E2E2E2. Windows color (decimal): -333693 or 8644858. OLE color: 8644858.

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

Color convert

RGB250232131-
CMYK00.070.480.02
HSL50.92º92.25%74.71%-
HSV(B)50.92º47.6%98.04%-
XYZ72.3879.6833.04-
YUV225.8774.46145.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 131 (51.56% from 255) = 21.37%
R=40.78%
G=37.85%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023213100.070.480.0250.9292.2574.71
HexFAE88307302335c4b
Octal3723502030760263134113
Binary11111010111010001000001101111100001011001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE883; }

 p { color: rgb(250,232,131); }

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

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

 a { background-color: rgb(250,232,131); }

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

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

 span { border-color: rgb(250,232,131); }

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