HEX: #F2AE4E
RGB: (242,174,78)
#F2AE4E contains mainly red color. Web safe color of #F2AE4E is #FF9966 (or #F96).
#F2AE4E color RGB value is (242,174,78).
RGB: (242,174,78)
(95%, 68%, 31%)
R 242 of 255 = 95%
G 174 of 255 = 68%
B 78 of 255 = 31%
R + G + B ~ 65%. #F2AE4E is quite light color.
R + G + B = 242 + 174 + 78 = 494 (100%)
R 242 of 494 ~ 48.99%
G 174 of 494 ~ 35.22%
B 78 of 494 ~ 15.79'%
#F2AE4E color CMYK value is (0,28,68,5).
CMYK: (0,28,68,5) C0M28Y68K5 (0%,28%,68%,5%) (0.00/0.28/0.68/0.05)
Color #F2AE4E in popluar color models
F2 | AE | 4E | |
---|---|---|---|
RGB | 242 | 174 | 78 |
HSL | 35° | 86.32% | 62.75% |
HSB/HSV | 35° | 67.77% | 94.90% |
CMYK | 0.00% | 28.10% | 67.77% |
5.10% |
Color #F2AE4E in popluar number systems.
HEX | F2 | AE | 4E |
Decimal | 242 | 174 | 78 |
Binary | 11110010 | 10101110 | 1001110 |
Octal | 362 | 256 | 116 |
Shades of #F2AE4E
Tints of #F2AE4E
Examples of css and html codes for elements with #F2AE4E color. Also use rgb(242,174,78) instead hex code.
.myTextColor { color: #F2AE4E; }
<p style="color:#F2AE4E">This sample text font color is #F2AE4E.</p>
This text font color is #F2AE4E.
.myBgColor { background-color: #F2AE4E; }
<div style="background-color:#F2AE4E">Inner text</div>
This div background color is #F2AE4E.
.myBorderColor { border: 1px solid #F2AE4E; }
<div style="border:3px solid #F2AE4E">Div</div>
This div border color is #F2AE4E.
.myOpacity80 { color: #F2AE4E; opacity: 0.8; }
<p style="color:#F2AE4E;opacity:0.8;">80%</p>
Text with #F2AE4E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F2AE4E;}
<p style="text-shadow: 3px 3px 1px #F2AE4E">Text here.</p>
This text has shadow with #F2AE4E color.
.textShadow {text-shadow: 3px 3px 1px #F2AE4E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F2AE4E, 5px 5px 20px red">Text here.</p>
This text has shadow with #F2AE4E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2AE4E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F2AE4E, Direction=45, Strength=4)">Text</p>
This text has shadow with #F2AE4E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F2AE4E;
-webkit-box-shadow: 1px 1px 3px 2px #F2AE4E;
box-shadow: 1px 1px 3px 2px #F2AE4E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2AE4E; -webkit-box-shadow: 1px 1px 3px 2px #F2AE4E; box-shadow:1px 1px 3px 2px #F2AE4E;">
Div content here
</div>
This text has color #F2AE4E on black background.
This text has color #F2AE4E on white background.
This text has black color on #F2AE4E background.
This text has white color on #F2AE4E background.
Complementary color for #hex is #0D51B1.