COLOR #FC5F45

HEX: #FC5F45
RGB: (252,95,69)

Color info

#FC5F45 contains mainly red color. Web safe color of #FC5F45 is #FF6633 (or #F63).

RGB color model

#FC5F45 color RGB value is (252,95,69).

  • red value is 252;
  • green value is 95;
  • blue value is 69.
RGB:
(252,95,69)
(99%,37%,27%)

RGB channels and saturation

R 252 of 255 = 99%
G 95 of 255 = 37%
B 69 of 255 = 27%

252
95
69

R + G + B ~ 54%. #FC5F45 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
252 + 95 + 69 = 416 (100%)
R 252 of 416 ~ 60.58%
G 95 of 416 ~ 22.84%
B 69 of 416 ~ 16.59%

%60.58
%22.84
%16.59

CMYK color model

#FC5F45 color CMYK value is (0,62,73,1).

  • cyan value is 0.00%
  • magenta value is 62.30%
  • yellow value is 72.62%
  • key color value is 1.18%
CMYK:
(0,62,73,1)
C0M62Y73K1 
(0%,62%,73%,1%)
(0.00/0.62/0.73/0.01)	

CMYK percentages

%0
%62.3
%72.62
%1.18

Codes

Color #FC5F45 in popluar color models

FC5F45
RGB2529569
HSL96.83%62.94%
HSB/HSV72.62%98.82%
CMYK0.00%62.30%72.62%
1.18%

Color #FC5F45 in popluar number systems.

HEXFC5F45
Decimal2529569
Binary1111110010111111000101
Octal374137105

Shades and tints

Shades of #FC5F45

#FC5F45
(252,95,69)
#E6573F
(230,87,63)
#D04F39
(208,79,57)
#BA4733
(186,71,51)
#A43F2D
(164,63,45)
#8E3727
(142,55,39)
#782F21
(120,47,33)
#62271B
(98,39,27)
#4C1F15
(76,31,21)
#36170F
(54,23,15)
#200F09
(32,15,9)
#000000
(0,0,0)

Tints of #FC5F45

#FC5F45
(252,95,69)
#FC6D55
(252,109,85)
#FC7B65
(252,123,101)
#FC8975
(252,137,117)
#FC9785
(252,151,133)
#FCA595
(252,165,149)
#FCB3A5
(252,179,165)
#FCC1B5
(252,193,181)
#FCCFC5
(252,207,197)
#FCDDD5
(252,221,213)
#FCEBE5
(252,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC5F45 color. Also use rgb(252,95,69) instead hex code.

Text Font Color

.myTextColor { color: #FC5F45; }

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

This text font color is #FC5F45.


Background Color

.myBgColor { background-color: #FC5F45; }

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

This div background color is #FC5F45.


Border color

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

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

This div border color is #FC5F45.


Opacity

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

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

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

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

This text has shadow with #FC5F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC5F45 on black background.


Color preview on white background

This text has color #FC5F45 on white background.



Black color preview on #FC5F45 background

This text has black color on #FC5F45 background.


White color preview on #FC5F45 background

This text has white color on #FC5F45 background.