HEX: #F96A00
RGB: (249,106,0)
#F96A00 contains mainly red color. Web safe color of #F96A00 is #FF6600 (or #F60).
#F96A00 color RGB value is (249,106,0).
RGB: (249,106,0)
(98%, 42%, 0%)
R 249 of 255 = 98%
G 106 of 255 = 42%
B 0 of 255 = 0%
R + G + B ~ 47%. #F96A00 is middle color (not dark and not light).
R + G + B = 249 + 106 + 0 = 355 (100%)
R 249 of 355 ~ 70.14%
G 106 of 355 ~ 29.86%
B 0 of 355 ~ 0'%
#F96A00 color CMYK value is (0,57,100,2).
CMYK: (0,57,100,2)
C0M57Y100K2 (0%, 57%, 100%, 2%)
(0.00 / 0.57 / 1.00 / 0.02)
Color #F96A00 in popluar color models
F9 | 6A | 00 | |
---|---|---|---|
RGB | 249 | 106 | 0 |
HSL | 26° | 100.00% | 48.82% |
HSB/HSV | 26° | 100.00% | 97.65% |
CMYK | 0.00% | 57.43% | 100.00% |
2.35% |
Color #F96A00 in popluar number systems.
HEX | F9 | 6A | 00 |
Decimal | 249 | 106 | 0 |
Binary | 11111001 | 1101010 | 0 |
Octal | 371 | 152 | 0 |
Shades of #F96A00
Tints of #F96A00
Examples of css and html codes for elements with #F96A00 color. Also use rgb(249,106,0) instead hex code.
.myTextColor { color: #F96A00; }
<p style="color:#F96A00">This sample text font color is #F96A00.</p>
This text font color is #F96A00.
.myBgColor { background-color: #F96A00; }
<div style="background-color:#F96A00">Inner text</div>
This div background color is #F96A00.
.myBorderColor { border: 1px solid #F96A00; }
<div style="border:3px solid #F96A00">Div</div>
This div border color is #F96A00.
.myOpacity80 { color: #F96A00; opacity: 0.8; }
<p style="color:#F96A00;opacity:0.8;">80%</p>
Text with #F96A00 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F96A00;}
<p style="text-shadow: 3px 3px 1px #F96A00">Text here.</p>
This text has shadow with #F96A00 color.
.textShadow {text-shadow: 3px 3px 1px #F96A00', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F96A00, 5px 5px 20px red">Text here.</p>
This text has shadow with #F96A00 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F96A00, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F96A00, Direction=45, Strength=4)">Text</p>
This text has shadow with #F96A00 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F96A00;
-webkit-box-shadow: 1px 1px 3px 2px #F96A00;
box-shadow: 1px 1px 3px 2px #F96A00;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F96A00; -webkit-box-shadow: 1px 1px 3px 2px #F96A00; box-shadow:1px 1px 3px 2px #F96A00;">
Div content here
</div>
This text has color #F96A00 on black background.
This text has color #F96A00 on white background.
This text has black color on #F96A00 background.
This text has white color on #F96A00 background.
Complementary color for #hex is #0695FF.