HEX: #F5870D
RGB: (245,135,13)
#F5870D contains mainly red color. Web safe color of #F5870D is #FF9900 (or #F90).
#F5870D color RGB value is (245,135,13).
RGB: (245,135,13)
(96%, 53%, 5%)
R 245 of 255 = 96%
G 135 of 255 = 53%
B 13 of 255 = 5%
R + G + B ~ 51%. #F5870D is middle color (not dark and not light).
R + G + B = 245 + 135 + 13 = 393 (100%)
R 245 of 393 ~ 62.34%
G 135 of 393 ~ 34.35%
B 13 of 393 ~ 3.31'%
#F5870D color CMYK value is (0,45,95,4).
CMYK: (0,45,95,4)
C0M45Y95K4 (0%, 45%, 95%, 4%)
(0.00 / 0.45 / 0.95 / 0.04)
Color #F5870D in popluar color models
F5 | 87 | 0D | |
---|---|---|---|
RGB | 245 | 135 | 13 |
HSL | 32° | 92.06% | 50.59% |
HSB/HSV | 32° | 94.69% | 96.08% |
CMYK | 0.00% | 44.90% | 94.69% |
3.92% |
Color #F5870D in popluar number systems.
HEX | F5 | 87 | 0D |
Decimal | 245 | 135 | 13 |
Binary | 11110101 | 10000111 | 1101 |
Octal | 365 | 207 | 15 |
Shades of #F5870D
Tints of #F5870D
Examples of css and html codes for elements with #F5870D color. Also use rgb(245,135,13) instead hex code.
.myTextColor { color: #F5870D; }
<p style="color:#F5870D">This sample text font color is #F5870D.</p>
This text font color is #F5870D.
.myBgColor { background-color: #F5870D; }
<div style="background-color:#F5870D">Inner text</div>
This div background color is #F5870D.
.myBorderColor { border: 1px solid #F5870D; }
<div style="border:3px solid #F5870D">Div</div>
This div border color is #F5870D.
.myOpacity80 { color: #F5870D; opacity: 0.8; }
<p style="color:#F5870D;opacity:0.8;">80%</p>
Text with #F5870D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5870D;}
<p style="text-shadow: 3px 3px 1px #F5870D">Text here.</p>
This text has shadow with #F5870D color.
.textShadow {text-shadow: 3px 3px 1px #F5870D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5870D, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5870D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5870D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5870D, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5870D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5870D;
-webkit-box-shadow: 1px 1px 3px 2px #F5870D;
box-shadow: 1px 1px 3px 2px #F5870D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5870D; -webkit-box-shadow: 1px 1px 3px 2px #F5870D; box-shadow:1px 1px 3px 2px #F5870D;">
Div content here
</div>
This text has color #F5870D on black background.
This text has color #F5870D on white background.
This text has black color on #F5870D background.
This text has white color on #F5870D background.
Complementary color for #hex is #0A78F2.