HEX: #FED594
RGB: (254,213,148)
#FED594 contains mainly red and green colors. Web safe color of #FED594 is #FFCC99 (or #FC9).
#FED594 color RGB value is (254,213,148).
RGB: (254,213,148)
(100%, 84%, 58%)
R 254 of 255 = 100%
G 213 of 255 = 84%
B 148 of 255 = 58%
R + G + B ~ 81%. #FED594 is quite light color.
R + G + B = 254 + 213 + 148 = 615 (100%)
R 254 of 615 ~ 41.3%
G 213 of 615 ~ 34.63%
B 148 of 615 ~ 24.07'%
#FED594 color CMYK value is (0,16,42,0).
CMYK: (0,16,42,0)
C0M16Y42K0 (0%, 16%, 42%, 0%)
(0.00 / 0.16 / 0.42 / 0.00)
Color #FED594 in popluar color models
FE | D5 | 94 | |
---|---|---|---|
RGB | 254 | 213 | 148 |
HSL | 37° | 98.15% | 78.82% |
HSB/HSV | 37° | 41.73% | 99.61% |
CMYK | 0.00% | 16.14% | 41.73% |
0.39% |
Color #FED594 in popluar number systems.
HEX | FE | D5 | 94 |
Decimal | 254 | 213 | 148 |
Binary | 11111110 | 11010101 | 10010100 |
Octal | 376 | 325 | 224 |
Shades of #FED594
Tints of #FED594
Examples of css and html codes for elements with #FED594 color. Also use rgb(254,213,148) instead hex code.
.myTextColor { color: #FED594; }
<p style="color:#FED594">This sample text font color is #FED594.</p>
This text font color is #FED594.
.myBgColor { background-color: #FED594; }
<div style="background-color:#FED594">Inner text</div>
This div background color is #FED594.
.myBorderColor { border: 1px solid #FED594; }
<div style="border:3px solid #FED594">Div</div>
This div border color is #FED594.
.myOpacity80 { color: #FED594; opacity: 0.8; }
<p style="color:#FED594;opacity:0.8;">80%</p>
Text with #FED594 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FED594;}
<p style="text-shadow: 3px 3px 1px #FED594">Text here.</p>
This text has shadow with #FED594 color.
.textShadow {text-shadow: 3px 3px 1px #FED594', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FED594, 5px 5px 20px red">Text here.</p>
This text has shadow with #FED594 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FED594, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FED594, Direction=45, Strength=4)">Text</p>
This text has shadow with #FED594 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FED594;
-webkit-box-shadow: 1px 1px 3px 2px #FED594;
box-shadow: 1px 1px 3px 2px #FED594;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FED594; -webkit-box-shadow: 1px 1px 3px 2px #FED594; box-shadow:1px 1px 3px 2px #FED594;">
Div content here
</div>
This text has color #FED594 on black background.
This text has color #FED594 on white background.
This text has black color on #FED594 background.
This text has white color on #FED594 background.
Complementary color for #hex is #012A6B.