HEX: #FAC276
RGB: (250,194,118)
#FAC276 contains mainly red and green colors. Web safe color of #FAC276 is #FFCC66 (or #FC6).
#FAC276 color RGB value is (250,194,118).
RGB: (250,194,118)
(98%, 76%, 46%)
R 250 of 255 = 98%
G 194 of 255 = 76%
B 118 of 255 = 46%
R + G + B ~ 73%. #FAC276 is quite light color.
R + G + B = 250 + 194 + 118 = 562 (100%)
R 250 of 562 ~ 44.48%
G 194 of 562 ~ 34.52%
B 118 of 562 ~ 21'%
#FAC276 color CMYK value is (0,22,53,2).
CMYK: (0,22,53,2)
C0M22Y53K2 (0%, 22%, 53%, 2%)
(0.00 / 0.22 / 0.53 / 0.02)
Color #FAC276 in popluar color models
FA | C2 | 76 | |
---|---|---|---|
RGB | 250 | 194 | 118 |
HSL | 35° | 92.96% | 72.16% |
HSB/HSV | 35° | 52.80% | 98.04% |
CMYK | 0.00% | 22.40% | 52.80% |
1.96% |
Color #FAC276 in popluar number systems.
HEX | FA | C2 | 76 |
Decimal | 250 | 194 | 118 |
Binary | 11111010 | 11000010 | 1110110 |
Octal | 372 | 302 | 166 |
Shades of #FAC276
Tints of #FAC276
Examples of css and html codes for elements with #FAC276 color. Also use rgb(250,194,118) instead hex code.
.myTextColor { color: #FAC276; }
<p style="color:#FAC276">This sample text font color is #FAC276.</p>
This text font color is #FAC276.
.myBgColor { background-color: #FAC276; }
<div style="background-color:#FAC276">Inner text</div>
This div background color is #FAC276.
.myBorderColor { border: 1px solid #FAC276; }
<div style="border:3px solid #FAC276">Div</div>
This div border color is #FAC276.
.myOpacity80 { color: #FAC276; opacity: 0.8; }
<p style="color:#FAC276;opacity:0.8;">80%</p>
Text with #FAC276 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAC276;}
<p style="text-shadow: 3px 3px 1px #FAC276">Text here.</p>
This text has shadow with #FAC276 color.
.textShadow {text-shadow: 3px 3px 1px #FAC276', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAC276, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAC276 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAC276, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAC276, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAC276 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAC276;
-webkit-box-shadow: 1px 1px 3px 2px #FAC276;
box-shadow: 1px 1px 3px 2px #FAC276;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAC276; -webkit-box-shadow: 1px 1px 3px 2px #FAC276; box-shadow:1px 1px 3px 2px #FAC276;">
Div content here
</div>
This text has color #FAC276 on black background.
This text has color #FAC276 on white background.
This text has black color on #FAC276 background.
This text has white color on #FAC276 background.
Complementary color for #hex is #053D89.