HEX: #F1DC0E
RGB: (241,220,14)
#F1DC0E contains mainly red and green colors. Web safe color of #F1DC0E is #FFCC00 (or #FC0).
#F1DC0E color RGB value is (241,220,14).
RGB: (241,220,14)
(95%, 86%, 5%)
R 241 of 255 = 95%
G 220 of 255 = 86%
B 14 of 255 = 5%
R + G + B ~ 62%. #F1DC0E is quite light color.
R + G + B = 241 + 220 + 14 = 475 (100%)
R 241 of 475 ~ 50.74%
G 220 of 475 ~ 46.32%
B 14 of 475 ~ 2.95'%
#F1DC0E color CMYK value is (0,9,94,5).
CMYK: (0,9,94,5)
C0M9Y94K5 (0%, 9%, 94%, 5%)
(0.00 / 0.09 / 0.94 / 0.05)
Color #F1DC0E in popluar color models
F1 | DC | 0E | |
---|---|---|---|
RGB | 241 | 220 | 14 |
HSL | 54° | 89.02% | 50.00% |
HSB/HSV | 54° | 94.19% | 94.51% |
CMYK | 0.00% | 8.71% | 94.19% |
5.49% |
Color #F1DC0E in popluar number systems.
HEX | F1 | DC | 0E |
Decimal | 241 | 220 | 14 |
Binary | 11110001 | 11011100 | 1110 |
Octal | 361 | 334 | 16 |
Shades of #F1DC0E
Tints of #F1DC0E
Examples of css and html codes for elements with #F1DC0E color. Also use rgb(241,220,14) instead hex code.
.myTextColor { color: #F1DC0E; }
<p style="color:#F1DC0E">This sample text font color is #F1DC0E.</p>
This text font color is #F1DC0E.
.myBgColor { background-color: #F1DC0E; }
<div style="background-color:#F1DC0E">Inner text</div>
This div background color is #F1DC0E.
.myBorderColor { border: 1px solid #F1DC0E; }
<div style="border:3px solid #F1DC0E">Div</div>
This div border color is #F1DC0E.
.myOpacity80 { color: #F1DC0E; opacity: 0.8; }
<p style="color:#F1DC0E;opacity:0.8;">80%</p>
Text with #F1DC0E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F1DC0E;}
<p style="text-shadow: 3px 3px 1px #F1DC0E">Text here.</p>
This text has shadow with #F1DC0E color.
.textShadow {text-shadow: 3px 3px 1px #F1DC0E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F1DC0E, 5px 5px 20px red">Text here.</p>
This text has shadow with #F1DC0E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1DC0E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F1DC0E, Direction=45, Strength=4)">Text</p>
This text has shadow with #F1DC0E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F1DC0E;
-webkit-box-shadow: 1px 1px 3px 2px #F1DC0E;
box-shadow: 1px 1px 3px 2px #F1DC0E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1DC0E; -webkit-box-shadow: 1px 1px 3px 2px #F1DC0E; box-shadow:1px 1px 3px 2px #F1DC0E;">
Div content here
</div>
This text has color #F1DC0E on black background.
This text has color #F1DC0E on white background.
This text has black color on #F1DC0E background.
This text has white color on #F1DC0E background.
Complementary color for #hex is #0E23F1.