HEX: #F3E379
RGB: (243,227,121)
#F3E379 contains mainly red and green colors. Web safe color of #F3E379 is #FFCC66 (or #FC6).
#F3E379 color RGB value is (243,227,121).
RGB: (243,227,121)
(95%, 89%, 47%)
R 243 of 255 = 95%
G 227 of 255 = 89%
B 121 of 255 = 47%
R + G + B ~ 77%. #F3E379 is quite light color.
R + G + B = 243 + 227 + 121 = 591 (100%)
R 243 of 591 ~ 41.12%
G 227 of 591 ~ 38.41%
B 121 of 591 ~ 20.47'%
#F3E379 color CMYK value is (0,7,50,5).
CMYK: (0,7,50,5)
C0M7Y50K5 (0%, 7%, 50%, 5%)
(0.00 / 0.07 / 0.50 / 0.05)
Color #F3E379 in popluar color models
F3 | E3 | 79 | |
---|---|---|---|
RGB | 243 | 227 | 121 |
HSL | 52° | 83.56% | 71.37% |
HSB/HSV | 52° | 50.21% | 95.29% |
CMYK | 0.00% | 6.58% | 50.21% |
4.71% |
Color #F3E379 in popluar number systems.
HEX | F3 | E3 | 79 |
Decimal | 243 | 227 | 121 |
Binary | 11110011 | 11100011 | 1111001 |
Octal | 363 | 343 | 171 |
Shades of #F3E379
Tints of #F3E379
Examples of css and html codes for elements with #F3E379 color. Also use rgb(243,227,121) instead hex code.
.myTextColor { color: #F3E379; }
<p style="color:#F3E379">This sample text font color is #F3E379.</p>
This text font color is #F3E379.
.myBgColor { background-color: #F3E379; }
<div style="background-color:#F3E379">Inner text</div>
This div background color is #F3E379.
.myBorderColor { border: 1px solid #F3E379; }
<div style="border:3px solid #F3E379">Div</div>
This div border color is #F3E379.
.myOpacity80 { color: #F3E379; opacity: 0.8; }
<p style="color:#F3E379;opacity:0.8;">80%</p>
Text with #F3E379 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F3E379;}
<p style="text-shadow: 3px 3px 1px #F3E379">Text here.</p>
This text has shadow with #F3E379 color.
.textShadow {text-shadow: 3px 3px 1px #F3E379', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F3E379, 5px 5px 20px red">Text here.</p>
This text has shadow with #F3E379 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F3E379, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F3E379, Direction=45, Strength=4)">Text</p>
This text has shadow with #F3E379 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F3E379;
-webkit-box-shadow: 1px 1px 3px 2px #F3E379;
box-shadow: 1px 1px 3px 2px #F3E379;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F3E379; -webkit-box-shadow: 1px 1px 3px 2px #F3E379; box-shadow:1px 1px 3px 2px #F3E379;">
Div content here
</div>
This text has color #F3E379 on black background.
This text has color #F3E379 on white background.
This text has black color on #F3E379 background.
This text has white color on #F3E379 background.
Complementary color for #hex is #0C1C86.