HEX: #F07830
RGB: (240,120,48)
#F07830 contains mainly red color. Web safe color of #F07830 is #FF6633 (or #F63).
#F07830 color RGB value is (240,120,48).
RGB: (240,120,48)
(94%, 47%, 19%)
R 240 of 255 = 94%
G 120 of 255 = 47%
B 48 of 255 = 19%
R + G + B ~ 53%. #F07830 is middle color (not dark and not light).
R + G + B = 240 + 120 + 48 = 408 (100%)
R 240 of 408 ~ 58.82%
G 120 of 408 ~ 29.41%
B 48 of 408 ~ 11.76'%
#F07830 color CMYK value is (0,50,80,6).
CMYK: (0,50,80,6)
C0M50Y80K6 (0%, 50%, 80%, 6%)
(0.00 / 0.50 / 0.80 / 0.06)
Color #F07830 in popluar color models
F0 | 78 | 30 | |
---|---|---|---|
RGB | 240 | 120 | 48 |
HSL | 23° | 86.49% | 56.47% |
HSB/HSV | 23° | 80.00% | 94.12% |
CMYK | 0.00% | 50.00% | 80.00% |
5.88% |
Color #F07830 in popluar number systems.
HEX | F0 | 78 | 30 |
Decimal | 240 | 120 | 48 |
Binary | 11110000 | 1111000 | 110000 |
Octal | 360 | 170 | 60 |
Shades of #F07830
Tints of #F07830
Examples of css and html codes for elements with #F07830 color. Also use rgb(240,120,48) instead hex code.
.myTextColor { color: #F07830; }
<p style="color:#F07830">This sample text font color is #F07830.</p>
This text font color is #F07830.
.myBgColor { background-color: #F07830; }
<div style="background-color:#F07830">Inner text</div>
This div background color is #F07830.
.myBorderColor { border: 1px solid #F07830; }
<div style="border:3px solid #F07830">Div</div>
This div border color is #F07830.
.myOpacity80 { color: #F07830; opacity: 0.8; }
<p style="color:#F07830;opacity:0.8;">80%</p>
Text with #F07830 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F07830;}
<p style="text-shadow: 3px 3px 1px #F07830">Text here.</p>
This text has shadow with #F07830 color.
.textShadow {text-shadow: 3px 3px 1px #F07830', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F07830, 5px 5px 20px red">Text here.</p>
This text has shadow with #F07830 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F07830, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F07830, Direction=45, Strength=4)">Text</p>
This text has shadow with #F07830 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F07830;
-webkit-box-shadow: 1px 1px 3px 2px #F07830;
box-shadow: 1px 1px 3px 2px #F07830;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F07830; -webkit-box-shadow: 1px 1px 3px 2px #F07830; box-shadow:1px 1px 3px 2px #F07830;">
Div content here
</div>
This text has color #F07830 on black background.
This text has color #F07830 on white background.
This text has black color on #F07830 background.
This text has white color on #F07830 background.
Complementary color for #hex is #0F87CF.