HEX: #F7700F
RGB: (247,112,15)
#F7700F contains mainly red color. Web safe color of #F7700F is #FF6600 (or #F60).
#F7700F color RGB value is (247,112,15).
RGB: (247,112,15)
(97%, 44%, 6%)
R 247 of 255 = 97%
G 112 of 255 = 44%
B 15 of 255 = 6%
R + G + B ~ 49%. #F7700F is middle color (not dark and not light).
R + G + B = 247 + 112 + 15 = 374 (100%)
R 247 of 374 ~ 66.04%
G 112 of 374 ~ 29.95%
B 15 of 374 ~ 4.01'%
#F7700F color CMYK value is (0,55,94,3).
CMYK: (0,55,94,3)
C0M55Y94K3 (0%, 55%, 94%, 3%)
(0.00 / 0.55 / 0.94 / 0.03)
Color #F7700F in popluar color models
F7 | 70 | 0F | |
---|---|---|---|
RGB | 247 | 112 | 15 |
HSL | 25° | 93.55% | 51.37% |
HSB/HSV | 25° | 93.93% | 96.86% |
CMYK | 0.00% | 54.66% | 93.93% |
3.14% |
Color #F7700F in popluar number systems.
HEX | F7 | 70 | 0F |
Decimal | 247 | 112 | 15 |
Binary | 11110111 | 1110000 | 1111 |
Octal | 367 | 160 | 17 |
Shades of #F7700F
Tints of #F7700F
Examples of css and html codes for elements with #F7700F color. Also use rgb(247,112,15) instead hex code.
.myTextColor { color: #F7700F; }
<p style="color:#F7700F">This sample text font color is #F7700F.</p>
This text font color is #F7700F.
.myBgColor { background-color: #F7700F; }
<div style="background-color:#F7700F">Inner text</div>
This div background color is #F7700F.
.myBorderColor { border: 1px solid #F7700F; }
<div style="border:3px solid #F7700F">Div</div>
This div border color is #F7700F.
.myOpacity80 { color: #F7700F; opacity: 0.8; }
<p style="color:#F7700F;opacity:0.8;">80%</p>
Text with #F7700F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F7700F;}
<p style="text-shadow: 3px 3px 1px #F7700F">Text here.</p>
This text has shadow with #F7700F color.
.textShadow {text-shadow: 3px 3px 1px #F7700F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F7700F, 5px 5px 20px red">Text here.</p>
This text has shadow with #F7700F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F7700F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F7700F, Direction=45, Strength=4)">Text</p>
This text has shadow with #F7700F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F7700F;
-webkit-box-shadow: 1px 1px 3px 2px #F7700F;
box-shadow: 1px 1px 3px 2px #F7700F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F7700F; -webkit-box-shadow: 1px 1px 3px 2px #F7700F; box-shadow:1px 1px 3px 2px #F7700F;">
Div content here
</div>
This text has color #F7700F on black background.
This text has color #F7700F on white background.
This text has black color on #F7700F background.
This text has white color on #F7700F background.
Complementary color for #hex is #088FF0.
Color #F7700F is used in Spanish Orange gradient.
Spanish Orange