HEX: #FFDE63
RGB: (255,222,99)
#FFDE63 contains mainly red and green colors. Web safe color of #FFDE63 is #FFCC66 (or #FC6).
#FFDE63 color RGB value is (255,222,99).
RGB: (255,222,99)
(100%, 87%, 39%)
R 255 of 255 = 100%
G 222 of 255 = 87%
B 99 of 255 = 39%
R + G + B ~ 75%. #FFDE63 is quite light color.
R + G + B = 255 + 222 + 99 = 576 (100%)
R 255 of 576 ~ 44.27%
G 222 of 576 ~ 38.54%
B 99 of 576 ~ 17.19'%
#FFDE63 color CMYK value is (0,13,61,0).
CMYK: (0,13,61,0)
C0M13Y61K0 (0%, 13%, 61%, 0%)
(0.00 / 0.13 / 0.61 / 0.00)
Color #FFDE63 in popluar color models
FF | DE | 63 | |
---|---|---|---|
RGB | 255 | 222 | 99 |
HSL | 47° | 100.00% | 69.41% |
HSB/HSV | 47° | 61.18% | 100.00% |
CMYK | 0.00% | 12.94% | 61.18% |
0.00% |
Color #FFDE63 in popluar number systems.
HEX | FF | DE | 63 |
Decimal | 255 | 222 | 99 |
Binary | 11111111 | 11011110 | 1100011 |
Octal | 377 | 336 | 143 |
Shades of #FFDE63
Tints of #FFDE63
Examples of css and html codes for elements with #FFDE63 color. Also use rgb(255,222,99) instead hex code.
.myTextColor { color: #FFDE63; }
<p style="color:#FFDE63">This sample text font color is #FFDE63.</p>
This text font color is #FFDE63.
.myBgColor { background-color: #FFDE63; }
<div style="background-color:#FFDE63">Inner text</div>
This div background color is #FFDE63.
.myBorderColor { border: 1px solid #FFDE63; }
<div style="border:3px solid #FFDE63">Div</div>
This div border color is #FFDE63.
.myOpacity80 { color: #FFDE63; opacity: 0.8; }
<p style="color:#FFDE63;opacity:0.8;">80%</p>
Text with #FFDE63 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFDE63;}
<p style="text-shadow: 3px 3px 1px #FFDE63">Text here.</p>
This text has shadow with #FFDE63 color.
.textShadow {text-shadow: 3px 3px 1px #FFDE63', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFDE63, 5px 5px 20px red">Text here.</p>
This text has shadow with #FFDE63 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFDE63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFDE63, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFDE63 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFDE63;
-webkit-box-shadow: 1px 1px 3px 2px #FFDE63;
box-shadow: 1px 1px 3px 2px #FFDE63;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFDE63; -webkit-box-shadow: 1px 1px 3px 2px #FFDE63; box-shadow:1px 1px 3px 2px #FFDE63;">
Div content here
</div>
This text has color #FFDE63 on black background.
This text has color #FFDE63 on white background.
This text has black color on #FFDE63 background.
This text has white color on #FFDE63 background.
Complementary color for #hex is #00219C.