HEX: #F5D76E
RGB: (245,215,110)
#F5D76E contains mainly red and green colors. #F5D76E ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.
#F5D76E color RGB value is (245,215,110).
RGB: (245,215,110) (96%,84%,43%)
R 245 of 255 = 96%
G 215 of 255 = 84%
B 110 of 255 = 43%
R + G + B ~ 74%. #F5D76E is quite light color.
R + G + B =
245 + 215 + 110 = 570 (100%)
R 245 of 570 ~ 42.98%
G 215 of 570 ~ 37.72%
B 110 of 570 ~ 19.3%
#F5D76E rengi CMYK tonu (0,12,55,4).
CMYK: (0,12,55,4) C0M12Y55K4 (0%,12%,55%,4%) (0.00/0.12/0.55/0.04)
F5 | D7 | 6E | |
---|---|---|---|
RGB | 245 | 215 | 110 |
HSL | 47° | 87.10% | 69.61% |
HSB/HSV | 47° | 55.10% | 96.08% |
CMYK | 0.00% | 12.24% | 55.10% |
3.92% |
HEX | F5 | D7 | 6E |
Decimal | 245 | 215 | 110 |
Binary | 11110101 | 11010111 | 1101110 |
Octal | 365 | 327 | 156 |
Examples of css and html codes for elements with #F5D76E color. Also use rgb(245,215,110) instead hex code.
.myTextColor { color: #F5D76E; }
<p style="color:#F5D76E">This sample text font color is #F5D76E.</p>
This text font color is #F5D76E.
.myBgColor { background-color: #F5D76E; }
<div style="background-color:#F5D76E">Inner text</div>
This div background color is #F5D76E.
.myBorderColor { border: 1px solid #F5D76E; }
<div style="border:3px solid #F5D76E">Div</div>
This div border color is #F5D76E.
.myOpacity80 { color: #F5D76E; opacity: 0.8; }
<p style="color:#F5D76E;opacity:0.8;">80%</p>
Text with #F5D76E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5D76E;}
<p style="text-shadow: 3px 3px 1px #F5D76E">Text here.</p>
This text has shadow with #F5D76E color.
.textShadow {text-shadow: 3px 3px 1px #F5D76E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5D76E, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5D76E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5D76E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5D76E, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5D76E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F5D76E; -webkit-box-shadow: 1px 1px 3px 2px #F5D76E; box-shadow: 1px 1px 3px 2px #F5D76E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F5D76E; -webkit-box-shadow: 1px 1px 3px 2px #F5D76E; box-shadow:1px 1px 3px 2px #F5D76E;">
Div content here</div>
This text has color #F5D76E on black background.
This text has color #F5D76E on white background.
This text has black color on #F5D76E background.
This text has white color on #F5D76E background.