COLOR #FBB56E

HEX: #FBB56E
RGB: (251,181,110)

Color info

#FBB56E contains mainly red color. Web safe color of #FBB56E is #FFCC66 (or #FC6).

RGB color model

#FBB56E color RGB value is (251,181,110).

  • red value is 251;
  • green value is 181;
  • blue value is 110.
RGB:
(251,181,110)
(98%,71%,43%)

RGB channels and saturation

R 251 of 255 = 98%
G 181 of 255 = 71%
B 110 of 255 = 43%

251
181
110

R + G + B ~ 71%. #FBB56E is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 181 + 110 = 542 (100%)
R 251 of 542 ~ 46.31%
G 181 of 542 ~ 33.39%
B 110 of 542 ~ 20.3%

%46.31
%33.39
%20.3

CMYK color model

#FBB56E color CMYK value is (0,28,56,2).

  • cyan value is 0.00%
  • magenta value is 27.89%
  • yellow value is 56.18%
  • key color value is 1.57%
CMYK:
(0,28,56,2)
C0M28Y56K2 
(0%,28%,56%,2%)
(0.00/0.28/0.56/0.02)	

CMYK percentages

%0
%27.89
%56.18
%1.57

Codes

Color #FBB56E in popluar color models

FBB56E
RGB251181110
HSL30°94.63%70.78%
HSB/HSV30°56.18%98.43%
CMYK0.00%27.89%56.18%
1.57%

Color #FBB56E in popluar number systems.

HEXFBB56E
Decimal251181110
Binary11111011101101011101110
Octal373265156

Shades and tints

Shades of #FBB56E

#FBB56E
(251,181,110)
#E5A564
(229,165,100)
#CF955A
(207,149,90)
#B98550
(185,133,80)
#A37546
(163,117,70)
#8D653C
(141,101,60)
#775532
(119,85,50)
#614528
(97,69,40)
#4B351E
(75,53,30)
#352514
(53,37,20)
#1F150A
(31,21,10)
#000000
(0,0,0)

Tints of #FBB56E

#FBB56E
(251,181,110)
#FBBB7B
(251,187,123)
#FBC188
(251,193,136)
#FBC795
(251,199,149)
#FBCDA2
(251,205,162)
#FBD3AF
(251,211,175)
#FBD9BC
(251,217,188)
#FBDFC9
(251,223,201)
#FBE5D6
(251,229,214)
#FBEBE3
(251,235,227)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB56E color. Also use rgb(251,181,110) instead hex code.

Text Font Color

.myTextColor { color: #FBB56E; }

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

This text font color is #FBB56E.


Background Color

.myBgColor { background-color: #FBB56E; }

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

This div background color is #FBB56E.


Border color

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

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

This div border color is #FBB56E.


Opacity

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

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

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

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

This text has shadow with #FBB56E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB56E on black background.


Color preview on white background

This text has color #FBB56E on white background.



Black color preview on #FBB56E background

This text has black color on #FBB56E background.


White color preview on #FBB56E background

This text has white color on #FBB56E background.