HEX: #FF5517
RGB: (255,85,23)
#FF5517 contains mainly red color. Web safe color of #FF5517 is #FF6600 (or #F60).
#FF5517 color RGB value is (255,85,23).
RGB: (255,85,23)
(100%, 33%, 9%)
R 255 of 255 = 100%
G 85 of 255 = 33%
B 23 of 255 = 9%
R + G + B ~ 47%. #FF5517 is middle color (not dark and not light).
R + G + B = 255 + 85 + 23 = 363 (100%)
R 255 of 363 ~ 70.25%
G 85 of 363 ~ 23.42%
B 23 of 363 ~ 6.34'%
#FF5517 color CMYK value is (0,67,91,0).
CMYK: (0,67,91,0)
C0M67Y91K0 (0%, 67%, 91%, 0%)
(0.00 / 0.67 / 0.91 / 0.00)
Color #FF5517 in popluar color models
FF | 55 | 17 | |
---|---|---|---|
RGB | 255 | 85 | 23 |
HSL | 16° | 100.00% | 54.51% |
HSB/HSV | 16° | 90.98% | 100.00% |
CMYK | 0.00% | 66.67% | 90.98% |
0.00% |
Color #FF5517 in popluar number systems.
HEX | FF | 55 | 17 |
Decimal | 255 | 85 | 23 |
Binary | 11111111 | 1010101 | 10111 |
Octal | 377 | 125 | 27 |
Shades of #FF5517
Tints of #FF5517
Examples of css and html codes for elements with #FF5517 color. Also use rgb(255,85,23) instead hex code.
.myTextColor { color: #FF5517; }
<p style="color:#FF5517">This sample text font color is #FF5517.</p>
This text font color is #FF5517.
.myBgColor { background-color: #FF5517; }
<div style="background-color:#FF5517">Inner text</div>
This div background color is #FF5517.
.myBorderColor { border: 1px solid #FF5517; }
<div style="border:3px solid #FF5517">Div</div>
This div border color is #FF5517.
.myOpacity80 { color: #FF5517; opacity: 0.8; }
<p style="color:#FF5517;opacity:0.8;">80%</p>
Text with #FF5517 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FF5517;}
<p style="text-shadow: 3px 3px 1px #FF5517">Text here.</p>
This text has shadow with #FF5517 color.
.textShadow {text-shadow: 3px 3px 1px #FF5517', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FF5517, 5px 5px 20px red">Text here.</p>
This text has shadow with #FF5517 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF5517, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FF5517, Direction=45, Strength=4)">Text</p>
This text has shadow with #FF5517 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FF5517;
-webkit-box-shadow: 1px 1px 3px 2px #FF5517;
box-shadow: 1px 1px 3px 2px #FF5517;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF5517; -webkit-box-shadow: 1px 1px 3px 2px #FF5517; box-shadow:1px 1px 3px 2px #FF5517;">
Div content here
</div>
This text has color #FF5517 on black background.
This text has color #FF5517 on white background.
This text has black color on #FF5517 background.
This text has white color on #FF5517 background.
Complementary color for #hex is #00AAE8.