HEX: #FDC87E
RGB: (253,200,126)
#FDC87E contains mainly red and green colors. Web safe color of #FDC87E is #FFCC66 (or #FC6).
#FDC87E color RGB value is (253,200,126).
RGB: (253,200,126)
(99%, 78%, 49%)
R 253 of 255 = 99%
G 200 of 255 = 78%
B 126 of 255 = 49%
R + G + B ~ 75%. #FDC87E is quite light color.
R + G + B = 253 + 200 + 126 = 579 (100%)
R 253 of 579 ~ 43.7%
G 200 of 579 ~ 34.54%
B 126 of 579 ~ 21.76'%
#FDC87E color CMYK value is (0,21,50,1).
CMYK: (0,21,50,1)
C0M21Y50K1 (0%, 21%, 50%, 1%)
(0.00 / 0.21 / 0.50 / 0.01)
Color #FDC87E in popluar color models
FD | C8 | 7E | |
---|---|---|---|
RGB | 253 | 200 | 126 |
HSL | 35° | 96.95% | 74.31% |
HSB/HSV | 35° | 50.20% | 99.22% |
CMYK | 0.00% | 20.95% | 50.20% |
0.78% |
Color #FDC87E in popluar number systems.
HEX | FD | C8 | 7E |
Decimal | 253 | 200 | 126 |
Binary | 11111101 | 11001000 | 1111110 |
Octal | 375 | 310 | 176 |
Shades of #FDC87E
Tints of #FDC87E
Examples of css and html codes for elements with #FDC87E color. Also use rgb(253,200,126) instead hex code.
.myTextColor { color: #FDC87E; }
<p style="color:#FDC87E">This sample text font color is #FDC87E.</p>
This text font color is #FDC87E.
.myBgColor { background-color: #FDC87E; }
<div style="background-color:#FDC87E">Inner text</div>
This div background color is #FDC87E.
.myBorderColor { border: 1px solid #FDC87E; }
<div style="border:3px solid #FDC87E">Div</div>
This div border color is #FDC87E.
.myOpacity80 { color: #FDC87E; opacity: 0.8; }
<p style="color:#FDC87E;opacity:0.8;">80%</p>
Text with #FDC87E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDC87E;}
<p style="text-shadow: 3px 3px 1px #FDC87E">Text here.</p>
This text has shadow with #FDC87E color.
.textShadow {text-shadow: 3px 3px 1px #FDC87E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDC87E, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDC87E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDC87E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDC87E, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDC87E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDC87E;
-webkit-box-shadow: 1px 1px 3px 2px #FDC87E;
box-shadow: 1px 1px 3px 2px #FDC87E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDC87E; -webkit-box-shadow: 1px 1px 3px 2px #FDC87E; box-shadow:1px 1px 3px 2px #FDC87E;">
Div content here
</div>
This text has color #FDC87E on black background.
This text has color #FDC87E on white background.
This text has black color on #FDC87E background.
This text has white color on #FDC87E background.
Complementary color for #hex is #023781.