HEX: #F2AF5A
RGB: (242,175,90)
#F2AF5A contains mainly red color. Web safe color of #F2AF5A is #FF9966 (or #F96).
#F2AF5A color RGB value is (242,175,90).
RGB: (242,175,90)
(95%, 69%, 35%)
R 242 of 255 = 95%
G 175 of 255 = 69%
B 90 of 255 = 35%
R + G + B ~ 66%. #F2AF5A is quite light color.
R + G + B = 242 + 175 + 90 = 507 (100%)
R 242 of 507 ~ 47.73%
G 175 of 507 ~ 34.52%
B 90 of 507 ~ 17.75'%
#F2AF5A color CMYK value is (0,28,63,5).
CMYK: (0,28,63,5)
C0M28Y63K5 (0%, 28%, 63%, 5%)
(0.00 / 0.28 / 0.63 / 0.05)
Color #F2AF5A in popluar color models
F2 | AF | 5A | |
---|---|---|---|
RGB | 242 | 175 | 90 |
HSL | 34° | 85.39% | 65.10% |
HSB/HSV | 34° | 62.81% | 94.90% |
CMYK | 0.00% | 27.69% | 62.81% |
5.10% |
Color #F2AF5A in popluar number systems.
HEX | F2 | AF | 5A |
Decimal | 242 | 175 | 90 |
Binary | 11110010 | 10101111 | 1011010 |
Octal | 362 | 257 | 132 |
Shades of #F2AF5A
Tints of #F2AF5A
Examples of css and html codes for elements with #F2AF5A color. Also use rgb(242,175,90) instead hex code.
.myTextColor { color: #F2AF5A; }
<p style="color:#F2AF5A">This sample text font color is #F2AF5A.</p>
This text font color is #F2AF5A.
.myBgColor { background-color: #F2AF5A; }
<div style="background-color:#F2AF5A">Inner text</div>
This div background color is #F2AF5A.
.myBorderColor { border: 1px solid #F2AF5A; }
<div style="border:3px solid #F2AF5A">Div</div>
This div border color is #F2AF5A.
.myOpacity80 { color: #F2AF5A; opacity: 0.8; }
<p style="color:#F2AF5A;opacity:0.8;">80%</p>
Text with #F2AF5A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F2AF5A;}
<p style="text-shadow: 3px 3px 1px #F2AF5A">Text here.</p>
This text has shadow with #F2AF5A color.
.textShadow {text-shadow: 3px 3px 1px #F2AF5A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F2AF5A, 5px 5px 20px red">Text here.</p>
This text has shadow with #F2AF5A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2AF5A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F2AF5A, Direction=45, Strength=4)">Text</p>
This text has shadow with #F2AF5A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F2AF5A;
-webkit-box-shadow: 1px 1px 3px 2px #F2AF5A;
box-shadow: 1px 1px 3px 2px #F2AF5A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2AF5A; -webkit-box-shadow: 1px 1px 3px 2px #F2AF5A; box-shadow:1px 1px 3px 2px #F2AF5A;">
Div content here
</div>
This text has color #F2AF5A on black background.
This text has color #F2AF5A on white background.
This text has black color on #F2AF5A background.
This text has white color on #F2AF5A background.
Complementary color for #hex is #0D50A5.