HEX: #F5C677
RGB: (245,198,119)
#F5C677 contains mainly red and green colors. Web safe color of #F5C677 is #FFCC66 (or #FC6).
#F5C677 color RGB value is (245,198,119).
RGB: (245,198,119)
(96%, 78%, 47%)
R 245 of 255 = 96%
G 198 of 255 = 78%
B 119 of 255 = 47%
R + G + B ~ 74%. #F5C677 is quite light color.
R + G + B = 245 + 198 + 119 = 562 (100%)
R 245 of 562 ~ 43.59%
G 198 of 562 ~ 35.23%
B 119 of 562 ~ 21.17'%
#F5C677 color CMYK value is (0,19,51,4).
CMYK: (0,19,51,4) C0M19Y51K4 (0%,19%,51%,4%) (0.00/0.19/0.51/0.04)
Color #F5C677 in popluar color models
F5 | C6 | 77 | |
---|---|---|---|
RGB | 245 | 198 | 119 |
HSL | 38° | 86.30% | 71.37% |
HSB/HSV | 38° | 51.43% | 96.08% |
CMYK | 0.00% | 19.18% | 51.43% |
3.92% |
Color #F5C677 in popluar number systems.
HEX | F5 | C6 | 77 |
Decimal | 245 | 198 | 119 |
Binary | 11110101 | 11000110 | 1110111 |
Octal | 365 | 306 | 167 |
Shades of #F5C677
Tints of #F5C677
Examples of css and html codes for elements with #F5C677 color. Also use rgb(245,198,119) instead hex code.
.myTextColor { color: #F5C677; }
<p style="color:#F5C677">This sample text font color is #F5C677.</p>
This text font color is #F5C677.
.myBgColor { background-color: #F5C677; }
<div style="background-color:#F5C677">Inner text</div>
This div background color is #F5C677.
.myBorderColor { border: 1px solid #F5C677; }
<div style="border:3px solid #F5C677">Div</div>
This div border color is #F5C677.
.myOpacity80 { color: #F5C677; opacity: 0.8; }
<p style="color:#F5C677;opacity:0.8;">80%</p>
Text with #F5C677 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5C677;}
<p style="text-shadow: 3px 3px 1px #F5C677">Text here.</p>
This text has shadow with #F5C677 color.
.textShadow {text-shadow: 3px 3px 1px #F5C677', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5C677, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5C677 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5C677, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5C677, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5C677 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5C677;
-webkit-box-shadow: 1px 1px 3px 2px #F5C677;
box-shadow: 1px 1px 3px 2px #F5C677;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5C677; -webkit-box-shadow: 1px 1px 3px 2px #F5C677; box-shadow:1px 1px 3px 2px #F5C677;">
Div content here
</div>
This text has color #F5C677 on black background.
This text has color #F5C677 on white background.
This text has black color on #F5C677 background.
This text has white color on #F5C677 background.
Complementary color for #hex is #0A3988.