COLOR #FC524D

HEX: #FC524D RGB: (252,82,77)

Color info

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

RGB color model

#FC524D color RGB value is (252,82,77).

RGB: (252,82,77) (99%, 32%, 30%)

RGB channels and saturation

R 252 of 255 = 99%
G 82 of 255 = 32%
B 77 of 255 = 30%

252
82
77

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

Portions of RGB colors in percentages

R + G + B = 252 + 82 + 77 = 411 (100%)
R 252 of 411 ~ 61.31%
G 82 of 411 ~ 19.95%
B 77 of 411 ~ 18.73'%

%61.31
%19.95
%18.73

CMYK color model

#FC524D color CMYK value is (0,67,69,1).

  • cyan value is 0.00%
  • magenta value is 67.46%
  • yellow value is 69.44%
  • key color value is 1.18%

CMYK: (0,67,69,1)
C0M67Y69K1 (0%, 67%, 69%, 1%)
(0.00 / 0.67 / 0.69 / 0.01)

CMYK percentages

%0
%67.46
%69.44
%1.18

Codes

Color #FC524D in popluar color models

FC 52 4D
RGB 252 82 77
HSL 96.69% 64.51%
HSB/HSV 69.44% 98.82%
CMYK 0.00% 67.46% 69.44%
1.18%

Color #FC524D in popluar number systems.

HEX FC 52 4D
Decimal 252 82 77
Binary 11111100 1010010 1001101
Octal 374 122 115

Shades and tints

Shades of #FC524D

#FC524D
(252,82,77)
#E64B46
(230,75,70)
#D0443F
(208,68,63)
#BA3D38
(186,61,56)
#A43631
(164,54,49)
#8E2F2A
(142,47,42)
#782823
(120,40,35)
#62211C
(98,33,28)
#4C1A15
(76,26,21)
#36130E
(54,19,14)
#200C07
(32,12,7)
#000000
(0,0,0)

Tints of #FC524D

#FC524D
(252,82,77)
#FC615D
(252,97,93)
#FC706D
(252,112,109)
#FC7F7D
(252,127,125)
#FC8E8D
(252,142,141)
#FC9D9D
(252,157,157)
#FCACAD
(252,172,173)
#FCBBBD
(252,187,189)
#FCCACD
(252,202,205)
#FCD9DD
(252,217,221)
#FCE8ED
(252,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC524D color. Also use rgb(252,82,77) instead hex code.

Text Font Color

.myTextColor { color: #FC524D; }

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

This text font color is #FC524D.

Background Color

.myBgColor { background-color: #FC524D; }

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

This div background color is #FC524D.

Border color

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

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

This div border color is #FC524D.

Opacity

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

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

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

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

This text has shadow with #FC524D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC524D.

Preview

Color preview on black background

This text has color #FC524D on black background.


Color preview on white background

This text has color #FC524D on white background.


Black color preview on #FC524D background

This text has black color on #FC524D background.


White color preview on #FC524D background

This text has white color on #FC524D background.


Related colors

Complementary color

Complementary color for #FC524D is #03ADB2.


I love getcolorcode.com

Triadic colors

1 #4DFC52 and #524DFC with #FC524D are triadic colors.

2 #4D52FC and #52FC4D with #FC524D are triadic colors.