HEX: #F9B66E
RGB: (249,182,110)
#F9B66E contains mainly red color. Web safe color of #F9B66E is #FFCC66 (or #FC6).
#F9B66E color RGB value is (249,182,110).
RGB: (249,182,110)
(98%, 71%, 43%)
R 249 of 255 = 98%
G 182 of 255 = 71%
B 110 of 255 = 43%
R + G + B ~ 71%. #F9B66E is quite light color.
R + G + B = 249 + 182 + 110 = 541 (100%)
R 249 of 541 ~ 46.03%
G 182 of 541 ~ 33.64%
B 110 of 541 ~ 20.33'%
#F9B66E color CMYK value is (0,27,56,2).
CMYK: (0,27,56,2)
C0M27Y56K2 (0%, 27%, 56%, 2%)
(0.00 / 0.27 / 0.56 / 0.02)
Color #F9B66E in popluar color models
F9 | B6 | 6E | |
---|---|---|---|
RGB | 249 | 182 | 110 |
HSL | 31° | 92.05% | 70.39% |
HSB/HSV | 31° | 55.82% | 97.65% |
CMYK | 0.00% | 26.91% | 55.82% |
2.35% |
Color #F9B66E in popluar number systems.
HEX | F9 | B6 | 6E |
Decimal | 249 | 182 | 110 |
Binary | 11111001 | 10110110 | 1101110 |
Octal | 371 | 266 | 156 |
Shades of #F9B66E
Tints of #F9B66E
Examples of css and html codes for elements with #F9B66E color. Also use rgb(249,182,110) instead hex code.
.myTextColor { color: #F9B66E; }
<p style="color:#F9B66E">This sample text font color is #F9B66E.</p>
This text font color is #F9B66E.
.myBgColor { background-color: #F9B66E; }
<div style="background-color:#F9B66E">Inner text</div>
This div background color is #F9B66E.
.myBorderColor { border: 1px solid #F9B66E; }
<div style="border:3px solid #F9B66E">Div</div>
This div border color is #F9B66E.
.myOpacity80 { color: #F9B66E; opacity: 0.8; }
<p style="color:#F9B66E;opacity:0.8;">80%</p>
Text with #F9B66E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9B66E;}
<p style="text-shadow: 3px 3px 1px #F9B66E">Text here.</p>
This text has shadow with #F9B66E color.
.textShadow {text-shadow: 3px 3px 1px #F9B66E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9B66E, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9B66E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9B66E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9B66E, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9B66E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9B66E;
-webkit-box-shadow: 1px 1px 3px 2px #F9B66E;
box-shadow: 1px 1px 3px 2px #F9B66E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9B66E; -webkit-box-shadow: 1px 1px 3px 2px #F9B66E; box-shadow:1px 1px 3px 2px #F9B66E;">
Div content here
</div>
This text has color #F9B66E on black background.
This text has color #F9B66E on white background.
This text has black color on #F9B66E background.
This text has white color on #F9B66E background.
Complementary color for #F9B66E is #064991.