COLOR #FC5725

HEX: #FC5725
RGB: (252,87,37)

Color info

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

RGB color model

#FC5725 color RGB value is (252,87,37).

  • red value is 252;
  • green value is 87;
  • blue value is 37.
RGB:
(252,87,37)
(99%,34%,15%)

RGB channels and saturation

R 252 of 255 = 99%
G 87 of 255 = 34%
B 37 of 255 = 15%

252
87
37

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

Portions of RGB colors in percentages

R + G + B =
252 + 87 + 37 = 376 (100%)
R 252 of 376 ~ 67.02%
G 87 of 376 ~ 23.14%
B 37 of 376 ~ 9.84%

%67.02
%23.14
%9.84

CMYK color model

#FC5725 color CMYK value is (0,65,85,1).

  • cyan value is 0.00%
  • magenta value is 65.48%
  • yellow value is 85.32%
  • key color value is 1.18%
CMYK:
(0,65,85,1)
C0M65Y85K1 
(0%,65%,85%,1%)
(0.00/0.65/0.85/0.01)	

CMYK percentages

%0
%65.48
%85.32
%1.18

Codes

Color #FC5725 in popluar color models

FC5725
RGB2528737
HSL14°97.29%56.67%
HSB/HSV14°85.32%98.82%
CMYK0.00%65.48%85.32%
1.18%

Color #FC5725 in popluar number systems.

HEXFC5725
Decimal2528737
Binary111111001010111100101
Octal37412745

Shades and tints

Shades of #FC5725

#FC5725
(252,87,37)
#E65022
(230,80,34)
#D0491F
(208,73,31)
#BA421C
(186,66,28)
#A43B19
(164,59,25)
#8E3416
(142,52,22)
#782D13
(120,45,19)
#622610
(98,38,16)
#4C1F0D
(76,31,13)
#36180A
(54,24,10)
#201107
(32,17,7)
#000000
(0,0,0)

Tints of #FC5725

#FC5725
(252,87,37)
#FC6638
(252,102,56)
#FC754B
(252,117,75)
#FC845E
(252,132,94)
#FC9371
(252,147,113)
#FCA284
(252,162,132)
#FCB197
(252,177,151)
#FCC0AA
(252,192,170)
#FCCFBD
(252,207,189)
#FCDED0
(252,222,208)
#FCEDE3
(252,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC5725 color. Also use rgb(252,87,37) instead hex code.

Text Font Color

.myTextColor { color: #FC5725; }

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

This text font color is #FC5725.


Background Color

.myBgColor { background-color: #FC5725; }

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

This div background color is #FC5725.


Border color

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

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

This div border color is #FC5725.


Opacity

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

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

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

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

This text has shadow with #FC5725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC5725 on black background.


Color preview on white background

This text has color #FC5725 on white background.



Black color preview on #FC5725 background

This text has black color on #FC5725 background.


White color preview on #FC5725 background

This text has white color on #FC5725 background.