COLOR #FBE55E

HEX: #FBE55E
RGB: (251,229,94)

Color info

#FBE55E contains mainly red and green colors. Web safe color of #FBE55E is #FFCC66 (or #FC6).

RGB color model

#FBE55E color RGB value is (251,229,94).

  • red value is 251;
  • green value is 229;
  • blue value is 94.
RGB:
(251,229,94)
(98%,90%,37%)

RGB channels and saturation

R 251 of 255 = 98%
G 229 of 255 = 90%
B 94 of 255 = 37%

251
229
94

R + G + B ~ 75%. #FBE55E is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 229 + 94 = 574 (100%)
R 251 of 574 ~ 43.73%
G 229 of 574 ~ 39.9%
B 94 of 574 ~ 16.38%

%43.73
%39.9
%16.38

CMYK color model

#FBE55E color CMYK value is (0,9,63,2).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 62.55%
  • key color value is 1.57%
CMYK:
(0,9,63,2)
C0M9Y63K2 
(0%,9%,63%,2%)
(0.00/0.09/0.63/0.02)	

CMYK percentages

%0
%8.76
%62.55
%1.57

Codes

Color #FBE55E in popluar color models

FBE55E
RGB25122994
HSL52°95.15%67.65%
HSB/HSV52°62.55%98.43%
CMYK0.00%8.76%62.55%
1.57%

Color #FBE55E in popluar number systems.

HEXFBE55E
Decimal25122994
Binary11111011111001011011110
Octal373345136

Shades and tints

Shades of #FBE55E

#FBE55E
(251,229,94)
#E5D156
(229,209,86)
#CFBD4E
(207,189,78)
#B9A946
(185,169,70)
#A3953E
(163,149,62)
#8D8136
(141,129,54)
#776D2E
(119,109,46)
#615926
(97,89,38)
#4B451E
(75,69,30)
#353116
(53,49,22)
#1F1D0E
(31,29,14)
#000000
(0,0,0)

Tints of #FBE55E

#FBE55E
(251,229,94)
#FBE76C
(251,231,108)
#FBE97A
(251,233,122)
#FBEB88
(251,235,136)
#FBED96
(251,237,150)
#FBEFA4
(251,239,164)
#FBF1B2
(251,241,178)
#FBF3C0
(251,243,192)
#FBF5CE
(251,245,206)
#FBF7DC
(251,247,220)
#FBF9EA
(251,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE55E color. Also use rgb(251,229,94) instead hex code.

Text Font Color

.myTextColor { color: #FBE55E; }

<p style="color:#FBE55E">This sample text font color is #FBE55E.</p>

This text font color is #FBE55E.


Background Color

.myBgColor { background-color: #FBE55E; }

<div style="background-color:#FBE55E">Inner text</div>

This div background color is #FBE55E.


Border color

.myBorderColor { border: 1px solid #FBE55E; }

<div style="border:3px solid #FBE55E">Div</div>

This div border color is #FBE55E.


Opacity

.myOpacity80 { color: #FBE55E; opacity: 0.8; }

<p style="color:#FBE55E;opacity:0.8;">80%</p>

Text with #FBE55E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FBE55E;}

<p style="text-shadow: 3px 3px 1px #FBE55E">Text here.</p>

This text has shadow with #FBE55E color.

.textShadow {text-shadow: 3px 3px 1px #FBE55E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FBE55E, 5px 5px 20px red">Text here.</p>

This text has shadow with #FBE55E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBE55E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FBE55E, Direction=45, Strength=4)">Text</p>

This text has shadow with #FBE55E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FBE55E;
  -webkit-box-shadow:	1px 1px 3px 2px #FBE55E;
  box-shadow:		1px 1px 3px 2px #FBE55E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBE55E;
-webkit-box-shadow: 1px 1px 3px 2px #FBE55E;
box-shadow:1px 1px 3px 2px #FBE55E;">
Div content here</div>
This div box has shadow with color #FBE55E.

Preview

Color preview on black background

This text has color #FBE55E on black background.


Color preview on white background

This text has color #FBE55E on white background.



Black color preview on #FBE55E background

This text has black color on #FBE55E background.


White color preview on #FBE55E background

This text has white color on #FBE55E background.