HEX: #F8A519
RGB: (248,165,25)
#F8A519 contains mainly red color. Web safe color of #F8A519 is #FF9900 (or #F90).
#F8A519 color RGB value is (248,165,25).
RGB: (248,165,25)
(97%, 65%, 10%)
R 248 of 255 = 97%
G 165 of 255 = 65%
B 25 of 255 = 10%
R + G + B ~ 57%. #F8A519 is middle color (not dark and not light).
R + G + B = 248 + 165 + 25 = 438 (100%)
R 248 of 438 ~ 56.62%
G 165 of 438 ~ 37.67%
B 25 of 438 ~ 5.71'%
#F8A519 color CMYK value is (0,33,90,3).
CMYK: (0,33,90,3)
C0M33Y90K3 (0%, 33%, 90%, 3%)
(0.00 / 0.33 / 0.90 / 0.03)
Color #F8A519 in popluar color models
F8 | A5 | 19 | |
---|---|---|---|
RGB | 248 | 165 | 25 |
HSL | 38° | 94.09% | 53.53% |
HSB/HSV | 38° | 89.92% | 97.25% |
CMYK | 0.00% | 33.47% | 89.92% |
2.75% |
Color #F8A519 in popluar number systems.
HEX | F8 | A5 | 19 |
Decimal | 248 | 165 | 25 |
Binary | 11111000 | 10100101 | 11001 |
Octal | 370 | 245 | 31 |
Shades of #F8A519
Tints of #F8A519
Examples of css and html codes for elements with #F8A519 color. Also use rgb(248,165,25) instead hex code.
.myTextColor { color: #F8A519; }
<p style="color:#F8A519">This sample text font color is #F8A519.</p>
This text font color is #F8A519.
.myBgColor { background-color: #F8A519; }
<div style="background-color:#F8A519">Inner text</div>
This div background color is #F8A519.
.myBorderColor { border: 1px solid #F8A519; }
<div style="border:3px solid #F8A519">Div</div>
This div border color is #F8A519.
.myOpacity80 { color: #F8A519; opacity: 0.8; }
<p style="color:#F8A519;opacity:0.8;">80%</p>
Text with #F8A519 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F8A519;}
<p style="text-shadow: 3px 3px 1px #F8A519">Text here.</p>
This text has shadow with #F8A519 color.
.textShadow {text-shadow: 3px 3px 1px #F8A519', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F8A519, 5px 5px 20px red">Text here.</p>
This text has shadow with #F8A519 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F8A519, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F8A519, Direction=45, Strength=4)">Text</p>
This text has shadow with #F8A519 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F8A519;
-webkit-box-shadow: 1px 1px 3px 2px #F8A519;
box-shadow: 1px 1px 3px 2px #F8A519;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F8A519; -webkit-box-shadow: 1px 1px 3px 2px #F8A519; box-shadow:1px 1px 3px 2px #F8A519;">
Div content here
</div>
This text has color #F8A519 on black background.
This text has color #F8A519 on white background.
This text has black color on #F8A519 background.
This text has white color on #F8A519 background.
Complementary color for #hex is #075AE6.