COLOR #FD9170

HEX: #FD9170
RGB: (253,145,112)

Color info

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

RGB color model

#FD9170 color RGB value is (253,145,112).

  • red value is 253;
  • green value is 145;
  • blue value is 112.
RGB:
(253,145,112)
(99%,57%,44%)

RGB channels and saturation

R 253 of 255 = 99%
G 145 of 255 = 57%
B 112 of 255 = 44%

253
145
112

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

Portions of RGB colors in percentages

R + G + B =
253 + 145 + 112 = 510 (100%)
R 253 of 510 ~ 49.61%
G 145 of 510 ~ 28.43%
B 112 of 510 ~ 21.96%

%49.61
%28.43
%21.96

CMYK color model

#FD9170 color CMYK value is (0,43,56,1).

  • cyan value is 0.00%
  • magenta value is 42.69%
  • yellow value is 55.73%
  • key color value is 0.78%
CMYK:
(0,43,56,1)
C0M43Y56K1 
(0%,43%,56%,1%)
(0.00/0.43/0.56/0.01)	

CMYK percentages

%0
%42.69
%55.73
%0.78

Codes

Color #FD9170 in popluar color models

FD9170
RGB253145112
HSL14°97.24%71.57%
HSB/HSV14°55.73%99.22%
CMYK0.00%42.69%55.73%
0.78%

Color #FD9170 in popluar number systems.

HEXFD9170
Decimal253145112
Binary11111101100100011110000
Octal375221160

Shades and tints

Shades of #FD9170

#FD9170
(253,145,112)
#E68466
(230,132,102)
#CF775C
(207,119,92)
#B86A52
(184,106,82)
#A15D48
(161,93,72)
#8A503E
(138,80,62)
#734334
(115,67,52)
#5C362A
(92,54,42)
#452920
(69,41,32)
#2E1C16
(46,28,22)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #FD9170

#FD9170
(253,145,112)
#FD9B7D
(253,155,125)
#FDA58A
(253,165,138)
#FDAF97
(253,175,151)
#FDB9A4
(253,185,164)
#FDC3B1
(253,195,177)
#FDCDBE
(253,205,190)
#FDD7CB
(253,215,203)
#FDE1D8
(253,225,216)
#FDEBE5
(253,235,229)
#FDF5F2
(253,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD9170 color. Also use rgb(253,145,112) instead hex code.

Text Font Color

.myTextColor { color: #FD9170; }

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

This text font color is #FD9170.


Background Color

.myBgColor { background-color: #FD9170; }

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

This div background color is #FD9170.


Border color

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

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

This div border color is #FD9170.


Opacity

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

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

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

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

This text has shadow with #FD9170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD9170 on black background.


Color preview on white background

This text has color #FD9170 on white background.



Black color preview on #FD9170 background

This text has black color on #FD9170 background.


White color preview on #FD9170 background

This text has white color on #FD9170 background.