#FAEA8B

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

Shades of Khaki #FAEA8B

Tints of Khaki #FAEA8B

Color information

#FAEA8B (or 0xFAEA8B) is unknown color: approx Khaki. HEX triplet: FA, EA and 8B. RGB value is (250,234,139). Sum of RGB (Red+Green+Blue) = 250+234+139=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 139 (54.69% from 255 or 22.31% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA8B is #051574. Grayscale: #E4E4E4. Windows color (decimal): -333173 or 9169658. OLE color: 9169658.

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

Color convert

RGB250234139-
CMYK00.060.440.02
HSL51.35º91.74%76.27%-
HSV(B)51.35º44.4%98.04%-
XYZ73.5181.0336.19-
YUV227.9577.8143.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 139 (54.69% from 255) = 22.31%
R=40.13%
G=37.56%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023413900.060.440.0251.3591.7476.27
HexFAEA8B062C2335c4c
Octal3723522130654263134114
Binary11111010111010101000101101101011001011001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEA8B; }

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

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

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

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

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

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

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

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