HEX: #FF8C00
RGB: (255,140,0)
Color name is DarkOrange. #FF8C00 contains mainly red color. Web safe color of #FF8C00 is #FF9900 (or #F90).
#FF8C00 color RGB value is (255,140,0).
RGB: (255,140,0)
(100%, 55%, 0%)
R 255 of 255 = 100%
G 140 of 255 = 55%
B 0 of 255 = 0%
R + G + B ~ 52%. #FF8C00 is middle color (not dark and not light).
R + G + B = 255 + 140 + 0 = 395 (100%)
R 255 of 395 ~ 64.56%
G 140 of 395 ~ 35.44%
B 0 of 395 ~ 0'%
#FF8C00 color CMYK value is (0,45,100,0).
CMYK: (0,45,100,0)
C0M45Y100K0 (0%, 45%, 100%, 0%)
(0.00 / 0.45 / 1.00 / 0.00)
Color #FF8C00 in popluar color models
FF | 8C | 00 | |
---|---|---|---|
RGB | 255 | 140 | 0 |
HSL | 33° | 100.00% | 50.00% |
HSB/HSV | 33° | 100.00% | 100.00% |
CMYK | 0.00% | 45.10% | 100.00% |
0.00% |
Color #FF8C00 in popluar number systems.
HEX | FF | 8C | 00 |
Decimal | 255 | 140 | 0 |
Binary | 11111111 | 10001100 | 0 |
Octal | 377 | 214 | 0 |
Shades of #FF8C00
Tints of #FF8C00
Examples of css and html codes for elements with #FF8C00 color. Also use rgb(255,140,0) instead hex code.
.myTextColor { color: #FF8C00; }
<p style="color:#FF8C00">This sample text font color is #FF8C00.</p>
This text font color is #FF8C00.
.myBgColor { background-color: #FF8C00; }
<div style="background-color:#FF8C00">Inner text</div>
This div background color is #FF8C00.
.myBorderColor { border: 1px solid #FF8C00; }
<div style="border:3px solid #FF8C00">Div</div>
This div border color is #FF8C00.
.myOpacity80 { color: #FF8C00; opacity: 0.8; }
<p style="color:#FF8C00;opacity:0.8;">80%</p>
Text with #FF8C00 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FF8C00;}
<p style="text-shadow: 3px 3px 1px #FF8C00">Text here.</p>
This text has shadow with #FF8C00 color.
.textShadow {text-shadow: 3px 3px 1px #FF8C00', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FF8C00, 5px 5px 20px red">Text here.</p>
This text has shadow with #FF8C00 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF8C00, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FF8C00, Direction=45, Strength=4)">Text</p>
This text has shadow with #FF8C00 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FF8C00;
-webkit-box-shadow: 1px 1px 3px 2px #FF8C00;
box-shadow: 1px 1px 3px 2px #FF8C00;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF8C00; -webkit-box-shadow: 1px 1px 3px 2px #FF8C00; box-shadow:1px 1px 3px 2px #FF8C00;">
Div content here
</div>
This text has color #FF8C00 on black background.
This text has color #FF8C00 on white background.
This text has black color on #FF8C00 background.
This text has white color on #FF8C00 background.
Complementary color for #hex is #0073FF.
Color #FF8C00 is used in Dark Orange gradient.
Dark Orange