COLOR #FBB456

HEX: #FBB456 RGB: (251,180,86)

Color info

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

RGB color model

#FBB456 color RGB value is (251,180,86).

RGB: (251,180,86) (98%, 71%, 34%)

RGB channels and saturation

R 251 of 255 = 98%
G 180 of 255 = 71%
B 86 of 255 = 34%

251
180
86

R + G + B ~ 68%. #FBB456 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 180 + 86 = 517 (100%)
R 251 of 517 ~ 48.55%
G 180 of 517 ~ 34.82%
B 86 of 517 ~ 16.63'%

%48.55
%34.82
%16.63

CMYK color model

#FBB456 color CMYK value is (0,28,66,2).

  • cyan value is 0.00%
  • magenta value is 28.29%
  • yellow value is 65.74%
  • key color value is 1.57%
CMYK: (0,28,66,2) C0M28Y66K2 (0%,28%,66%,2%) (0.00/0.28/0.66/0.02) 

CMYK percentages

%0
%28.29
%65.74
%1.57

Codes

Color #FBB456 in popluar color models

FB B4 56
RGB 251 180 86
HSL 34° 95.38% 66.08%
HSB/HSV 34° 65.74% 98.43%
CMYK 0.00% 28.29% 65.74%
1.57%

Color #FBB456 in popluar number systems.

HEX FB B4 56
Decimal 251 180 86
Binary 11111011 10110100 1010110
Octal 373 264 126

Shades and tints

Shades of #FBB456

#FBB456
(251,180,86)
#E5A44F
(229,164,79)
#CF9448
(207,148,72)
#B98441
(185,132,65)
#A3743A
(163,116,58)
#8D6433
(141,100,51)
#77542C
(119,84,44)
#614425
(97,68,37)
#4B341E
(75,52,30)
#352417
(53,36,23)
#1F1410
(31,20,16)
#000000
(0,0,0)

Tints of #FBB456

#FBB456
(251,180,86)
#FBBA65
(251,186,101)
#FBC074
(251,192,116)
#FBC683
(251,198,131)
#FBCC92
(251,204,146)
#FBD2A1
(251,210,161)
#FBD8B0
(251,216,176)
#FBDEBF
(251,222,191)
#FBE4CE
(251,228,206)
#FBEADD
(251,234,221)
#FBF0EC
(251,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB456 color. Also use rgb(251,180,86) instead hex code.

Text Font Color

.myTextColor { color: #FBB456; }

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

This text font color is #FBB456.

Background Color

.myBgColor { background-color: #FBB456; }

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

This div background color is #FBB456.

Border color

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

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

This div border color is #FBB456.

Opacity

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

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

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

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

This text has shadow with #FBB456 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBB456.

Preview

Color preview on black background

This text has color #FBB456 on black background.


Color preview on white background

This text has color #FBB456 on white background.


Black color preview on #FBB456 background

This text has black color on #FBB456 background.


White color preview on #FBB456 background

This text has white color on #FBB456 background.


Related colors

Complementary color

Complementary color for #hex is #044BA9.


I love getcolorcode.com

Triadic colors

1 #56FBB4 and #B456FB with #FBB456 are triadic colors.

2 #56B4FB and #B4FB56 with #FBB456 are triadic colors.