HEX: #F5D59A
RGB: (245,213,154)
#F5D59A contains mainly red and green colors. Web safe color of #F5D59A is #FFCC99 (or #FC9).
#F5D59A color RGB value is (245,213,154).
RGB: (245,213,154)
(96%, 84%, 60%)
R 245 of 255 = 96%
G 213 of 255 = 84%
B 154 of 255 = 60%
R + G + B ~ 80%. #F5D59A is quite light color.
R + G + B = 245 + 213 + 154 = 612 (100%)
R 245 of 612 ~ 40.03%
G 213 of 612 ~ 34.8%
B 154 of 612 ~ 25.16'%
#F5D59A color CMYK value is (0,13,37,4).
CMYK: (0,13,37,4)
C0M13Y37K4 (0%, 13%, 37%, 4%)
(0.00 / 0.13 / 0.37 / 0.04)
Color #F5D59A in popluar color models
F5 | D5 | 9A | |
---|---|---|---|
RGB | 245 | 213 | 154 |
HSL | 39° | 81.98% | 78.24% |
HSB/HSV | 39° | 37.14% | 96.08% |
CMYK | 0.00% | 13.06% | 37.14% |
3.92% |
Color #F5D59A in popluar number systems.
HEX | F5 | D5 | 9A |
Decimal | 245 | 213 | 154 |
Binary | 11110101 | 11010101 | 10011010 |
Octal | 365 | 325 | 232 |
Shades of #F5D59A
Tints of #F5D59A
Examples of css and html codes for elements with #F5D59A color. Also use rgb(245,213,154) instead hex code.
.myTextColor { color: #F5D59A; }
<p style="color:#F5D59A">This sample text font color is #F5D59A.</p>
This text font color is #F5D59A.
.myBgColor { background-color: #F5D59A; }
<div style="background-color:#F5D59A">Inner text</div>
This div background color is #F5D59A.
.myBorderColor { border: 1px solid #F5D59A; }
<div style="border:3px solid #F5D59A">Div</div>
This div border color is #F5D59A.
.myOpacity80 { color: #F5D59A; opacity: 0.8; }
<p style="color:#F5D59A;opacity:0.8;">80%</p>
Text with #F5D59A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5D59A;}
<p style="text-shadow: 3px 3px 1px #F5D59A">Text here.</p>
This text has shadow with #F5D59A color.
.textShadow {text-shadow: 3px 3px 1px #F5D59A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5D59A, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5D59A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5D59A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5D59A, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5D59A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5D59A;
-webkit-box-shadow: 1px 1px 3px 2px #F5D59A;
box-shadow: 1px 1px 3px 2px #F5D59A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5D59A; -webkit-box-shadow: 1px 1px 3px 2px #F5D59A; box-shadow:1px 1px 3px 2px #F5D59A;">
Div content here
</div>
This text has color #F5D59A on black background.
This text has color #F5D59A on white background.
This text has black color on #F5D59A background.
This text has white color on #F5D59A background.
Complementary color for #hex is #0A2A65.