HEX: #F5ED63
RGB: (245,237,99)
#F5ED63 contains mainly red and green colors. Web safe color of #F5ED63 is #FFFF66 (or #FF6).
#F5ED63 color RGB value is (245,237,99).
RGB: (245,237,99)
(96%, 93%, 39%)
R 245 of 255 = 96%
G 237 of 255 = 93%
B 99 of 255 = 39%
R + G + B ~ 76%. #F5ED63 is quite light color.
R + G + B = 245 + 237 + 99 = 581 (100%)
R 245 of 581 ~ 42.17%
G 237 of 581 ~ 40.79%
B 99 of 581 ~ 17.04'%
#F5ED63 color CMYK value is (0,3,60,4).
CMYK: (0,3,60,4)
C0M3Y60K4 (0%, 3%, 60%, 4%)
(0.00 / 0.03 / 0.60 / 0.04)
Color #F5ED63 in popluar color models
F5 | ED | 63 | |
---|---|---|---|
RGB | 245 | 237 | 99 |
HSL | 57° | 87.95% | 67.45% |
HSB/HSV | 57° | 59.59% | 96.08% |
CMYK | 0.00% | 3.27% | 59.59% |
3.92% |
Color #F5ED63 in popluar number systems.
HEX | F5 | ED | 63 |
Decimal | 245 | 237 | 99 |
Binary | 11110101 | 11101101 | 1100011 |
Octal | 365 | 355 | 143 |
Shades of #F5ED63
Tints of #F5ED63
Examples of css and html codes for elements with #F5ED63 color. Also use rgb(245,237,99) instead hex code.
.myTextColor { color: #F5ED63; }
<p style="color:#F5ED63">This sample text font color is #F5ED63.</p>
This text font color is #F5ED63.
.myBgColor { background-color: #F5ED63; }
<div style="background-color:#F5ED63">Inner text</div>
This div background color is #F5ED63.
.myBorderColor { border: 1px solid #F5ED63; }
<div style="border:3px solid #F5ED63">Div</div>
This div border color is #F5ED63.
.myOpacity80 { color: #F5ED63; opacity: 0.8; }
<p style="color:#F5ED63;opacity:0.8;">80%</p>
Text with #F5ED63 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5ED63;}
<p style="text-shadow: 3px 3px 1px #F5ED63">Text here.</p>
This text has shadow with #F5ED63 color.
.textShadow {text-shadow: 3px 3px 1px #F5ED63', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5ED63, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5ED63 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5ED63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5ED63, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5ED63 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5ED63;
-webkit-box-shadow: 1px 1px 3px 2px #F5ED63;
box-shadow: 1px 1px 3px 2px #F5ED63;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5ED63; -webkit-box-shadow: 1px 1px 3px 2px #F5ED63; box-shadow:1px 1px 3px 2px #F5ED63;">
Div content here
</div>
This text has color #F5ED63 on black background.
This text has color #F5ED63 on white background.
This text has black color on #F5ED63 background.
This text has white color on #F5ED63 background.
Complementary color for #hex is #0A129C.