HEX: #F9C5AE
RGB: (249,197,174)
#F9C5AE contains mainly red and green colors. Web safe color of #F9C5AE is #FFCC99 (or #FC9).
#F9C5AE color RGB value is (249,197,174).
RGB: (249,197,174)
(98%, 77%, 68%)
R 249 of 255 = 98%
G 197 of 255 = 77%
B 174 of 255 = 68%
R + G + B ~ 81%. #F9C5AE is quite light color.
R + G + B = 249 + 197 + 174 = 620 (100%)
R 249 of 620 ~ 40.16%
G 197 of 620 ~ 31.77%
B 174 of 620 ~ 28.06'%
#F9C5AE color CMYK value is (0,21,30,2).
CMYK: (0,21,30,2) C0M21Y30K2 (0%,21%,30%,2%) (0.00/0.21/0.30/0.02)
Color #F9C5AE in popluar color models
F9 | C5 | AE | |
---|---|---|---|
RGB | 249 | 197 | 174 |
HSL | 18° | 86.21% | 82.94% |
HSB/HSV | 18° | 30.12% | 97.65% |
CMYK | 0.00% | 20.88% | 30.12% |
2.35% |
Color #F9C5AE in popluar number systems.
HEX | F9 | C5 | AE |
Decimal | 249 | 197 | 174 |
Binary | 11111001 | 11000101 | 10101110 |
Octal | 371 | 305 | 256 |
Shades of #F9C5AE
Tints of #F9C5AE
Examples of css and html codes for elements with #F9C5AE color. Also use rgb(249,197,174) instead hex code.
.myTextColor { color: #F9C5AE; }
<p style="color:#F9C5AE">This sample text font color is #F9C5AE.</p>
This text font color is #F9C5AE.
.myBgColor { background-color: #F9C5AE; }
<div style="background-color:#F9C5AE">Inner text</div>
This div background color is #F9C5AE.
.myBorderColor { border: 1px solid #F9C5AE; }
<div style="border:3px solid #F9C5AE">Div</div>
This div border color is #F9C5AE.
.myOpacity80 { color: #F9C5AE; opacity: 0.8; }
<p style="color:#F9C5AE;opacity:0.8;">80%</p>
Text with #F9C5AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9C5AE;}
<p style="text-shadow: 3px 3px 1px #F9C5AE">Text here.</p>
This text has shadow with #F9C5AE color.
.textShadow {text-shadow: 3px 3px 1px #F9C5AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9C5AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9C5AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9C5AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9C5AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9C5AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9C5AE;
-webkit-box-shadow: 1px 1px 3px 2px #F9C5AE;
box-shadow: 1px 1px 3px 2px #F9C5AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9C5AE; -webkit-box-shadow: 1px 1px 3px 2px #F9C5AE; box-shadow:1px 1px 3px 2px #F9C5AE;">
Div content here
</div>
This text has color #F9C5AE on black background.
This text has color #F9C5AE on white background.
This text has black color on #F9C5AE background.
This text has white color on #F9C5AE background.
Complementary color for #hex is #063A51.