HEX: #FE853F
RGB: (254,133,63)
#FE853F contains mainly red color. Web safe color of #FE853F is #FF9933 (or #F93).
#FE853F color RGB value is (254,133,63).
RGB: (254,133,63)
(100%, 52%, 25%)
R 254 of 255 = 100%
G 133 of 255 = 52%
B 63 of 255 = 25%
R + G + B ~ 59%. #FE853F is middle color (not dark and not light).
R + G + B = 254 + 133 + 63 = 450 (100%)
R 254 of 450 ~ 56.44%
G 133 of 450 ~ 29.56%
B 63 of 450 ~ 14'%
#FE853F color CMYK value is (0,48,75,0).
CMYK: (0,48,75,0)
C0M48Y75K0 (0%, 48%, 75%, 0%)
(0.00 / 0.48 / 0.75 / 0.00)
Color #FE853F in popluar color models
FE | 85 | 3F | |
---|---|---|---|
RGB | 254 | 133 | 63 |
HSL | 22° | 98.96% | 62.16% |
HSB/HSV | 22° | 75.20% | 99.61% |
CMYK | 0.00% | 47.64% | 75.20% |
0.39% |
Color #FE853F in popluar number systems.
HEX | FE | 85 | 3F |
Decimal | 254 | 133 | 63 |
Binary | 11111110 | 10000101 | 111111 |
Octal | 376 | 205 | 77 |
Shades of #FE853F
Tints of #FE853F
Examples of css and html codes for elements with #FE853F color. Also use rgb(254,133,63) instead hex code.
.myTextColor { color: #FE853F; }
<p style="color:#FE853F">This sample text font color is #FE853F.</p>
This text font color is #FE853F.
.myBgColor { background-color: #FE853F; }
<div style="background-color:#FE853F">Inner text</div>
This div background color is #FE853F.
.myBorderColor { border: 1px solid #FE853F; }
<div style="border:3px solid #FE853F">Div</div>
This div border color is #FE853F.
.myOpacity80 { color: #FE853F; opacity: 0.8; }
<p style="color:#FE853F;opacity:0.8;">80%</p>
Text with #FE853F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FE853F;}
<p style="text-shadow: 3px 3px 1px #FE853F">Text here.</p>
This text has shadow with #FE853F color.
.textShadow {text-shadow: 3px 3px 1px #FE853F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FE853F, 5px 5px 20px red">Text here.</p>
This text has shadow with #FE853F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FE853F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FE853F, Direction=45, Strength=4)">Text</p>
This text has shadow with #FE853F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FE853F;
-webkit-box-shadow: 1px 1px 3px 2px #FE853F;
box-shadow: 1px 1px 3px 2px #FE853F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FE853F; -webkit-box-shadow: 1px 1px 3px 2px #FE853F; box-shadow:1px 1px 3px 2px #FE853F;">
Div content here
</div>
This text has color #FE853F on black background.
This text has color #FE853F on white background.
This text has black color on #FE853F background.
This text has white color on #FE853F background.
Complementary color for #hex is #017AC0.