COLOR #FBBC6A

HEX: #FBBC6A RGB: (251,188,106)

Color info

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

RGB color model

#FBBC6A color RGB value is (251,188,106).

RGB: (251,188,106) (98%, 74%, 42%)

RGB channels and saturation

R 251 of 255 = 98%
G 188 of 255 = 74%
B 106 of 255 = 42%

251
188
106

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

Portions of RGB colors in percentages

R + G + B = 251 + 188 + 106 = 545 (100%)
R 251 of 545 ~ 46.06%
G 188 of 545 ~ 34.5%
B 106 of 545 ~ 19.45'%

%46.06
%34.5
%19.45

CMYK color model

#FBBC6A color CMYK value is (0,25,58,2).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 57.77%
  • key color value is 1.57%

CMYK: (0,25,58,2)
C0M25Y58K2 (0%, 25%, 58%, 2%)
(0.00 / 0.25 / 0.58 / 0.02)

CMYK percentages

%0
%25.1
%57.77
%1.57

Codes

Color #FBBC6A in popluar color models

FB BC 6A
RGB 251 188 106
HSL 34° 94.77% 70.00%
HSB/HSV 34° 57.77% 98.43%
CMYK 0.00% 25.10% 57.77%
1.57%

Color #FBBC6A in popluar number systems.

HEX FB BC 6A
Decimal 251 188 106
Binary 11111011 10111100 1101010
Octal 373 274 152

Shades and tints

Shades of #FBBC6A

#FBBC6A
(251,188,106)
#E5AB61
(229,171,97)
#CF9A58
(207,154,88)
#B9894F
(185,137,79)
#A37846
(163,120,70)
#8D673D
(141,103,61)
#775634
(119,86,52)
#61452B
(97,69,43)
#4B3422
(75,52,34)
#352319
(53,35,25)
#1F1210
(31,18,16)
#000000
(0,0,0)

Tints of #FBBC6A

#FBBC6A
(251,188,106)
#FBC277
(251,194,119)
#FBC884
(251,200,132)
#FBCE91
(251,206,145)
#FBD49E
(251,212,158)
#FBDAAB
(251,218,171)
#FBE0B8
(251,224,184)
#FBE6C5
(251,230,197)
#FBECD2
(251,236,210)
#FBF2DF
(251,242,223)
#FBF8EC
(251,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBBC6A color. Also use rgb(251,188,106) instead hex code.

Text Font Color

.myTextColor { color: #FBBC6A; }

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

This text font color is #FBBC6A.

Background Color

.myBgColor { background-color: #FBBC6A; }

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

This div background color is #FBBC6A.

Border color

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

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

This div border color is #FBBC6A.

Opacity

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

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

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

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

This text has shadow with #FBBC6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBBC6A.

Preview

Color preview on black background

This text has color #FBBC6A on black background.


Color preview on white background

This text has color #FBBC6A on white background.


Black color preview on #FBBC6A background

This text has black color on #FBBC6A background.


White color preview on #FBBC6A background

This text has white color on #FBBC6A background.


Related colors

Complementary color

Complementary color for #hex is #044395.


I love getcolorcode.com

Triadic colors

1 #6AFBBC and #BC6AFB with #FBBC6A are triadic colors.

2 #6ABCFB and #BCFB6A with #FBBC6A are triadic colors.