HEX: #F04E12
RGB: (240,78,18)
#F04E12 contains mainly red color. Web safe color of #F04E12 is #FF6600 (or #F60).
#F04E12 color RGB value is (240,78,18).
RGB: (240,78,18)
(94%, 31%, 7%)
R 240 of 255 = 94%
G 78 of 255 = 31%
B 18 of 255 = 7%
R + G + B ~ 44%. #F04E12 is middle color (not dark and not light).
R + G + B = 240 + 78 + 18 = 336 (100%)
R 240 of 336 ~ 71.43%
G 78 of 336 ~ 23.21%
B 18 of 336 ~ 5.36'%
#F04E12 color CMYK value is (0,68,93,6).
CMYK: (0,68,93,6)
C0M68Y93K6 (0%, 68%, 93%, 6%)
(0.00 / 0.68 / 0.93 / 0.06)
Color #F04E12 in popluar color models
F0 | 4E | 12 | |
---|---|---|---|
RGB | 240 | 78 | 18 |
HSL | 16° | 88.10% | 50.59% |
HSB/HSV | 16° | 92.50% | 94.12% |
CMYK | 0.00% | 67.50% | 92.50% |
5.88% |
Color #F04E12 in popluar number systems.
HEX | F0 | 4E | 12 |
Decimal | 240 | 78 | 18 |
Binary | 11110000 | 1001110 | 10010 |
Octal | 360 | 116 | 22 |
Shades of #F04E12
Tints of #F04E12
Examples of css and html codes for elements with #F04E12 color. Also use rgb(240,78,18) instead hex code.
.myTextColor { color: #F04E12; }
<p style="color:#F04E12">This sample text font color is #F04E12.</p>
This text font color is #F04E12.
.myBgColor { background-color: #F04E12; }
<div style="background-color:#F04E12">Inner text</div>
This div background color is #F04E12.
.myBorderColor { border: 1px solid #F04E12; }
<div style="border:3px solid #F04E12">Div</div>
This div border color is #F04E12.
.myOpacity80 { color: #F04E12; opacity: 0.8; }
<p style="color:#F04E12;opacity:0.8;">80%</p>
Text with #F04E12 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F04E12;}
<p style="text-shadow: 3px 3px 1px #F04E12">Text here.</p>
This text has shadow with #F04E12 color.
.textShadow {text-shadow: 3px 3px 1px #F04E12', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F04E12, 5px 5px 20px red">Text here.</p>
This text has shadow with #F04E12 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F04E12, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F04E12, Direction=45, Strength=4)">Text</p>
This text has shadow with #F04E12 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F04E12;
-webkit-box-shadow: 1px 1px 3px 2px #F04E12;
box-shadow: 1px 1px 3px 2px #F04E12;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F04E12; -webkit-box-shadow: 1px 1px 3px 2px #F04E12; box-shadow:1px 1px 3px 2px #F04E12;">
Div content here
</div>
This text has color #F04E12 on black background.
This text has color #F04E12 on white background.
This text has black color on #F04E12 background.
This text has white color on #F04E12 background.
Complementary color for #hex is #0FB1ED.