HEX: #F8C498
RGB: (248,196,152)
#F8C498 contains mainly red and green colors. Web safe color of #F8C498 is #FFCC99 (or #FC9).
#F8C498 color RGB value is (248,196,152).
RGB: (248,196,152)
(97%, 77%, 60%)
R 248 of 255 = 97%
G 196 of 255 = 77%
B 152 of 255 = 60%
R + G + B ~ 78%. #F8C498 is quite light color.
R + G + B = 248 + 196 + 152 = 596 (100%)
R 248 of 596 ~ 41.61%
G 196 of 596 ~ 32.89%
B 152 of 596 ~ 25.5'%
#F8C498 color CMYK value is (0,21,39,3).
CMYK: (0,21,39,3)
C0M21Y39K3 (0%, 21%, 39%, 3%)
(0.00 / 0.21 / 0.39 / 0.03)
Color #F8C498 in popluar color models
F8 | C4 | 98 | |
---|---|---|---|
RGB | 248 | 196 | 152 |
HSL | 28° | 87.27% | 78.43% |
HSB/HSV | 28° | 38.71% | 97.25% |
CMYK | 0.00% | 20.97% | 38.71% |
2.75% |
Color #F8C498 in popluar number systems.
HEX | F8 | C4 | 98 |
Decimal | 248 | 196 | 152 |
Binary | 11111000 | 11000100 | 10011000 |
Octal | 370 | 304 | 230 |
Shades of #F8C498
Tints of #F8C498
Examples of css and html codes for elements with #F8C498 color. Also use rgb(248,196,152) instead hex code.
.myTextColor { color: #F8C498; }
<p style="color:#F8C498">This sample text font color is #F8C498.</p>
This text font color is #F8C498.
.myBgColor { background-color: #F8C498; }
<div style="background-color:#F8C498">Inner text</div>
This div background color is #F8C498.
.myBorderColor { border: 1px solid #F8C498; }
<div style="border:3px solid #F8C498">Div</div>
This div border color is #F8C498.
.myOpacity80 { color: #F8C498; opacity: 0.8; }
<p style="color:#F8C498;opacity:0.8;">80%</p>
Text with #F8C498 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F8C498;}
<p style="text-shadow: 3px 3px 1px #F8C498">Text here.</p>
This text has shadow with #F8C498 color.
.textShadow {text-shadow: 3px 3px 1px #F8C498', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F8C498, 5px 5px 20px red">Text here.</p>
This text has shadow with #F8C498 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F8C498, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F8C498, Direction=45, Strength=4)">Text</p>
This text has shadow with #F8C498 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F8C498;
-webkit-box-shadow: 1px 1px 3px 2px #F8C498;
box-shadow: 1px 1px 3px 2px #F8C498;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F8C498; -webkit-box-shadow: 1px 1px 3px 2px #F8C498; box-shadow:1px 1px 3px 2px #F8C498;">
Div content here
</div>
This text has color #F8C498 on black background.
This text has color #F8C498 on white background.
This text has black color on #F8C498 background.
This text has white color on #F8C498 background.
Complementary color for #hex is #073B67.