HEX: #F9A594
RGB: (249,165,148)
#F9A594 contains mainly red color. Web safe color of #F9A594 is #FF9999 (or #F99).
#F9A594 color RGB value is (249,165,148).
RGB: (249,165,148)
(98%, 65%, 58%)
R 249 of 255 = 98%
G 165 of 255 = 65%
B 148 of 255 = 58%
R + G + B ~ 74%. #F9A594 is quite light color.
R + G + B = 249 + 165 + 148 = 562 (100%)
R 249 of 562 ~ 44.31%
G 165 of 562 ~ 29.36%
B 148 of 562 ~ 26.33'%
#F9A594 color CMYK value is (0,34,41,2).
CMYK: (0,34,41,2)
C0M34Y41K2 (0%, 34%, 41%, 2%)
(0.00 / 0.34 / 0.41 / 0.02)
Color #F9A594 in popluar color models
F9 | A5 | 94 | |
---|---|---|---|
RGB | 249 | 165 | 148 |
HSL | 10° | 89.38% | 77.84% |
HSB/HSV | 10° | 40.56% | 97.65% |
CMYK | 0.00% | 33.73% | 40.56% |
2.35% |
Color #F9A594 in popluar number systems.
HEX | F9 | A5 | 94 |
Decimal | 249 | 165 | 148 |
Binary | 11111001 | 10100101 | 10010100 |
Octal | 371 | 245 | 224 |
Shades of #F9A594
Tints of #F9A594
Examples of css and html codes for elements with #F9A594 color. Also use rgb(249,165,148) instead hex code.
.myTextColor { color: #F9A594; }
<p style="color:#F9A594">This sample text font color is #F9A594.</p>
This text font color is #F9A594.
.myBgColor { background-color: #F9A594; }
<div style="background-color:#F9A594">Inner text</div>
This div background color is #F9A594.
.myBorderColor { border: 1px solid #F9A594; }
<div style="border:3px solid #F9A594">Div</div>
This div border color is #F9A594.
.myOpacity80 { color: #F9A594; opacity: 0.8; }
<p style="color:#F9A594;opacity:0.8;">80%</p>
Text with #F9A594 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9A594;}
<p style="text-shadow: 3px 3px 1px #F9A594">Text here.</p>
This text has shadow with #F9A594 color.
.textShadow {text-shadow: 3px 3px 1px #F9A594', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9A594, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9A594 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9A594, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9A594, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9A594 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9A594;
-webkit-box-shadow: 1px 1px 3px 2px #F9A594;
box-shadow: 1px 1px 3px 2px #F9A594;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9A594; -webkit-box-shadow: 1px 1px 3px 2px #F9A594; box-shadow:1px 1px 3px 2px #F9A594;">
Div content here
</div>
This text has color #F9A594 on black background.
This text has color #F9A594 on white background.
This text has black color on #F9A594 background.
This text has white color on #F9A594 background.
Complementary color for #hex is #065A6B.