HEX: #FAC986
RGB: (250,201,134)
#FAC986 contains mainly red and green colors. Web safe color of #FAC986 is #FFCC99 (or #FC9).
#FAC986 color RGB value is (250,201,134).
RGB: (250,201,134)
(98%, 79%, 53%)
R 250 of 255 = 98%
G 201 of 255 = 79%
B 134 of 255 = 53%
R + G + B ~ 77%. #FAC986 is quite light color.
R + G + B = 250 + 201 + 134 = 585 (100%)
R 250 of 585 ~ 42.74%
G 201 of 585 ~ 34.36%
B 134 of 585 ~ 22.91'%
#FAC986 color CMYK value is (0,20,46,2).
CMYK: (0,20,46,2)
C0M20Y46K2 (0%, 20%, 46%, 2%)
(0.00 / 0.20 / 0.46 / 0.02)
Color #FAC986 in popluar color models
FA | C9 | 86 | |
---|---|---|---|
RGB | 250 | 201 | 134 |
HSL | 35° | 92.06% | 75.29% |
HSB/HSV | 35° | 46.40% | 98.04% |
CMYK | 0.00% | 19.60% | 46.40% |
1.96% |
Color #FAC986 in popluar number systems.
HEX | FA | C9 | 86 |
Decimal | 250 | 201 | 134 |
Binary | 11111010 | 11001001 | 10000110 |
Octal | 372 | 311 | 206 |
Shades of #FAC986
Tints of #FAC986
Examples of css and html codes for elements with #FAC986 color. Also use rgb(250,201,134) instead hex code.
.myTextColor { color: #FAC986; }
<p style="color:#FAC986">This sample text font color is #FAC986.</p>
This text font color is #FAC986.
.myBgColor { background-color: #FAC986; }
<div style="background-color:#FAC986">Inner text</div>
This div background color is #FAC986.
.myBorderColor { border: 1px solid #FAC986; }
<div style="border:3px solid #FAC986">Div</div>
This div border color is #FAC986.
.myOpacity80 { color: #FAC986; opacity: 0.8; }
<p style="color:#FAC986;opacity:0.8;">80%</p>
Text with #FAC986 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAC986;}
<p style="text-shadow: 3px 3px 1px #FAC986">Text here.</p>
This text has shadow with #FAC986 color.
.textShadow {text-shadow: 3px 3px 1px #FAC986', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAC986, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAC986 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAC986, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAC986, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAC986 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAC986;
-webkit-box-shadow: 1px 1px 3px 2px #FAC986;
box-shadow: 1px 1px 3px 2px #FAC986;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAC986; -webkit-box-shadow: 1px 1px 3px 2px #FAC986; box-shadow:1px 1px 3px 2px #FAC986;">
Div content here
</div>
This text has color #FAC986 on black background.
This text has color #FAC986 on white background.
This text has black color on #FAC986 background.
This text has white color on #FAC986 background.
Complementary color for #hex is #053679.