HEX: #F0990E
RGB: (240,153,14)
#F0990E contains mainly red color. Web safe color of #F0990E is #FF9900 (or #F90).
#F0990E color RGB value is (240,153,14).
RGB: (240,153,14)
(94%, 60%, 5%)
R 240 of 255 = 94%
G 153 of 255 = 60%
B 14 of 255 = 5%
R + G + B ~ 53%. #F0990E is middle color (not dark and not light).
R + G + B = 240 + 153 + 14 = 407 (100%)
R 240 of 407 ~ 58.97%
G 153 of 407 ~ 37.59%
B 14 of 407 ~ 3.44'%
#F0990E color CMYK value is (0,36,94,6).
CMYK: (0,36,94,6)
C0M36Y94K6 (0%, 36%, 94%, 6%)
(0.00 / 0.36 / 0.94 / 0.06)
Color #F0990E in popluar color models
F0 | 99 | 0E | |
---|---|---|---|
RGB | 240 | 153 | 14 |
HSL | 37° | 88.98% | 49.80% |
HSB/HSV | 37° | 94.17% | 94.12% |
CMYK | 0.00% | 36.25% | 94.17% |
5.88% |
Color #F0990E in popluar number systems.
HEX | F0 | 99 | 0E |
Decimal | 240 | 153 | 14 |
Binary | 11110000 | 10011001 | 1110 |
Octal | 360 | 231 | 16 |
Shades of #F0990E
Tints of #F0990E
Examples of css and html codes for elements with #F0990E color. Also use rgb(240,153,14) instead hex code.
.myTextColor { color: #F0990E; }
<p style="color:#F0990E">This sample text font color is #F0990E.</p>
This text font color is #F0990E.
.myBgColor { background-color: #F0990E; }
<div style="background-color:#F0990E">Inner text</div>
This div background color is #F0990E.
.myBorderColor { border: 1px solid #F0990E; }
<div style="border:3px solid #F0990E">Div</div>
This div border color is #F0990E.
.myOpacity80 { color: #F0990E; opacity: 0.8; }
<p style="color:#F0990E;opacity:0.8;">80%</p>
Text with #F0990E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0990E;}
<p style="text-shadow: 3px 3px 1px #F0990E">Text here.</p>
This text has shadow with #F0990E color.
.textShadow {text-shadow: 3px 3px 1px #F0990E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0990E, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0990E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0990E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0990E, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0990E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0990E;
-webkit-box-shadow: 1px 1px 3px 2px #F0990E;
box-shadow: 1px 1px 3px 2px #F0990E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0990E; -webkit-box-shadow: 1px 1px 3px 2px #F0990E; box-shadow:1px 1px 3px 2px #F0990E;">
Div content here
</div>
This text has color #F0990E on black background.
This text has color #F0990E on white background.
This text has black color on #F0990E background.
This text has white color on #F0990E background.
Complementary color for #hex is #0F66F1.