HEX: #FBE34C
RGB: (251,227,76)
#FBE34C contains mainly red and green colors. Web safe color of #FBE34C is #FFCC33 (or #FC3).
#FBE34C color RGB value is (251,227,76).
RGB: (251,227,76)
(98%, 89%, 30%)
R 251 of 255 = 98%
G 227 of 255 = 89%
B 76 of 255 = 30%
R + G + B ~ 72%. #FBE34C is quite light color.
R + G + B = 251 + 227 + 76 = 554 (100%)
R 251 of 554 ~ 45.31%
G 227 of 554 ~ 40.97%
B 76 of 554 ~ 13.72'%
#FBE34C color CMYK value is (0,10,70,2).
CMYK: (0,10,70,2)
C0M10Y70K2 (0%, 10%, 70%, 2%)
(0.00 / 0.10 / 0.70 / 0.02)
Color #FBE34C in popluar color models
FB | E3 | 4C | |
---|---|---|---|
RGB | 251 | 227 | 76 |
HSL | 52° | 95.63% | 64.12% |
HSB/HSV | 52° | 69.72% | 98.43% |
CMYK | 0.00% | 9.56% | 69.72% |
1.57% |
Color #FBE34C in popluar number systems.
HEX | FB | E3 | 4C |
Decimal | 251 | 227 | 76 |
Binary | 11111011 | 11100011 | 1001100 |
Octal | 373 | 343 | 114 |
Shades of #FBE34C
Tints of #FBE34C
Examples of css and html codes for elements with #FBE34C color. Also use rgb(251,227,76) instead hex code.
.myTextColor { color: #FBE34C; }
<p style="color:#FBE34C">This sample text font color is #FBE34C.</p>
This text font color is #FBE34C.
.myBgColor { background-color: #FBE34C; }
<div style="background-color:#FBE34C">Inner text</div>
This div background color is #FBE34C.
.myBorderColor { border: 1px solid #FBE34C; }
<div style="border:3px solid #FBE34C">Div</div>
This div border color is #FBE34C.
.myOpacity80 { color: #FBE34C; opacity: 0.8; }
<p style="color:#FBE34C;opacity:0.8;">80%</p>
Text with #FBE34C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FBE34C;}
<p style="text-shadow: 3px 3px 1px #FBE34C">Text here.</p>
This text has shadow with #FBE34C color.
.textShadow {text-shadow: 3px 3px 1px #FBE34C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FBE34C, 5px 5px 20px red">Text here.</p>
This text has shadow with #FBE34C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBE34C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FBE34C, Direction=45, Strength=4)">Text</p>
This text has shadow with #FBE34C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FBE34C;
-webkit-box-shadow: 1px 1px 3px 2px #FBE34C;
box-shadow: 1px 1px 3px 2px #FBE34C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBE34C; -webkit-box-shadow: 1px 1px 3px 2px #FBE34C; box-shadow:1px 1px 3px 2px #FBE34C;">
Div content here
</div>
This text has color #FBE34C on black background.
This text has color #FBE34C on white background.
This text has black color on #FBE34C background.
This text has white color on #FBE34C background.
Complementary color for #hex is #041CB3.