HEX: #F1AD6E
RGB: (241,173,110)
#F1AD6E contains mainly red color. Web safe color of #F1AD6E is #FF9966 (or #F96).
#F1AD6E color RGB value is (241,173,110).
RGB: (241,173,110)
(95%, 68%, 43%)
R 241 of 255 = 95%
G 173 of 255 = 68%
B 110 of 255 = 43%
R + G + B ~ 69%. #F1AD6E is quite light color.
R + G + B = 241 + 173 + 110 = 524 (100%)
R 241 of 524 ~ 45.99%
G 173 of 524 ~ 33.02%
B 110 of 524 ~ 20.99'%
#F1AD6E color CMYK value is (0,28,54,5).
CMYK: (0,28,54,5)
C0M28Y54K5 (0%, 28%, 54%, 5%)
(0.00 / 0.28 / 0.54 / 0.05)
Color #F1AD6E in popluar color models
F1 | AD | 6E | |
---|---|---|---|
RGB | 241 | 173 | 110 |
HSL | 29° | 82.39% | 68.82% |
HSB/HSV | 29° | 54.36% | 94.51% |
CMYK | 0.00% | 28.22% | 54.36% |
5.49% |
Color #F1AD6E in popluar number systems.
HEX | F1 | AD | 6E |
Decimal | 241 | 173 | 110 |
Binary | 11110001 | 10101101 | 1101110 |
Octal | 361 | 255 | 156 |
Shades of #F1AD6E
Tints of #F1AD6E
Examples of css and html codes for elements with #F1AD6E color. Also use rgb(241,173,110) instead hex code.
.myTextColor { color: #F1AD6E; }
<p style="color:#F1AD6E">This sample text font color is #F1AD6E.</p>
This text font color is #F1AD6E.
.myBgColor { background-color: #F1AD6E; }
<div style="background-color:#F1AD6E">Inner text</div>
This div background color is #F1AD6E.
.myBorderColor { border: 1px solid #F1AD6E; }
<div style="border:3px solid #F1AD6E">Div</div>
This div border color is #F1AD6E.
.myOpacity80 { color: #F1AD6E; opacity: 0.8; }
<p style="color:#F1AD6E;opacity:0.8;">80%</p>
Text with #F1AD6E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F1AD6E;}
<p style="text-shadow: 3px 3px 1px #F1AD6E">Text here.</p>
This text has shadow with #F1AD6E color.
.textShadow {text-shadow: 3px 3px 1px #F1AD6E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F1AD6E, 5px 5px 20px red">Text here.</p>
This text has shadow with #F1AD6E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1AD6E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F1AD6E, Direction=45, Strength=4)">Text</p>
This text has shadow with #F1AD6E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F1AD6E;
-webkit-box-shadow: 1px 1px 3px 2px #F1AD6E;
box-shadow: 1px 1px 3px 2px #F1AD6E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1AD6E; -webkit-box-shadow: 1px 1px 3px 2px #F1AD6E; box-shadow:1px 1px 3px 2px #F1AD6E;">
Div content here
</div>
This text has color #F1AD6E on black background.
This text has color #F1AD6E on white background.
This text has black color on #F1AD6E background.
This text has white color on #F1AD6E background.
Complementary color for #hex is #0E5291.