COLOR #FFA07A

HEX: #FFA07A RGB: (255,160,122)

Color info

Color name is LightSalmon. #FFA07A contains mainly red color. Web safe color of #FFA07A is #FF9966 (or #F96).

RGB color model

#FFA07A color RGB value is (255,160,122).

RGB: (255,160,122) (100%, 63%, 48%)

RGB channels and saturation

R 255 of 255 = 100%
G 160 of 255 = 63%
B 122 of 255 = 48%

255
160
122

R + G + B ~ 70%. #FFA07A is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 160 + 122 = 537 (100%)
R 255 of 537 ~ 47.49%
G 160 of 537 ~ 29.8%
B 122 of 537 ~ 22.72'%

%47.49
%29.8
%22.72

CMYK color model

#FFA07A color CMYK value is (0,37,52,0).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 52.16%
  • key color value is 0.00%

CMYK: (0,37,52,0)
C0M37Y52K0 (0%, 37%, 52%, 0%)
(0.00 / 0.37 / 0.52 / 0.00)

CMYK percentages

%0
%37.25
%52.16
%0

Codes

Color #FFA07A in popluar color models

FF A0 7A
RGB 255 160 122
HSL 17° 100.00% 73.92%
HSB/HSV 17° 52.16% 100.00%
CMYK 0.00% 37.25% 52.16%
0.00%

Color #FFA07A in popluar number systems.

HEX FF A0 7A
Decimal 255 160 122
Binary 11111111 10100000 1111010
Octal 377 240 172

Shades and tints

Shades of #FFA07A

#FFA07A
(255,160,122)
#E8926F
(232,146,111)
#D18464
(209,132,100)
#BA7659
(186,118,89)
#A3684E
(163,104,78)
#8C5A43
(140,90,67)
#754C38
(117,76,56)
#5E3E2D
(94,62,45)
#473022
(71,48,34)
#302217
(48,34,23)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #FFA07A

#FFA07A
(255,160,122)
#FFA886
(255,168,134)
#FFB092
(255,176,146)
#FFB89E
(255,184,158)
#FFC0AA
(255,192,170)
#FFC8B6
(255,200,182)
#FFD0C2
(255,208,194)
#FFD8CE
(255,216,206)
#FFE0DA
(255,224,218)
#FFE8E6
(255,232,230)
#FFF0F2
(255,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA07A color. Also use rgb(255,160,122) instead hex code.

Text Font Color

.myTextColor { color: #FFA07A; }

<p style="color:#FFA07A">This sample text font color is #FFA07A.</p>

This text font color is #FFA07A.

Background Color

.myBgColor { background-color: #FFA07A; }

<div style="background-color:#FFA07A">Inner text</div>

This div background color is #FFA07A.

Border color

.myBorderColor { border: 1px solid #FFA07A; }

<div style="border:3px solid #FFA07A">Div</div>

This div border color is #FFA07A.

Opacity

.myOpacity80 { color: #FFA07A; opacity: 0.8; }

<p style="color:#FFA07A;opacity:0.8;">80%</p>

Text with #FFA07A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFA07A;}

<p style="text-shadow: 3px 3px 1px #FFA07A">Text here.</p>

This text has shadow with #FFA07A color.


.textShadow {text-shadow: 3px 3px 1px #FFA07A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFA07A, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFA07A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFA07A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFA07A, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFA07A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFA07A;
-webkit-box-shadow: 1px 1px 3px 2px #FFA07A;
box-shadow: 1px 1px 3px 2px #FFA07A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFA07A; -webkit-box-shadow: 1px 1px 3px 2px #FFA07A; box-shadow:1px 1px 3px 2px #FFA07A;">
Div content here
</div>

This div box has shadow with color #FFA07A.

Preview

Color preview on black background

This text has color #FFA07A on black background.


Color preview on white background

This text has color #FFA07A on white background.


Black color preview on #FFA07A background

This text has black color on #FFA07A background.


White color preview on #FFA07A background

This text has white color on #FFA07A background.


Related colors

Complementary color

Complementary color for #hex is #005F85.


I love getcolorcode.com

Gradients

Color #FFA07A is used in Light Salmon gradient.

Light Salmon


Triadic colors

1 #7AFFA0 and #A07AFF with #FFA07A are triadic colors.

2 #7AA0FF and #A0FF7A with #FFA07A are triadic colors.