HEX: #F09A58
RGB: (240,154,88)
#F09A58 contains mainly red color. Web safe color of #F09A58 is #FF9966 (or #F96).
#F09A58 color RGB value is (240,154,88).
RGB: (240,154,88)
(94%, 60%, 35%)
R 240 of 255 = 94%
G 154 of 255 = 60%
B 88 of 255 = 35%
R + G + B ~ 63%. #F09A58 is quite light color.
R + G + B = 240 + 154 + 88 = 482 (100%)
R 240 of 482 ~ 49.79%
G 154 of 482 ~ 31.95%
B 88 of 482 ~ 18.26'%
#F09A58 color CMYK value is (0,36,63,6).
CMYK: (0,36,63,6)
C0M36Y63K6 (0%, 36%, 63%, 6%)
(0.00 / 0.36 / 0.63 / 0.06)
Color #F09A58 in popluar color models
F0 | 9A | 58 | |
---|---|---|---|
RGB | 240 | 154 | 88 |
HSL | 26° | 83.52% | 64.31% |
HSB/HSV | 26° | 63.33% | 94.12% |
CMYK | 0.00% | 35.83% | 63.33% |
5.88% |
Color #F09A58 in popluar number systems.
HEX | F0 | 9A | 58 |
Decimal | 240 | 154 | 88 |
Binary | 11110000 | 10011010 | 1011000 |
Octal | 360 | 232 | 130 |
Shades of #F09A58
Tints of #F09A58
Examples of css and html codes for elements with #F09A58 color. Also use rgb(240,154,88) instead hex code.
.myTextColor { color: #F09A58; }
<p style="color:#F09A58">This sample text font color is #F09A58.</p>
This text font color is #F09A58.
.myBgColor { background-color: #F09A58; }
<div style="background-color:#F09A58">Inner text</div>
This div background color is #F09A58.
.myBorderColor { border: 1px solid #F09A58; }
<div style="border:3px solid #F09A58">Div</div>
This div border color is #F09A58.
.myOpacity80 { color: #F09A58; opacity: 0.8; }
<p style="color:#F09A58;opacity:0.8;">80%</p>
Text with #F09A58 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F09A58;}
<p style="text-shadow: 3px 3px 1px #F09A58">Text here.</p>
This text has shadow with #F09A58 color.
.textShadow {text-shadow: 3px 3px 1px #F09A58', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F09A58, 5px 5px 20px red">Text here.</p>
This text has shadow with #F09A58 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F09A58, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F09A58, Direction=45, Strength=4)">Text</p>
This text has shadow with #F09A58 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F09A58;
-webkit-box-shadow: 1px 1px 3px 2px #F09A58;
box-shadow: 1px 1px 3px 2px #F09A58;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F09A58; -webkit-box-shadow: 1px 1px 3px 2px #F09A58; box-shadow:1px 1px 3px 2px #F09A58;">
Div content here
</div>
This text has color #F09A58 on black background.
This text has color #F09A58 on white background.
This text has black color on #F09A58 background.
This text has white color on #F09A58 background.
Complementary color for #hex is #0F65A7.