HEX: #FCD97B
RGB: (252,217,123)
#FCD97B contains mainly red and green colors. Web safe color of #FCD97B is #FFCC66 (or #FC6).
#FCD97B color RGB value is (252,217,123).
RGB: (252,217,123)
(99%, 85%, 48%)
R 252 of 255 = 99%
G 217 of 255 = 85%
B 123 of 255 = 48%
R + G + B ~ 77%. #FCD97B is quite light color.
R + G + B = 252 + 217 + 123 = 592 (100%)
R 252 of 592 ~ 42.57%
G 217 of 592 ~ 36.66%
B 123 of 592 ~ 20.78'%
#FCD97B color CMYK value is (0,14,51,1).
CMYK: (0,14,51,1)
C0M14Y51K1 (0%, 14%, 51%, 1%)
(0.00 / 0.14 / 0.51 / 0.01)
Color #FCD97B in popluar color models
FC | D9 | 7B | |
---|---|---|---|
RGB | 252 | 217 | 123 |
HSL | 44° | 95.56% | 73.53% |
HSB/HSV | 44° | 51.19% | 98.82% |
CMYK | 0.00% | 13.89% | 51.19% |
1.18% |
Color #FCD97B in popluar number systems.
HEX | FC | D9 | 7B |
Decimal | 252 | 217 | 123 |
Binary | 11111100 | 11011001 | 1111011 |
Octal | 374 | 331 | 173 |
Shades of #FCD97B
Tints of #FCD97B
Examples of css and html codes for elements with #FCD97B color. Also use rgb(252,217,123) instead hex code.
.myTextColor { color: #FCD97B; }
<p style="color:#FCD97B">This sample text font color is #FCD97B.</p>
This text font color is #FCD97B.
.myBgColor { background-color: #FCD97B; }
<div style="background-color:#FCD97B">Inner text</div>
This div background color is #FCD97B.
.myBorderColor { border: 1px solid #FCD97B; }
<div style="border:3px solid #FCD97B">Div</div>
This div border color is #FCD97B.
.myOpacity80 { color: #FCD97B; opacity: 0.8; }
<p style="color:#FCD97B;opacity:0.8;">80%</p>
Text with #FCD97B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCD97B;}
<p style="text-shadow: 3px 3px 1px #FCD97B">Text here.</p>
This text has shadow with #FCD97B color.
.textShadow {text-shadow: 3px 3px 1px #FCD97B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCD97B, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCD97B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCD97B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCD97B, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCD97B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCD97B;
-webkit-box-shadow: 1px 1px 3px 2px #FCD97B;
box-shadow: 1px 1px 3px 2px #FCD97B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCD97B; -webkit-box-shadow: 1px 1px 3px 2px #FCD97B; box-shadow:1px 1px 3px 2px #FCD97B;">
Div content here
</div>
This text has color #FCD97B on black background.
This text has color #FCD97B on white background.
This text has black color on #FCD97B background.
This text has white color on #FCD97B background.
Complementary color for #hex is #032684.