HEX: #FFD65A
RGB: (255,214,90)
#FFD65A contains mainly red and green colors. Web safe color of #FFD65A is #FFCC66 (or #FC6).
#FFD65A color RGB value is (255,214,90).
RGB: (255,214,90)
(100%, 84%, 35%)
R 255 of 255 = 100%
G 214 of 255 = 84%
B 90 of 255 = 35%
R + G + B ~ 73%. #FFD65A is quite light color.
R + G + B = 255 + 214 + 90 = 559 (100%)
R 255 of 559 ~ 45.62%
G 214 of 559 ~ 38.28%
B 90 of 559 ~ 16.1'%
#FFD65A color CMYK value is (0,16,65,0).
CMYK: (0,16,65,0) C0M16Y65K0 (0%,16%,65%,0%) (0.00/0.16/0.65/0.00)
Color #FFD65A in popluar color models
FF | D6 | 5A | |
---|---|---|---|
RGB | 255 | 214 | 90 |
HSL | 45° | 100.00% | 67.65% |
HSB/HSV | 45° | 64.71% | 100.00% |
CMYK | 0.00% | 16.08% | 64.71% |
0.00% |
Color #FFD65A in popluar number systems.
HEX | FF | D6 | 5A |
Decimal | 255 | 214 | 90 |
Binary | 11111111 | 11010110 | 1011010 |
Octal | 377 | 326 | 132 |
Shades of #FFD65A
Tints of #FFD65A
Examples of css and html codes for elements with #FFD65A color. Also use rgb(255,214,90) instead hex code.
.myTextColor { color: #FFD65A; }
<p style="color:#FFD65A">This sample text font color is #FFD65A.</p>
This text font color is #FFD65A.
.myBgColor { background-color: #FFD65A; }
<div style="background-color:#FFD65A">Inner text</div>
This div background color is #FFD65A.
.myBorderColor { border: 1px solid #FFD65A; }
<div style="border:3px solid #FFD65A">Div</div>
This div border color is #FFD65A.
.myOpacity80 { color: #FFD65A; opacity: 0.8; }
<p style="color:#FFD65A;opacity:0.8;">80%</p>
Text with #FFD65A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFD65A;}
<p style="text-shadow: 3px 3px 1px #FFD65A">Text here.</p>
This text has shadow with #FFD65A color.
.textShadow {text-shadow: 3px 3px 1px #FFD65A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFD65A, 5px 5px 20px red">Text here.</p>
This text has shadow with #FFD65A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFD65A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFD65A, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFD65A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFD65A;
-webkit-box-shadow: 1px 1px 3px 2px #FFD65A;
box-shadow: 1px 1px 3px 2px #FFD65A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFD65A; -webkit-box-shadow: 1px 1px 3px 2px #FFD65A; box-shadow:1px 1px 3px 2px #FFD65A;">
Div content here
</div>
This text has color #FFD65A on black background.
This text has color #FFD65A on white background.
This text has black color on #FFD65A background.
This text has white color on #FFD65A background.
Complementary color for #hex is #0029A5.