HEX: #FDC655
RGB: (253,198,85)
#FDC655 contains mainly red and green colors. Web safe color of #FDC655 is #FFCC66 (or #FC6).
#FDC655 color RGB value is (253,198,85).
RGB: (253,198,85)
(99%, 78%, 33%)
R 253 of 255 = 99%
G 198 of 255 = 78%
B 85 of 255 = 33%
R + G + B ~ 70%. #FDC655 is quite light color.
R + G + B = 253 + 198 + 85 = 536 (100%)
R 253 of 536 ~ 47.2%
G 198 of 536 ~ 36.94%
B 85 of 536 ~ 15.86'%
#FDC655 color CMYK value is (0,22,66,1).
CMYK: (0,22,66,1)
C0M22Y66K1 (0%, 22%, 66%, 1%)
(0.00 / 0.22 / 0.66 / 0.01)
Color #FDC655 in popluar color models
FD | C6 | 55 | |
---|---|---|---|
RGB | 253 | 198 | 85 |
HSL | 40° | 97.67% | 66.27% |
HSB/HSV | 40° | 66.40% | 99.22% |
CMYK | 0.00% | 21.74% | 66.40% |
0.78% |
Color #FDC655 in popluar number systems.
HEX | FD | C6 | 55 |
Decimal | 253 | 198 | 85 |
Binary | 11111101 | 11000110 | 1010101 |
Octal | 375 | 306 | 125 |
Shades of #FDC655
Tints of #FDC655
Examples of css and html codes for elements with #FDC655 color. Also use rgb(253,198,85) instead hex code.
.myTextColor { color: #FDC655; }
<p style="color:#FDC655">This sample text font color is #FDC655.</p>
This text font color is #FDC655.
.myBgColor { background-color: #FDC655; }
<div style="background-color:#FDC655">Inner text</div>
This div background color is #FDC655.
.myBorderColor { border: 1px solid #FDC655; }
<div style="border:3px solid #FDC655">Div</div>
This div border color is #FDC655.
.myOpacity80 { color: #FDC655; opacity: 0.8; }
<p style="color:#FDC655;opacity:0.8;">80%</p>
Text with #FDC655 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDC655;}
<p style="text-shadow: 3px 3px 1px #FDC655">Text here.</p>
This text has shadow with #FDC655 color.
.textShadow {text-shadow: 3px 3px 1px #FDC655', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDC655, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDC655 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDC655, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDC655, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDC655 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDC655;
-webkit-box-shadow: 1px 1px 3px 2px #FDC655;
box-shadow: 1px 1px 3px 2px #FDC655;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDC655; -webkit-box-shadow: 1px 1px 3px 2px #FDC655; box-shadow:1px 1px 3px 2px #FDC655;">
Div content here
</div>
This text has color #FDC655 on black background.
This text has color #FDC655 on white background.
This text has black color on #FDC655 background.
This text has white color on #FDC655 background.
Complementary color for #hex is #0239AA.