HEX: #FF995C
RGB: (255,153,92)
#FF995C contains mainly red color. Web safe color of #FF995C is #FF9966 (or #F96).
#FF995C color RGB value is (255,153,92).
RGB: (255,153,92)
(100%, 60%, 36%)
R 255 of 255 = 100%
G 153 of 255 = 60%
B 92 of 255 = 36%
R + G + B ~ 65%. #FF995C is quite light color.
R + G + B = 255 + 153 + 92 = 500 (100%)
R 255 of 500 ~ 51%
G 153 of 500 ~ 30.6%
B 92 of 500 ~ 18.4'%
#FF995C color CMYK value is (0,40,64,0).
CMYK: (0,40,64,0)
C0M40Y64K0 (0%, 40%, 64%, 0%)
(0.00 / 0.40 / 0.64 / 0.00)
Color #FF995C in popluar color models
FF | 99 | 5C | |
---|---|---|---|
RGB | 255 | 153 | 92 |
HSL | 22° | 100.00% | 68.04% |
HSB/HSV | 22° | 63.92% | 100.00% |
CMYK | 0.00% | 40.00% | 63.92% |
0.00% |
Color #FF995C in popluar number systems.
HEX | FF | 99 | 5C |
Decimal | 255 | 153 | 92 |
Binary | 11111111 | 10011001 | 1011100 |
Octal | 377 | 231 | 134 |
Shades of #FF995C
Tints of #FF995C
Examples of css and html codes for elements with #FF995C color. Also use rgb(255,153,92) instead hex code.
.myTextColor { color: #FF995C; }
<p style="color:#FF995C">This sample text font color is #FF995C.</p>
This text font color is #FF995C.
.myBgColor { background-color: #FF995C; }
<div style="background-color:#FF995C">Inner text</div>
This div background color is #FF995C.
.myBorderColor { border: 1px solid #FF995C; }
<div style="border:3px solid #FF995C">Div</div>
This div border color is #FF995C.
.myOpacity80 { color: #FF995C; opacity: 0.8; }
<p style="color:#FF995C;opacity:0.8;">80%</p>
Text with #FF995C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FF995C;}
<p style="text-shadow: 3px 3px 1px #FF995C">Text here.</p>
This text has shadow with #FF995C color.
.textShadow {text-shadow: 3px 3px 1px #FF995C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FF995C, 5px 5px 20px red">Text here.</p>
This text has shadow with #FF995C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF995C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FF995C, Direction=45, Strength=4)">Text</p>
This text has shadow with #FF995C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FF995C;
-webkit-box-shadow: 1px 1px 3px 2px #FF995C;
box-shadow: 1px 1px 3px 2px #FF995C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF995C; -webkit-box-shadow: 1px 1px 3px 2px #FF995C; box-shadow:1px 1px 3px 2px #FF995C;">
Div content here
</div>
This text has color #FF995C on black background.
This text has color #FF995C on white background.
This text has black color on #FF995C background.
This text has white color on #FF995C background.
Complementary color for #hex is #0066A3.