#FAE488

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

Shades of Khaki #FAE488

Tints of Khaki #FAE488

Color information

#FAE488 (or 0xFAE488) is unknown color: approx Khaki. HEX triplet: FA, E4 and 88. RGB value is (250,228,136). Sum of RGB (Red+Green+Blue) = 250+228+136=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 136 (53.52% from 255 or 22.15% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE488 is #051B77. Grayscale: #E0E0E0. Windows color (decimal): -334712 or 8971514. OLE color: 8971514.

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

Color convert

RGB250228136-
CMYK00.090.460.02
HSL48.42º91.94%75.69%-
HSV(B)48.42º45.6%98.04%-
XYZ71.6177.5934.49-
YUV224.0978.29146.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 228 (89.45% from 255) = 37.13%
BLUE value IS 136 (53.52% from 255) = 22.15%
R=40.72%
G=37.13%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022813600.090.460.0248.4291.9475.69
HexFAE488092E2305c4c
Octal37234421001156260134114
Binary111110101110010010001000010011011101011000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE488; }

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

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

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

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

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

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

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

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