COLOR #FA9173

HEX: #FA9173
RGB: (250,145,115)

Color info

#FA9173 contains mainly red color. Web safe color of #FA9173 is #FF9966 (or #F96).

RGB color model

#FA9173 color RGB value is (250,145,115).

  • red value is 250;
  • green value is 145;
  • blue value is 115.
RGB:
(250,145,115)
(98%,57%,45%)

RGB channels and saturation

R 250 of 255 = 98%
G 145 of 255 = 57%
B 115 of 255 = 45%

250
145
115

R + G + B ~ 67%. #FA9173 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 145 + 115 = 510 (100%)
R 250 of 510 ~ 49.02%
G 145 of 510 ~ 28.43%
B 115 of 510 ~ 22.55%

%49.02
%28.43
%22.55

CMYK color model

#FA9173 color CMYK value is (0,42,54,2).

  • cyan value is 0.00%
  • magenta value is 42.00%
  • yellow value is 54.00%
  • key color value is 1.96%
CMYK:
(0,42,54,2)
C0M42Y54K2 
(0%,42%,54%,2%)
(0.00/0.42/0.54/0.02)	

CMYK percentages

%0
%42
%54
%1.96

Codes

Color #FA9173 in popluar color models

FA9173
RGB250145115
HSL13°93.10%71.57%
HSB/HSV13°54.00%98.04%
CMYK0.00%42.00%54.00%
1.96%

Color #FA9173 in popluar number systems.

HEXFA9173
Decimal250145115
Binary11111010100100011110011
Octal372221163

Shades and tints

Shades of #FA9173

#FA9173
(250,145,115)
#E48469
(228,132,105)
#CE775F
(206,119,95)
#B86A55
(184,106,85)
#A25D4B
(162,93,75)
#8C5041
(140,80,65)
#764337
(118,67,55)
#60362D
(96,54,45)
#4A2923
(74,41,35)
#341C19
(52,28,25)
#1E0F0F
(30,15,15)
#000000
(0,0,0)

Tints of #FA9173

#FA9173
(250,145,115)
#FA9B7F
(250,155,127)
#FAA58B
(250,165,139)
#FAAF97
(250,175,151)
#FAB9A3
(250,185,163)
#FAC3AF
(250,195,175)
#FACDBB
(250,205,187)
#FAD7C7
(250,215,199)
#FAE1D3
(250,225,211)
#FAEBDF
(250,235,223)
#FAF5EB
(250,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA9173 color. Also use rgb(250,145,115) instead hex code.

Text Font Color

.myTextColor { color: #FA9173; }

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

This text font color is #FA9173.


Background Color

.myBgColor { background-color: #FA9173; }

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

This div background color is #FA9173.


Border color

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

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

This div border color is #FA9173.


Opacity

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

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

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

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

This text has shadow with #FA9173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA9173 on black background.


Color preview on white background

This text has color #FA9173 on white background.



Black color preview on #FA9173 background

This text has black color on #FA9173 background.


White color preview on #FA9173 background

This text has white color on #FA9173 background.