HEX: #F1EB7D
RGB: (241,235,125)
#F1EB7D contains mainly red and green colors. Web safe color of #F1EB7D is #FFFF66 (or #FF6).
#F1EB7D color RGB value is (241,235,125).
RGB: (241,235,125)
(95%, 92%, 49%)
R 241 of 255 = 95%
G 235 of 255 = 92%
B 125 of 255 = 49%
R + G + B ~ 79%. #F1EB7D is quite light color.
R + G + B = 241 + 235 + 125 = 601 (100%)
R 241 of 601 ~ 40.1%
G 235 of 601 ~ 39.1%
B 125 of 601 ~ 20.8'%
#F1EB7D color CMYK value is (0,2,48,5).
CMYK: (0,2,48,5)
C0M2Y48K5 (0%, 2%, 48%, 5%)
(0.00 / 0.02 / 0.48 / 0.05)
Color #F1EB7D in popluar color models
F1 | EB | 7D | |
---|---|---|---|
RGB | 241 | 235 | 125 |
HSL | 57° | 80.56% | 71.76% |
HSB/HSV | 57° | 48.13% | 94.51% |
CMYK | 0.00% | 2.49% | 48.13% |
5.49% |
Color #F1EB7D in popluar number systems.
HEX | F1 | EB | 7D |
Decimal | 241 | 235 | 125 |
Binary | 11110001 | 11101011 | 1111101 |
Octal | 361 | 353 | 175 |
Shades of #F1EB7D
Tints of #F1EB7D
Examples of css and html codes for elements with #F1EB7D color. Also use rgb(241,235,125) instead hex code.
.myTextColor { color: #F1EB7D; }
<p style="color:#F1EB7D">This sample text font color is #F1EB7D.</p>
This text font color is #F1EB7D.
.myBgColor { background-color: #F1EB7D; }
<div style="background-color:#F1EB7D">Inner text</div>
This div background color is #F1EB7D.
.myBorderColor { border: 1px solid #F1EB7D; }
<div style="border:3px solid #F1EB7D">Div</div>
This div border color is #F1EB7D.
.myOpacity80 { color: #F1EB7D; opacity: 0.8; }
<p style="color:#F1EB7D;opacity:0.8;">80%</p>
Text with #F1EB7D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F1EB7D;}
<p style="text-shadow: 3px 3px 1px #F1EB7D">Text here.</p>
This text has shadow with #F1EB7D color.
.textShadow {text-shadow: 3px 3px 1px #F1EB7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F1EB7D, 5px 5px 20px red">Text here.</p>
This text has shadow with #F1EB7D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1EB7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F1EB7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #F1EB7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F1EB7D;
-webkit-box-shadow: 1px 1px 3px 2px #F1EB7D;
box-shadow: 1px 1px 3px 2px #F1EB7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1EB7D; -webkit-box-shadow: 1px 1px 3px 2px #F1EB7D; box-shadow:1px 1px 3px 2px #F1EB7D;">
Div content here
</div>
This text has color #F1EB7D on black background.
This text has color #F1EB7D on white background.
This text has black color on #F1EB7D background.
This text has white color on #F1EB7D background.
Complementary color for #hex is #0E1482.