COLOR #FBE59A

HEX: #FBE59A
RGB: (251,229,154)

Color info

#FBE59A contains mainly red and green colors. Web safe color of #FBE59A is #FFCC99 (or #FC9).

RGB color model

#FBE59A color RGB value is (251,229,154).

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

RGB channels and saturation

R 251 of 255 = 98%
G 229 of 255 = 90%
B 154 of 255 = 60%

251
229
154

R + G + B ~ 83%. #FBE59A is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 229 + 154 = 634 (100%)
R 251 of 634 ~ 39.59%
G 229 of 634 ~ 36.12%
B 154 of 634 ~ 24.29%

%39.59
%36.12
%24.29

CMYK color model

#FBE59A color CMYK value is (0,9,39,2).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 38.65%
  • key color value is 1.57%
CMYK:
(0,9,39,2)
C0M9Y39K2 
(0%,9%,39%,2%)
(0.00/0.09/0.39/0.02)	

CMYK percentages

%0
%8.76
%38.65
%1.57

Codes

Color #FBE59A in popluar color models

FBE59A
RGB251229154
HSL46°92.38%79.41%
HSB/HSV46°38.65%98.43%
CMYK0.00%8.76%38.65%
1.57%

Color #FBE59A in popluar number systems.

HEXFBE59A
Decimal251229154
Binary111110111110010110011010
Octal373345232

Shades and tints

Shades of #FBE59A

#FBE59A
(251,229,154)
#E5D18C
(229,209,140)
#CFBD7E
(207,189,126)
#B9A970
(185,169,112)
#A39562
(163,149,98)
#8D8154
(141,129,84)
#776D46
(119,109,70)
#615938
(97,89,56)
#4B452A
(75,69,42)
#35311C
(53,49,28)
#1F1D0E
(31,29,14)
#000000
(0,0,0)

Tints of #FBE59A

#FBE59A
(251,229,154)
#FBE7A3
(251,231,163)
#FBE9AC
(251,233,172)
#FBEBB5
(251,235,181)
#FBEDBE
(251,237,190)
#FBEFC7
(251,239,199)
#FBF1D0
(251,241,208)
#FBF3D9
(251,243,217)
#FBF5E2
(251,245,226)
#FBF7EB
(251,247,235)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE59A; }

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

This text font color is #FBE59A.


Background Color

.myBgColor { background-color: #FBE59A; }

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

This div background color is #FBE59A.


Border color

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

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

This div border color is #FBE59A.


Opacity

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

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

Text with #FBE59A 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 #FBE59A;}

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

This text has shadow with #FBE59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE59A on black background.


Color preview on white background

This text has color #FBE59A on white background.



Black color preview on #FBE59A background

This text has black color on #FBE59A background.


White color preview on #FBE59A background

This text has white color on #FBE59A background.