HEX: #FEC76D
RGB: (254,199,109)
#FEC76D contains mainly red and green colors. Web safe color of #FEC76D is #FFCC66 (or #FC6).
#FEC76D color RGB value is (254,199,109).
RGB: (254,199,109)
(100%, 78%, 43%)
R 254 of 255 = 100%
G 199 of 255 = 78%
B 109 of 255 = 43%
R + G + B ~ 74%. #FEC76D is quite light color.
R + G + B = 254 + 199 + 109 = 562 (100%)
R 254 of 562 ~ 45.2%
G 199 of 562 ~ 35.41%
B 109 of 562 ~ 19.4'%
#FEC76D color CMYK value is (0,22,57,0).
CMYK: (0,22,57,0)
C0M22Y57K0 (0%, 22%, 57%, 0%)
(0.00 / 0.22 / 0.57 / 0.00)
Color #FEC76D in popluar color models
FE | C7 | 6D | |
---|---|---|---|
RGB | 254 | 199 | 109 |
HSL | 37° | 98.64% | 71.18% |
HSB/HSV | 37° | 57.09% | 99.61% |
CMYK | 0.00% | 21.65% | 57.09% |
0.39% |
Color #FEC76D in popluar number systems.
HEX | FE | C7 | 6D |
Decimal | 254 | 199 | 109 |
Binary | 11111110 | 11000111 | 1101101 |
Octal | 376 | 307 | 155 |
Shades of #FEC76D
Tints of #FEC76D
Examples of css and html codes for elements with #FEC76D color. Also use rgb(254,199,109) instead hex code.
.myTextColor { color: #FEC76D; }
<p style="color:#FEC76D">This sample text font color is #FEC76D.</p>
This text font color is #FEC76D.
.myBgColor { background-color: #FEC76D; }
<div style="background-color:#FEC76D">Inner text</div>
This div background color is #FEC76D.
.myBorderColor { border: 1px solid #FEC76D; }
<div style="border:3px solid #FEC76D">Div</div>
This div border color is #FEC76D.
.myOpacity80 { color: #FEC76D; opacity: 0.8; }
<p style="color:#FEC76D;opacity:0.8;">80%</p>
Text with #FEC76D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEC76D;}
<p style="text-shadow: 3px 3px 1px #FEC76D">Text here.</p>
This text has shadow with #FEC76D color.
.textShadow {text-shadow: 3px 3px 1px #FEC76D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEC76D, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEC76D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEC76D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEC76D, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEC76D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEC76D;
-webkit-box-shadow: 1px 1px 3px 2px #FEC76D;
box-shadow: 1px 1px 3px 2px #FEC76D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEC76D; -webkit-box-shadow: 1px 1px 3px 2px #FEC76D; box-shadow:1px 1px 3px 2px #FEC76D;">
Div content here
</div>
This text has color #FEC76D on black background.
This text has color #FEC76D on white background.
This text has black color on #FEC76D background.
This text has white color on #FEC76D background.
Complementary color for #hex is #013892.