COLOR #FA8072

HEX: #FA8072
RGB: (250,128,114)

Color info

Color name is Salmon. #FA8072 contains mainly red color. Web safe color of #FA8072 is #FF6666 (or #F66).

RGB color model

#FA8072 color RGB value is (250,128,114).

  • red value is 250;
  • green value is 128;
  • blue value is 114.
RGB:
(250,128,114)
(98%,50%,45%)

RGB channels and saturation

R 250 of 255 = 98%
G 128 of 255 = 50%
B 114 of 255 = 45%

250
128
114

R + G + B ~ 64%. #FA8072 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 128 + 114 = 492 (100%)
R 250 of 492 ~ 50.81%
G 128 of 492 ~ 26.02%
B 114 of 492 ~ 23.17%

%50.81
%26.02
%23.17

CMYK color model

#FA8072 color CMYK value is (0,49,54,2).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 54.40%
  • key color value is 1.96%
CMYK:
(0,49,54,2)
C0M49Y54K2 
(0%,49%,54%,2%)
(0.00/0.49/0.54/0.02)	

CMYK percentages

%0
%48.8
%54.4
%1.96

Codes

Color #FA8072 in popluar color models

FA8072
RGB250128114
HSL93.15%71.37%
HSB/HSV54.40%98.04%
CMYK0.00%48.80%54.40%
1.96%

Color #FA8072 in popluar number systems.

HEXFA8072
Decimal250128114
Binary11111010100000001110010
Octal372200162

Shades and tints

Shades of #FA8072

#FA8072
(250,128,114)
#E47568
(228,117,104)
#CE6A5E
(206,106,94)
#B85F54
(184,95,84)
#A2544A
(162,84,74)
#8C4940
(140,73,64)
#763E36
(118,62,54)
#60332C
(96,51,44)
#4A2822
(74,40,34)
#341D18
(52,29,24)
#1E120E
(30,18,14)
#000000
(0,0,0)

Tints of #FA8072

#FA8072
(250,128,114)
#FA8B7E
(250,139,126)
#FA968A
(250,150,138)
#FAA196
(250,161,150)
#FAACA2
(250,172,162)
#FAB7AE
(250,183,174)
#FAC2BA
(250,194,186)
#FACDC6
(250,205,198)
#FAD8D2
(250,216,210)
#FAE3DE
(250,227,222)
#FAEEEA
(250,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA8072 color. Also use rgb(250,128,114) instead hex code.

Text Font Color

.myTextColor { color: #FA8072; }

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

This text font color is #FA8072.


Background Color

.myBgColor { background-color: #FA8072; }

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

This div background color is #FA8072.


Border color

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

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

This div border color is #FA8072.


Opacity

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

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

Text with #FA8072 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 #FA8072;}

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

This text has shadow with #FA8072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA8072 on black background.


Color preview on white background

This text has color #FA8072 on white background.



Black color preview on #FA8072 background

This text has black color on #FA8072 background.


White color preview on #FA8072 background

This text has white color on #FA8072 background.