HEX: #FCB46E
RGB: (252,180,110)
#FCB46E contains mainly red color. Web safe color of #FCB46E is #FFCC66 (or #FC6).
#FCB46E color RGB value is (252,180,110).
RGB: (252,180,110)
(99%, 71%, 43%)
R 252 of 255 = 99%
G 180 of 255 = 71%
B 110 of 255 = 43%
R + G + B ~ 71%. #FCB46E is quite light color.
R + G + B = 252 + 180 + 110 = 542 (100%)
R 252 of 542 ~ 46.49%
G 180 of 542 ~ 33.21%
B 110 of 542 ~ 20.3'%
#FCB46E color CMYK value is (0,29,56,1).
CMYK: (0,29,56,1)
C0M29Y56K1 (0%, 29%, 56%, 1%)
(0.00 / 0.29 / 0.56 / 0.01)
Color #FCB46E in popluar color models
FC | B4 | 6E | |
---|---|---|---|
RGB | 252 | 180 | 110 |
HSL | 30° | 95.95% | 70.98% |
HSB/HSV | 30° | 56.35% | 98.82% |
CMYK | 0.00% | 28.57% | 56.35% |
1.18% |
Color #FCB46E in popluar number systems.
HEX | FC | B4 | 6E |
Decimal | 252 | 180 | 110 |
Binary | 11111100 | 10110100 | 1101110 |
Octal | 374 | 264 | 156 |
Shades of #FCB46E
Tints of #FCB46E
Examples of css and html codes for elements with #FCB46E color. Also use rgb(252,180,110) instead hex code.
.myTextColor { color: #FCB46E; }
<p style="color:#FCB46E">This sample text font color is #FCB46E.</p>
This text font color is #FCB46E.
.myBgColor { background-color: #FCB46E; }
<div style="background-color:#FCB46E">Inner text</div>
This div background color is #FCB46E.
.myBorderColor { border: 1px solid #FCB46E; }
<div style="border:3px solid #FCB46E">Div</div>
This div border color is #FCB46E.
.myOpacity80 { color: #FCB46E; opacity: 0.8; }
<p style="color:#FCB46E;opacity:0.8;">80%</p>
Text with #FCB46E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCB46E;}
<p style="text-shadow: 3px 3px 1px #FCB46E">Text here.</p>
This text has shadow with #FCB46E color.
.textShadow {text-shadow: 3px 3px 1px #FCB46E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCB46E, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCB46E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCB46E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCB46E, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCB46E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCB46E;
-webkit-box-shadow: 1px 1px 3px 2px #FCB46E;
box-shadow: 1px 1px 3px 2px #FCB46E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCB46E; -webkit-box-shadow: 1px 1px 3px 2px #FCB46E; box-shadow:1px 1px 3px 2px #FCB46E;">
Div content here
</div>
This text has color #FCB46E on black background.
This text has color #FCB46E on white background.
This text has black color on #FCB46E background.
This text has white color on #FCB46E background.
Complementary color for #hex is #034B91.