COLOR #FC8B52

HEX: #FC8B52 RGB: (252,139,82)

Color info

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

RGB color model

#FC8B52 color RGB value is (252,139,82).

RGB: (252,139,82) (99%, 55%, 32%)

RGB channels and saturation

R 252 of 255 = 99%
G 139 of 255 = 55%
B 82 of 255 = 32%

252
139
82

R + G + B ~ 62%. #FC8B52 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 139 + 82 = 473 (100%)
R 252 of 473 ~ 53.28%
G 139 of 473 ~ 29.39%
B 82 of 473 ~ 17.34'%

%53.28
%29.39
%17.34

CMYK color model

#FC8B52 color CMYK value is (0,45,67,1).

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

CMYK: (0,45,67,1)
C0M45Y67K1 (0%, 45%, 67%, 1%)
(0.00 / 0.45 / 0.67 / 0.01)

CMYK percentages

%0
%44.84
%67.46
%1.18

Codes

Color #FC8B52 in popluar color models

FC 8B 52
RGB 252 139 82
HSL 20° 96.59% 65.49%
HSB/HSV 20° 67.46% 98.82%
CMYK 0.00% 44.84% 67.46%
1.18%

Color #FC8B52 in popluar number systems.

HEX FC 8B 52
Decimal 252 139 82
Binary 11111100 10001011 1010010
Octal 374 213 122

Shades and tints

Shades of #FC8B52

#FC8B52
(252,139,82)
#E67F4B
(230,127,75)
#D07344
(208,115,68)
#BA673D
(186,103,61)
#A45B36
(164,91,54)
#8E4F2F
(142,79,47)
#784328
(120,67,40)
#623721
(98,55,33)
#4C2B1A
(76,43,26)
#361F13
(54,31,19)
#20130C
(32,19,12)
#000000
(0,0,0)

Tints of #FC8B52

#FC8B52
(252,139,82)
#FC9561
(252,149,97)
#FC9F70
(252,159,112)
#FCA97F
(252,169,127)
#FCB38E
(252,179,142)
#FCBD9D
(252,189,157)
#FCC7AC
(252,199,172)
#FCD1BB
(252,209,187)
#FCDBCA
(252,219,202)
#FCE5D9
(252,229,217)
#FCEFE8
(252,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC8B52; }

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

This text font color is #FC8B52.

Background Color

.myBgColor { background-color: #FC8B52; }

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

This div background color is #FC8B52.

Border color

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

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

This div border color is #FC8B52.

Opacity

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

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

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

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

This text has shadow with #FC8B52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC8B52.

Preview

Color preview on black background

This text has color #FC8B52 on black background.


Color preview on white background

This text has color #FC8B52 on white background.


Black color preview on #FC8B52 background

This text has black color on #FC8B52 background.


White color preview on #FC8B52 background

This text has white color on #FC8B52 background.


Related colors

Complementary color

Complementary color for #hex is #0374AD.


I love getcolorcode.com

Triadic colors

1 #52FC8B and #8B52FC with #FC8B52 are triadic colors.

2 #528BFC and #8BFC52 with #FC8B52 are triadic colors.