HEX: #F4E126
RGB: (244,225,38)
#F4E126 contains mainly red and green colors. Web safe color of #F4E126 is #FFCC33 (or #FC3).
#F4E126 color RGB value is (244,225,38).
RGB: (244,225,38)
(96%, 88%, 15%)
R 244 of 255 = 96%
G 225 of 255 = 88%
B 38 of 255 = 15%
R + G + B ~ 66%. #F4E126 is quite light color.
R + G + B = 244 + 225 + 38 = 507 (100%)
R 244 of 507 ~ 48.13%
G 225 of 507 ~ 44.38%
B 38 of 507 ~ 7.5'%
#F4E126 color CMYK value is (0,8,84,4).
CMYK: (0,8,84,4) C0M8Y84K4 (0%,8%,84%,4%) (0.00/0.08/0.84/0.04)
Color #F4E126 in popluar color models
F4 | E1 | 26 | |
---|---|---|---|
RGB | 244 | 225 | 38 |
HSL | 54° | 90.35% | 55.29% |
HSB/HSV | 54° | 84.43% | 95.69% |
CMYK | 0.00% | 7.79% | 84.43% |
4.31% |
Color #F4E126 in popluar number systems.
HEX | F4 | E1 | 26 |
Decimal | 244 | 225 | 38 |
Binary | 11110100 | 11100001 | 100110 |
Octal | 364 | 341 | 46 |
Shades of #F4E126
Tints of #F4E126
Examples of css and html codes for elements with #F4E126 color. Also use rgb(244,225,38) instead hex code.
.myTextColor { color: #F4E126; }
<p style="color:#F4E126">This sample text font color is #F4E126.</p>
This text font color is #F4E126.
.myBgColor { background-color: #F4E126; }
<div style="background-color:#F4E126">Inner text</div>
This div background color is #F4E126.
.myBorderColor { border: 1px solid #F4E126; }
<div style="border:3px solid #F4E126">Div</div>
This div border color is #F4E126.
.myOpacity80 { color: #F4E126; opacity: 0.8; }
<p style="color:#F4E126;opacity:0.8;">80%</p>
Text with #F4E126 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F4E126;}
<p style="text-shadow: 3px 3px 1px #F4E126">Text here.</p>
This text has shadow with #F4E126 color.
.textShadow {text-shadow: 3px 3px 1px #F4E126', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F4E126, 5px 5px 20px red">Text here.</p>
This text has shadow with #F4E126 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F4E126, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F4E126, Direction=45, Strength=4)">Text</p>
This text has shadow with #F4E126 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F4E126;
-webkit-box-shadow: 1px 1px 3px 2px #F4E126;
box-shadow: 1px 1px 3px 2px #F4E126;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F4E126; -webkit-box-shadow: 1px 1px 3px 2px #F4E126; box-shadow:1px 1px 3px 2px #F4E126;">
Div content here
</div>
This text has color #F4E126 on black background.
This text has color #F4E126 on white background.
This text has black color on #F4E126 background.
This text has white color on #F4E126 background.
Complementary color for #hex is #0B1ED9.