HEX: #FAAE6F
RGB: (250,174,111)
#FAAE6F contains mainly red color. Web safe color of #FAAE6F is #FF9966 (or #F96).
#FAAE6F color RGB value is (250,174,111).
RGB: (250,174,111)
(98%, 68%, 44%)
R 250 of 255 = 98%
G 174 of 255 = 68%
B 111 of 255 = 44%
R + G + B ~ 70%. #FAAE6F is quite light color.
R + G + B = 250 + 174 + 111 = 535 (100%)
R 250 of 535 ~ 46.73%
G 174 of 535 ~ 32.52%
B 111 of 535 ~ 20.75'%
#FAAE6F color CMYK value is (0,30,56,2).
CMYK: (0,30,56,2)
C0M30Y56K2 (0%, 30%, 56%, 2%)
(0.00 / 0.30 / 0.56 / 0.02)
Color #FAAE6F in popluar color models
FA | AE | 6F | |
---|---|---|---|
RGB | 250 | 174 | 111 |
HSL | 27° | 93.29% | 70.78% |
HSB/HSV | 27° | 55.60% | 98.04% |
CMYK | 0.00% | 30.40% | 55.60% |
1.96% |
Color #FAAE6F in popluar number systems.
HEX | FA | AE | 6F |
Decimal | 250 | 174 | 111 |
Binary | 11111010 | 10101110 | 1101111 |
Octal | 372 | 256 | 157 |
Shades of #FAAE6F
Tints of #FAAE6F
Examples of css and html codes for elements with #FAAE6F color. Also use rgb(250,174,111) instead hex code.
.myTextColor { color: #FAAE6F; }
<p style="color:#FAAE6F">This sample text font color is #FAAE6F.</p>
This text font color is #FAAE6F.
.myBgColor { background-color: #FAAE6F; }
<div style="background-color:#FAAE6F">Inner text</div>
This div background color is #FAAE6F.
.myBorderColor { border: 1px solid #FAAE6F; }
<div style="border:3px solid #FAAE6F">Div</div>
This div border color is #FAAE6F.
.myOpacity80 { color: #FAAE6F; opacity: 0.8; }
<p style="color:#FAAE6F;opacity:0.8;">80%</p>
Text with #FAAE6F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAAE6F;}
<p style="text-shadow: 3px 3px 1px #FAAE6F">Text here.</p>
This text has shadow with #FAAE6F color.
.textShadow {text-shadow: 3px 3px 1px #FAAE6F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAAE6F, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAAE6F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAAE6F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAAE6F, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAAE6F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAAE6F;
-webkit-box-shadow: 1px 1px 3px 2px #FAAE6F;
box-shadow: 1px 1px 3px 2px #FAAE6F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAAE6F; -webkit-box-shadow: 1px 1px 3px 2px #FAAE6F; box-shadow:1px 1px 3px 2px #FAAE6F;">
Div content here
</div>
This text has color #FAAE6F on black background.
This text has color #FAAE6F on white background.
This text has black color on #FAAE6F background.
This text has white color on #FAAE6F background.
Complementary color for #hex is #055190.