HEX: #FEA238
RGB: (254,162,56)
#FEA238 contains mainly red color. Web safe color of #FEA238 is #FF9933 (or #F93).
#FEA238 color RGB value is (254,162,56).
RGB: (254,162,56)
(100%, 64%, 22%)
R 254 of 255 = 100%
G 162 of 255 = 64%
B 56 of 255 = 22%
R + G + B ~ 62%. #FEA238 is quite light color.
R + G + B = 254 + 162 + 56 = 472 (100%)
R 254 of 472 ~ 53.81%
G 162 of 472 ~ 34.32%
B 56 of 472 ~ 11.86'%
#FEA238 color CMYK value is (0,36,78,0).
CMYK: (0,36,78,0)
C0M36Y78K0 (0%, 36%, 78%, 0%)
(0.00 / 0.36 / 0.78 / 0.00)
Color #FEA238 in popluar color models
FE | A2 | 38 | |
---|---|---|---|
RGB | 254 | 162 | 56 |
HSL | 32° | 99.00% | 60.78% |
HSB/HSV | 32° | 77.95% | 99.61% |
CMYK | 0.00% | 36.22% | 77.95% |
0.39% |
Color #FEA238 in popluar number systems.
HEX | FE | A2 | 38 |
Decimal | 254 | 162 | 56 |
Binary | 11111110 | 10100010 | 111000 |
Octal | 376 | 242 | 70 |
Shades of #FEA238
Tints of #FEA238
Examples of css and html codes for elements with #FEA238 color. Also use rgb(254,162,56) instead hex code.
.myTextColor { color: #FEA238; }
<p style="color:#FEA238">This sample text font color is #FEA238.</p>
This text font color is #FEA238.
.myBgColor { background-color: #FEA238; }
<div style="background-color:#FEA238">Inner text</div>
This div background color is #FEA238.
.myBorderColor { border: 1px solid #FEA238; }
<div style="border:3px solid #FEA238">Div</div>
This div border color is #FEA238.
.myOpacity80 { color: #FEA238; opacity: 0.8; }
<p style="color:#FEA238;opacity:0.8;">80%</p>
Text with #FEA238 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEA238;}
<p style="text-shadow: 3px 3px 1px #FEA238">Text here.</p>
This text has shadow with #FEA238 color.
.textShadow {text-shadow: 3px 3px 1px #FEA238', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEA238, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEA238 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEA238, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEA238, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEA238 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEA238;
-webkit-box-shadow: 1px 1px 3px 2px #FEA238;
box-shadow: 1px 1px 3px 2px #FEA238;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEA238; -webkit-box-shadow: 1px 1px 3px 2px #FEA238; box-shadow:1px 1px 3px 2px #FEA238;">
Div content here
</div>
This text has color #FEA238 on black background.
This text has color #FEA238 on white background.
This text has black color on #FEA238 background.
This text has white color on #FEA238 background.
Complementary color for #hex is #015DC7.