COLOR #FC9353

HEX: #FC9353 RGB: (252,147,83)

Color info

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

RGB color model

#FC9353 color RGB value is (252,147,83).

RGB: (252,147,83) (99%, 58%, 33%)

RGB channels and saturation

R 252 of 255 = 99%
G 147 of 255 = 58%
B 83 of 255 = 33%

252
147
83

R + G + B ~ 63%. #FC9353 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 147 + 83 = 482 (100%)
R 252 of 482 ~ 52.28%
G 147 of 482 ~ 30.5%
B 83 of 482 ~ 17.22'%

%52.28
%30.5
%17.22

CMYK color model

#FC9353 color CMYK value is (0,42,67,1).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 67.06%
  • key color value is 1.18%

CMYK: (0,42,67,1)
C0M42Y67K1 (0%, 42%, 67%, 1%)
(0.00 / 0.42 / 0.67 / 0.01)

CMYK percentages

%0
%41.67
%67.06
%1.18

Codes

Color #FC9353 in popluar color models

FC 93 53
RGB 252 147 83
HSL 23° 96.57% 65.69%
HSB/HSV 23° 67.06% 98.82%
CMYK 0.00% 41.67% 67.06%
1.18%

Color #FC9353 in popluar number systems.

HEX FC 93 53
Decimal 252 147 83
Binary 11111100 10010011 1010011
Octal 374 223 123

Shades and tints

Shades of #FC9353

#FC9353
(252,147,83)
#E6864C
(230,134,76)
#D07945
(208,121,69)
#BA6C3E
(186,108,62)
#A45F37
(164,95,55)
#8E5230
(142,82,48)
#784529
(120,69,41)
#623822
(98,56,34)
#4C2B1B
(76,43,27)
#361E14
(54,30,20)
#20110D
(32,17,13)
#000000
(0,0,0)

Tints of #FC9353

#FC9353
(252,147,83)
#FC9C62
(252,156,98)
#FCA571
(252,165,113)
#FCAE80
(252,174,128)
#FCB78F
(252,183,143)
#FCC09E
(252,192,158)
#FCC9AD
(252,201,173)
#FCD2BC
(252,210,188)
#FCDBCB
(252,219,203)
#FCE4DA
(252,228,218)
#FCEDE9
(252,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9353 color. Also use rgb(252,147,83) instead hex code.

Text Font Color

.myTextColor { color: #FC9353; }

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

This text font color is #FC9353.

Background Color

.myBgColor { background-color: #FC9353; }

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

This div background color is #FC9353.

Border color

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

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

This div border color is #FC9353.

Opacity

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

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

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

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

This text has shadow with #FC9353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC9353.

Preview

Color preview on black background

This text has color #FC9353 on black background.


Color preview on white background

This text has color #FC9353 on white background.


Black color preview on #FC9353 background

This text has black color on #FC9353 background.


White color preview on #FC9353 background

This text has white color on #FC9353 background.


Related colors

Complementary color

Complementary color for #hex is #036CAC.


I love getcolorcode.com

Triadic colors

1 #53FC93 and #9353FC with #FC9353 are triadic colors.

2 #5393FC and #93FC53 with #FC9353 are triadic colors.