#FAA77E

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

Shades of Light Salmon #FAA77E

Tints of Light Salmon #FAA77E

Color information

#FAA77E (or 0xFAA77E) is unknown color: approx Light Salmon. HEX triplet: FA, A7 and 7E. RGB value is (250,167,126). Sum of RGB (Red+Green+Blue) = 250+167+126=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA77E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA77E is #055881. Grayscale: #BBBBBB. Windows color (decimal): -350338 or 8300538. OLE color: 8300538.

HSL color Cylindrical-coordinate representation of color #FAA77E: hue angle of 19.84º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAA77E is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB250167126-
CMYK00.330.500.02
HSL19.84º92.54%73.73%-
HSV(B)19.84º49.6%98.04%-
XYZ57.0149.4726.28-
YUV187.1493.5172.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 167 (65.62% from 255) = 30.76%
BLUE value IS 126 (49.61% from 255) = 23.20%
R=46.04%
G=30.76%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016712600.330.500.0219.8492.5473.73
HexFAA77E021322145d4a
Octal37224717604162224135112
Binary111110101010011111111100100001110010101010010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA77E; }

 p { color: rgb(250,167,126); }

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

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

 a { background-color: rgb(250,167,126); }

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

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

 span { border-color: rgb(250,167,126); }

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