HEX: #F1D56C
RGB: (241,213,108)
#F1D56C contains mainly red and green colors. Web safe color of #F1D56C is #FFCC66 (or #FC6).
#F1D56C color RGB value is (241,213,108).
RGB: (241,213,108)
(95%, 84%, 42%)
R 241 of 255 = 95%
G 213 of 255 = 84%
B 108 of 255 = 42%
R + G + B ~ 74%. #F1D56C is quite light color.
R + G + B = 241 + 213 + 108 = 562 (100%)
R 241 of 562 ~ 42.88%
G 213 of 562 ~ 37.9%
B 108 of 562 ~ 19.22'%
#F1D56C color CMYK value is (0,12,55,5).
CMYK: (0,12,55,5)
C0M12Y55K5 (0%, 12%, 55%, 5%)
(0.00 / 0.12 / 0.55 / 0.05)
Color #F1D56C in popluar color models
F1 | D5 | 6C | |
---|---|---|---|
RGB | 241 | 213 | 108 |
HSL | 47° | 82.61% | 68.43% |
HSB/HSV | 47° | 55.19% | 94.51% |
CMYK | 0.00% | 11.62% | 55.19% |
5.49% |
Color #F1D56C in popluar number systems.
HEX | F1 | D5 | 6C |
Decimal | 241 | 213 | 108 |
Binary | 11110001 | 11010101 | 1101100 |
Octal | 361 | 325 | 154 |
Shades of #F1D56C
Tints of #F1D56C
Examples of css and html codes for elements with #F1D56C color. Also use rgb(241,213,108) instead hex code.
.myTextColor { color: #F1D56C; }
<p style="color:#F1D56C">This sample text font color is #F1D56C.</p>
This text font color is #F1D56C.
.myBgColor { background-color: #F1D56C; }
<div style="background-color:#F1D56C">Inner text</div>
This div background color is #F1D56C.
.myBorderColor { border: 1px solid #F1D56C; }
<div style="border:3px solid #F1D56C">Div</div>
This div border color is #F1D56C.
.myOpacity80 { color: #F1D56C; opacity: 0.8; }
<p style="color:#F1D56C;opacity:0.8;">80%</p>
Text with #F1D56C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F1D56C;}
<p style="text-shadow: 3px 3px 1px #F1D56C">Text here.</p>
This text has shadow with #F1D56C color.
.textShadow {text-shadow: 3px 3px 1px #F1D56C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F1D56C, 5px 5px 20px red">Text here.</p>
This text has shadow with #F1D56C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1D56C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F1D56C, Direction=45, Strength=4)">Text</p>
This text has shadow with #F1D56C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F1D56C;
-webkit-box-shadow: 1px 1px 3px 2px #F1D56C;
box-shadow: 1px 1px 3px 2px #F1D56C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1D56C; -webkit-box-shadow: 1px 1px 3px 2px #F1D56C; box-shadow:1px 1px 3px 2px #F1D56C;">
Div content here
</div>
This text has color #F1D56C on black background.
This text has color #F1D56C on white background.
This text has black color on #F1D56C background.
This text has white color on #F1D56C background.
Complementary color for #hex is #0E2A93.