HEX: #FEFB0E
RGB: (254,251,14)
#FEFB0E contains mainly red and green colors. Web safe color of #FEFB0E is #FFFF00 (or #FF0).
#FEFB0E color RGB value is (254,251,14).
RGB: (254,251,14)
(100%, 98%, 5%)
R 254 of 255 = 100%
G 251 of 255 = 98%
B 14 of 255 = 5%
R + G + B ~ 68%. #FEFB0E is quite light color.
R + G + B = 254 + 251 + 14 = 519 (100%)
R 254 of 519 ~ 48.94%
G 251 of 519 ~ 48.36%
B 14 of 519 ~ 2.7'%
#FEFB0E color CMYK value is (0,1,94,0).
CMYK: (0,1,94,0) C0M1Y94K0 (0%,1%,94%,0%) (0.00/0.01/0.94/0.00)
Color #FEFB0E in popluar color models
FE | FB | 0E | |
---|---|---|---|
RGB | 254 | 251 | 14 |
HSL | 59° | 99.17% | 52.55% |
HSB/HSV | 59° | 94.49% | 99.61% |
CMYK | 0.00% | 1.18% | 94.49% |
0.39% |
Color #FEFB0E in popluar number systems.
HEX | FE | FB | 0E |
Decimal | 254 | 251 | 14 |
Binary | 11111110 | 11111011 | 1110 |
Octal | 376 | 373 | 16 |
Shades of #FEFB0E
Tints of #FEFB0E
Examples of css and html codes for elements with #FEFB0E color. Also use rgb(254,251,14) instead hex code.
.myTextColor { color: #FEFB0E; }
<p style="color:#FEFB0E">This sample text font color is #FEFB0E.</p>
This text font color is #FEFB0E.
.myBgColor { background-color: #FEFB0E; }
<div style="background-color:#FEFB0E">Inner text</div>
This div background color is #FEFB0E.
.myBorderColor { border: 1px solid #FEFB0E; }
<div style="border:3px solid #FEFB0E">Div</div>
This div border color is #FEFB0E.
.myOpacity80 { color: #FEFB0E; opacity: 0.8; }
<p style="color:#FEFB0E;opacity:0.8;">80%</p>
Text with #FEFB0E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEFB0E;}
<p style="text-shadow: 3px 3px 1px #FEFB0E">Text here.</p>
This text has shadow with #FEFB0E color.
.textShadow {text-shadow: 3px 3px 1px #FEFB0E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEFB0E, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEFB0E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEFB0E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEFB0E, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEFB0E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEFB0E;
-webkit-box-shadow: 1px 1px 3px 2px #FEFB0E;
box-shadow: 1px 1px 3px 2px #FEFB0E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEFB0E; -webkit-box-shadow: 1px 1px 3px 2px #FEFB0E; box-shadow:1px 1px 3px 2px #FEFB0E;">
Div content here
</div>
This text has color #FEFB0E on black background.
This text has color #FEFB0E on white background.
This text has black color on #FEFB0E background.
This text has white color on #FEFB0E background.
Complementary color for #hex is #0104F1.