#FAA37A

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

Shades of Light Salmon #FAA37A

Tints of Light Salmon #FAA37A

Color information

#FAA37A (or 0xFAA37A) is unknown color: approx Light Salmon. HEX triplet: FA, A3 and 7A. RGB value is (250,163,122). Sum of RGB (Red+Green+Blue) = 250+163+122=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA37A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA37A is #055C85. Grayscale: #B8B8B8. Windows color (decimal): -351366 or 8037370. OLE color: 8037370.

HSL color Cylindrical-coordinate representation of color #FAA37A: hue angle of 19.22º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAA37A is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB250163122-
CMYK00.350.510.02
HSL19.22º92.75%72.94%-
HSV(B)19.22º51.2%98.04%-
XYZ56.0347.9224.71-
YUV184.3492.82174.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.73%
GREEN value IS 163 (64.06% from 255) = 30.47%
BLUE value IS 122 (48.05% from 255) = 22.80%
R=46.73%
G=30.47%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016312200.350.510.0219.2292.7572.94
HexFAA37A023332135d49
Octal37224317204363223135111
Binary111110101010001111110100100011110011101001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA37A; }

 p { color: rgb(250,163,122); }

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

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

 a { background-color: rgb(250,163,122); }

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

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

 span { border-color: rgb(250,163,122); }

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