#FAE787

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

Shades of Khaki #FAE787

Tints of Khaki #FAE787

Color information

#FAE787 (or 0xFAE787) is unknown color: approx Khaki. HEX triplet: FA, E7 and 87. RGB value is (250,231,135). Sum of RGB (Red+Green+Blue) = 250+231+135=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 231 (90.62% from 255 or 37.5% from 616); Blue value is 135 (53.12% from 255 or 21.92% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE787 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE787 is #051878. Grayscale: #E2E2E2. Windows color (decimal): -333945 or 8906746. OLE color: 8906746.

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

Color convert

RGB250231135-
CMYK00.080.460.02
HSL50.09º92%75.49%-
HSV(B)50.09º46%98.04%-
XYZ72.3779.2334.4-
YUV225.7476.79145.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 231 (90.62% from 255) = 37.5%
BLUE value IS 135 (53.12% from 255) = 21.92%
R=40.58%
G=37.5%
B=21.92%

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
Decimal25023113500.080.460.0250.099275.49
HexFAE787082E2325c4b
Octal37234720701056262134113
Binary111110101110011110000111010001011101011001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE787; }

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

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

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

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

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

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

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

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