COLOR #FC9D7F

HEX: #FC9D7F
RGB: (252,157,127)

Color info

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

RGB color model

#FC9D7F color RGB value is (252,157,127).

  • red value is 252;
  • green value is 157;
  • blue value is 127.
RGB:
(252,157,127)
(99%,62%,50%)

RGB channels and saturation

R 252 of 255 = 99%
G 157 of 255 = 62%
B 127 of 255 = 50%

252
157
127

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

Portions of RGB colors in percentages

R + G + B =
252 + 157 + 127 = 536 (100%)
R 252 of 536 ~ 47.01%
G 157 of 536 ~ 29.29%
B 127 of 536 ~ 23.69%

%47.01
%29.29
%23.69

CMYK color model

#FC9D7F color CMYK value is (0,38,50,1).

  • cyan value is 0.00%
  • magenta value is 37.70%
  • yellow value is 49.60%
  • key color value is 1.18%
CMYK:
(0,38,50,1)
C0M38Y50K1 
(0%,38%,50%,1%)
(0.00/0.38/0.50/0.01)	

CMYK percentages

%0
%37.7
%49.6
%1.18

Codes

Color #FC9D7F in popluar color models

FC9D7F
RGB252157127
HSL14°95.42%74.31%
HSB/HSV14°49.60%98.82%
CMYK0.00%37.70%49.60%
1.18%

Color #FC9D7F in popluar number systems.

HEXFC9D7F
Decimal252157127
Binary11111100100111011111111
Octal374235177

Shades and tints

Shades of #FC9D7F

#FC9D7F
(252,157,127)
#E68F74
(230,143,116)
#D08169
(208,129,105)
#BA735E
(186,115,94)
#A46553
(164,101,83)
#8E5748
(142,87,72)
#78493D
(120,73,61)
#623B32
(98,59,50)
#4C2D27
(76,45,39)
#361F1C
(54,31,28)
#201111
(32,17,17)
#000000
(0,0,0)

Tints of #FC9D7F

#FC9D7F
(252,157,127)
#FCA58A
(252,165,138)
#FCAD95
(252,173,149)
#FCB5A0
(252,181,160)
#FCBDAB
(252,189,171)
#FCC5B6
(252,197,182)
#FCCDC1
(252,205,193)
#FCD5CC
(252,213,204)
#FCDDD7
(252,221,215)
#FCE5E2
(252,229,226)
#FCEDED
(252,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9D7F color. Also use rgb(252,157,127) instead hex code.

Text Font Color

.myTextColor { color: #FC9D7F; }

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

This text font color is #FC9D7F.


Background Color

.myBgColor { background-color: #FC9D7F; }

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

This div background color is #FC9D7F.


Border color

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

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

This div border color is #FC9D7F.


Opacity

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

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

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

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

This text has shadow with #FC9D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC9D7F on black background.


Color preview on white background

This text has color #FC9D7F on white background.



Black color preview on #FC9D7F background

This text has black color on #FC9D7F background.


White color preview on #FC9D7F background

This text has white color on #FC9D7F background.