HEX: #FECA50
RGB: (254,202,80)
#FECA50 contains mainly red and green colors. Web safe color of #FECA50 is #FFCC66 (or #FC6).
#FECA50 color RGB value is (254,202,80).
RGB: (254,202,80)
(100%, 79%, 31%)
R 254 of 255 = 100%
G 202 of 255 = 79%
B 80 of 255 = 31%
R + G + B ~ 70%. #FECA50 is quite light color.
R + G + B = 254 + 202 + 80 = 536 (100%)
R 254 of 536 ~ 47.39%
G 202 of 536 ~ 37.69%
B 80 of 536 ~ 14.93'%
#FECA50 color CMYK value is (0,20,69,0).
CMYK: (0,20,69,0)
C0M20Y69K0 (0%, 20%, 69%, 0%)
(0.00 / 0.20 / 0.69 / 0.00)
Color #FECA50 in popluar color models
FE | CA | 50 | |
---|---|---|---|
RGB | 254 | 202 | 80 |
HSL | 42° | 98.86% | 65.49% |
HSB/HSV | 42° | 68.50% | 99.61% |
CMYK | 0.00% | 20.47% | 68.50% |
0.39% |
Color #FECA50 in popluar number systems.
HEX | FE | CA | 50 |
Decimal | 254 | 202 | 80 |
Binary | 11111110 | 11001010 | 1010000 |
Octal | 376 | 312 | 120 |
Shades of #FECA50
Tints of #FECA50
Examples of css and html codes for elements with #FECA50 color. Also use rgb(254,202,80) instead hex code.
.myTextColor { color: #FECA50; }
<p style="color:#FECA50">This sample text font color is #FECA50.</p>
This text font color is #FECA50.
.myBgColor { background-color: #FECA50; }
<div style="background-color:#FECA50">Inner text</div>
This div background color is #FECA50.
.myBorderColor { border: 1px solid #FECA50; }
<div style="border:3px solid #FECA50">Div</div>
This div border color is #FECA50.
.myOpacity80 { color: #FECA50; opacity: 0.8; }
<p style="color:#FECA50;opacity:0.8;">80%</p>
Text with #FECA50 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FECA50;}
<p style="text-shadow: 3px 3px 1px #FECA50">Text here.</p>
This text has shadow with #FECA50 color.
.textShadow {text-shadow: 3px 3px 1px #FECA50', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FECA50, 5px 5px 20px red">Text here.</p>
This text has shadow with #FECA50 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FECA50, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FECA50, Direction=45, Strength=4)">Text</p>
This text has shadow with #FECA50 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FECA50;
-webkit-box-shadow: 1px 1px 3px 2px #FECA50;
box-shadow: 1px 1px 3px 2px #FECA50;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FECA50; -webkit-box-shadow: 1px 1px 3px 2px #FECA50; box-shadow:1px 1px 3px 2px #FECA50;">
Div content here
</div>
This text has color #FECA50 on black background.
This text has color #FECA50 on white background.
This text has black color on #FECA50 background.
This text has white color on #FECA50 background.
Complementary color for #hex is #0135AF.