HEX: #FDEE00
RGB: (253,238,0)
#FDEE00 contains only red and green colors. Web safe color of #FDEE00 is #FFFF00 (or #FF0).
#FDEE00 color RGB value is (253,238,0).
RGB: (253,238,0)
(99%, 93%, 0%)
R 253 of 255 = 99%
G 238 of 255 = 93%
B 0 of 255 = 0%
R + G + B ~ 64%. #FDEE00 is quite light color.
R + G + B = 253 + 238 + 0 = 491 (100%)
R 253 of 491 ~ 51.53%
G 238 of 491 ~ 48.47%
B 0 of 491 ~ 0'%
#FDEE00 color CMYK value is (0,6,100,1).
CMYK: (0,6,100,1)
C0M6Y100K1 (0%, 6%, 100%, 1%)
(0.00 / 0.06 / 1.00 / 0.01)
Color #FDEE00 in popluar color models
FD | EE | 00 | |
---|---|---|---|
RGB | 253 | 238 | 0 |
HSL | 56° | 100.00% | 49.61% |
HSB/HSV | 56° | 100.00% | 99.22% |
CMYK | 0.00% | 5.93% | 100.00% |
0.78% |
Color #FDEE00 in popluar number systems.
HEX | FD | EE | 00 |
Decimal | 253 | 238 | 0 |
Binary | 11111101 | 11101110 | 0 |
Octal | 375 | 356 | 0 |
Shades of #FDEE00
Tints of #FDEE00
Examples of css and html codes for elements with #FDEE00 color. Also use rgb(253,238,0) instead hex code.
.myTextColor { color: #FDEE00; }
<p style="color:#FDEE00">This sample text font color is #FDEE00.</p>
This text font color is #FDEE00.
.myBgColor { background-color: #FDEE00; }
<div style="background-color:#FDEE00">Inner text</div>
This div background color is #FDEE00.
.myBorderColor { border: 1px solid #FDEE00; }
<div style="border:3px solid #FDEE00">Div</div>
This div border color is #FDEE00.
.myOpacity80 { color: #FDEE00; opacity: 0.8; }
<p style="color:#FDEE00;opacity:0.8;">80%</p>
Text with #FDEE00 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDEE00;}
<p style="text-shadow: 3px 3px 1px #FDEE00">Text here.</p>
This text has shadow with #FDEE00 color.
.textShadow {text-shadow: 3px 3px 1px #FDEE00', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDEE00, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDEE00 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDEE00, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDEE00, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDEE00 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDEE00;
-webkit-box-shadow: 1px 1px 3px 2px #FDEE00;
box-shadow: 1px 1px 3px 2px #FDEE00;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDEE00; -webkit-box-shadow: 1px 1px 3px 2px #FDEE00; box-shadow:1px 1px 3px 2px #FDEE00;">
Div content here
</div>
This text has color #FDEE00 on black background.
This text has color #FDEE00 on white background.
This text has black color on #FDEE00 background.
This text has white color on #FDEE00 background.
Complementary color for #hex is #0211FF.
Color #FDEE00 is used in Aureolin gradient.
Aureolin