HEX: #FBEB5F
RGB: (251,235,95)
#FBEB5F contains mainly red and green colors. Web safe color of #FBEB5F is #FFFF66 (or #FF6).
#FBEB5F color RGB value is (251,235,95).
RGB: (251,235,95)
(98%, 92%, 37%)
R 251 of 255 = 98%
G 235 of 255 = 92%
B 95 of 255 = 37%
R + G + B ~ 76%. #FBEB5F is quite light color.
R + G + B = 251 + 235 + 95 = 581 (100%)
R 251 of 581 ~ 43.2%
G 235 of 581 ~ 40.45%
B 95 of 581 ~ 16.35'%
#FBEB5F color CMYK value is (0,6,62,2).
CMYK: (0,6,62,2) C0M6Y62K2 (0%,6%,62%,2%) (0.00/0.06/0.62/0.02)
Color #FBEB5F in popluar color models
FB | EB | 5F | |
---|---|---|---|
RGB | 251 | 235 | 95 |
HSL | 54° | 95.12% | 67.84% |
HSB/HSV | 54° | 62.15% | 98.43% |
CMYK | 0.00% | 6.37% | 62.15% |
1.57% |
Color #FBEB5F in popluar number systems.
HEX | FB | EB | 5F |
Decimal | 251 | 235 | 95 |
Binary | 11111011 | 11101011 | 1011111 |
Octal | 373 | 353 | 137 |
Shades of #FBEB5F
Tints of #FBEB5F
Examples of css and html codes for elements with #FBEB5F color. Also use rgb(251,235,95) instead hex code.
.myTextColor { color: #FBEB5F; }
<p style="color:#FBEB5F">This sample text font color is #FBEB5F.</p>
This text font color is #FBEB5F.
.myBgColor { background-color: #FBEB5F; }
<div style="background-color:#FBEB5F">Inner text</div>
This div background color is #FBEB5F.
.myBorderColor { border: 1px solid #FBEB5F; }
<div style="border:3px solid #FBEB5F">Div</div>
This div border color is #FBEB5F.
.myOpacity80 { color: #FBEB5F; opacity: 0.8; }
<p style="color:#FBEB5F;opacity:0.8;">80%</p>
Text with #FBEB5F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FBEB5F;}
<p style="text-shadow: 3px 3px 1px #FBEB5F">Text here.</p>
This text has shadow with #FBEB5F color.
.textShadow {text-shadow: 3px 3px 1px #FBEB5F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FBEB5F, 5px 5px 20px red">Text here.</p>
This text has shadow with #FBEB5F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBEB5F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FBEB5F, Direction=45, Strength=4)">Text</p>
This text has shadow with #FBEB5F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FBEB5F;
-webkit-box-shadow: 1px 1px 3px 2px #FBEB5F;
box-shadow: 1px 1px 3px 2px #FBEB5F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBEB5F; -webkit-box-shadow: 1px 1px 3px 2px #FBEB5F; box-shadow:1px 1px 3px 2px #FBEB5F;">
Div content here
</div>
This text has color #FBEB5F on black background.
This text has color #FBEB5F on white background.
This text has black color on #FBEB5F background.
This text has white color on #FBEB5F background.
Complementary color for #hex is #0414A0.