HEX: #FC9353
RGB: (252,147,83)
#FC9353 contains mainly red color. Web safe color of #FC9353 is #FF9966 (or #F96).
#FC9353 color RGB value is (252,147,83).
RGB: (252,147,83)
(99%, 58%, 33%)
R 252 of 255 = 99%
G 147 of 255 = 58%
B 83 of 255 = 33%
R + G + B ~ 63%. #FC9353 is quite light color.
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'%
#FC9353 color CMYK value is (0,42,67,1).
CMYK: (0,42,67,1)
C0M42Y67K1 (0%, 42%, 67%, 1%)
(0.00 / 0.42 / 0.67 / 0.01)
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 of #FC9353
Tints of #FC9353
Examples of css and html codes for elements with #FC9353 color. Also use rgb(252,147,83) instead hex code.
.myTextColor { color: #FC9353; }
<p style="color:#FC9353">This sample text font color is #FC9353.</p>
This text font color is #FC9353.
.myBgColor { background-color: #FC9353; }
<div style="background-color:#FC9353">Inner text</div>
This div background color is #FC9353.
.myBorderColor { border: 1px solid #FC9353; }
<div style="border:3px solid #FC9353">Div</div>
This div border color is #FC9353.
.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%.
.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.
/* 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 text has color #FC9353 on black background.
This text has color #FC9353 on white background.
This text has black color on #FC9353 background.
This text has white color on #FC9353 background.
Complementary color for #hex is #036CAC.