HEX: #FFC55C
RGB: (255,197,92)
#FFC55C contains mainly red and green colors. Web safe color of #FFC55C is #FFCC66 (or #FC6).
#FFC55C color RGB value is (255,197,92).
RGB: (255,197,92)
(100%, 77%, 36%)
R 255 of 255 = 100%
G 197 of 255 = 77%
B 92 of 255 = 36%
R + G + B ~ 71%. #FFC55C is quite light color.
R + G + B = 255 + 197 + 92 = 544 (100%)
R 255 of 544 ~ 46.88%
G 197 of 544 ~ 36.21%
B 92 of 544 ~ 16.91'%
#FFC55C color CMYK value is (0,23,64,0).
CMYK: (0,23,64,0)
C0M23Y64K0 (0%, 23%, 64%, 0%)
(0.00 / 0.23 / 0.64 / 0.00)
Color #FFC55C in popluar color models
FF | C5 | 5C | |
---|---|---|---|
RGB | 255 | 197 | 92 |
HSL | 39° | 100.00% | 68.04% |
HSB/HSV | 39° | 63.92% | 100.00% |
CMYK | 0.00% | 22.75% | 63.92% |
0.00% |
Color #FFC55C in popluar number systems.
HEX | FF | C5 | 5C |
Decimal | 255 | 197 | 92 |
Binary | 11111111 | 11000101 | 1011100 |
Octal | 377 | 305 | 134 |
Shades of #FFC55C
Tints of #FFC55C
Examples of css and html codes for elements with #FFC55C color. Also use rgb(255,197,92) instead hex code.
.myTextColor { color: #FFC55C; }
<p style="color:#FFC55C">This sample text font color is #FFC55C.</p>
This text font color is #FFC55C.
.myBgColor { background-color: #FFC55C; }
<div style="background-color:#FFC55C">Inner text</div>
This div background color is #FFC55C.
.myBorderColor { border: 1px solid #FFC55C; }
<div style="border:3px solid #FFC55C">Div</div>
This div border color is #FFC55C.
.myOpacity80 { color: #FFC55C; opacity: 0.8; }
<p style="color:#FFC55C;opacity:0.8;">80%</p>
Text with #FFC55C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFC55C;}
<p style="text-shadow: 3px 3px 1px #FFC55C">Text here.</p>
This text has shadow with #FFC55C color.
.textShadow {text-shadow: 3px 3px 1px #FFC55C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFC55C, 5px 5px 20px red">Text here.</p>
This text has shadow with #FFC55C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFC55C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFC55C, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFC55C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFC55C;
-webkit-box-shadow: 1px 1px 3px 2px #FFC55C;
box-shadow: 1px 1px 3px 2px #FFC55C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFC55C; -webkit-box-shadow: 1px 1px 3px 2px #FFC55C; box-shadow:1px 1px 3px 2px #FFC55C;">
Div content here
</div>
This text has color #FFC55C on black background.
This text has color #FFC55C on white background.
This text has black color on #FFC55C background.
This text has white color on #FFC55C background.
Complementary color for #hex is #003AA3.