HEX: #FC7836
RGB: (252,120,54)
#FC7836 contains mainly red color. Web safe color of #FC7836 is #FF6633 (or #F63).
#FC7836 color RGB value is (252,120,54).
RGB: (252,120,54)
(99%, 47%, 21%)
R 252 of 255 = 99%
G 120 of 255 = 47%
B 54 of 255 = 21%
R + G + B ~ 56%. #FC7836 is middle color (not dark and not light).
R + G + B = 252 + 120 + 54 = 426 (100%)
R 252 of 426 ~ 59.15%
G 120 of 426 ~ 28.17%
B 54 of 426 ~ 12.68'%
#FC7836 color CMYK value is (0,52,79,1).
CMYK: (0,52,79,1) C0M52Y79K1 (0%,52%,79%,1%) (0.00/0.52/0.79/0.01)
Color #FC7836 in popluar color models
FC | 78 | 36 | |
---|---|---|---|
RGB | 252 | 120 | 54 |
HSL | 20° | 97.06% | 60.00% |
HSB/HSV | 20° | 78.57% | 98.82% |
CMYK | 0.00% | 52.38% | 78.57% |
1.18% |
Color #FC7836 in popluar number systems.
HEX | FC | 78 | 36 |
Decimal | 252 | 120 | 54 |
Binary | 11111100 | 1111000 | 110110 |
Octal | 374 | 170 | 66 |
Shades of #FC7836
Tints of #FC7836
Examples of css and html codes for elements with #FC7836 color. Also use rgb(252,120,54) instead hex code.
.myTextColor { color: #FC7836; }
<p style="color:#FC7836">This sample text font color is #FC7836.</p>
This text font color is #FC7836.
.myBgColor { background-color: #FC7836; }
<div style="background-color:#FC7836">Inner text</div>
This div background color is #FC7836.
.myBorderColor { border: 1px solid #FC7836; }
<div style="border:3px solid #FC7836">Div</div>
This div border color is #FC7836.
.myOpacity80 { color: #FC7836; opacity: 0.8; }
<p style="color:#FC7836;opacity:0.8;">80%</p>
Text with #FC7836 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FC7836;}
<p style="text-shadow: 3px 3px 1px #FC7836">Text here.</p>
This text has shadow with #FC7836 color.
.textShadow {text-shadow: 3px 3px 1px #FC7836', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FC7836, 5px 5px 20px red">Text here.</p>
This text has shadow with #FC7836 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FC7836, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FC7836, Direction=45, Strength=4)">Text</p>
This text has shadow with #FC7836 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FC7836;
-webkit-box-shadow: 1px 1px 3px 2px #FC7836;
box-shadow: 1px 1px 3px 2px #FC7836;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FC7836; -webkit-box-shadow: 1px 1px 3px 2px #FC7836; box-shadow:1px 1px 3px 2px #FC7836;">
Div content here
</div>
This text has color #FC7836 on black background.
This text has color #FC7836 on white background.
This text has black color on #FC7836 background.
This text has white color on #FC7836 background.
Complementary color for #hex is #0387C9.