HEX: #F6E483
RGB: (246,228,131)
#F6E483 contains mainly red and green colors. Web safe color of #F6E483 is #FFCC99 (or #FC9).
#F6E483 color RGB value is (246,228,131).
RGB: (246,228,131)
(96%, 89%, 51%)
R 246 of 255 = 96%
G 228 of 255 = 89%
B 131 of 255 = 51%
R + G + B ~ 79%. #F6E483 is quite light color.
R + G + B = 246 + 228 + 131 = 605 (100%)
R 246 of 605 ~ 40.66%
G 228 of 605 ~ 37.69%
B 131 of 605 ~ 21.65'%
#F6E483 color CMYK value is (0,7,47,4).
CMYK: (0,7,47,4)
C0M7Y47K4 (0%, 7%, 47%, 4%)
(0.00 / 0.07 / 0.47 / 0.04)
Color #F6E483 in popluar color models
F6 | E4 | 83 | |
---|---|---|---|
RGB | 246 | 228 | 131 |
HSL | 51° | 86.47% | 73.92% |
HSB/HSV | 51° | 46.75% | 96.47% |
CMYK | 0.00% | 7.32% | 46.75% |
3.53% |
Color #F6E483 in popluar number systems.
HEX | F6 | E4 | 83 |
Decimal | 246 | 228 | 131 |
Binary | 11110110 | 11100100 | 10000011 |
Octal | 366 | 344 | 203 |
Shades of #F6E483
Tints of #F6E483
Examples of css and html codes for elements with #F6E483 color. Also use rgb(246,228,131) instead hex code.
.myTextColor { color: #F6E483; }
<p style="color:#F6E483">This sample text font color is #F6E483.</p>
This text font color is #F6E483.
.myBgColor { background-color: #F6E483; }
<div style="background-color:#F6E483">Inner text</div>
This div background color is #F6E483.
.myBorderColor { border: 1px solid #F6E483; }
<div style="border:3px solid #F6E483">Div</div>
This div border color is #F6E483.
.myOpacity80 { color: #F6E483; opacity: 0.8; }
<p style="color:#F6E483;opacity:0.8;">80%</p>
Text with #F6E483 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6E483;}
<p style="text-shadow: 3px 3px 1px #F6E483">Text here.</p>
This text has shadow with #F6E483 color.
.textShadow {text-shadow: 3px 3px 1px #F6E483', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6E483, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6E483 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6E483, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6E483, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6E483 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6E483;
-webkit-box-shadow: 1px 1px 3px 2px #F6E483;
box-shadow: 1px 1px 3px 2px #F6E483;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6E483; -webkit-box-shadow: 1px 1px 3px 2px #F6E483; box-shadow:1px 1px 3px 2px #F6E483;">
Div content here
</div>
This text has color #F6E483 on black background.
This text has color #F6E483 on white background.
This text has black color on #F6E483 background.
This text has white color on #F6E483 background.
Complementary color for #hex is #091B7C.