COLOR #FCB46E

HEX: #FCB46E RGB: (252,180,110)

Color info

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

RGB color model

#FCB46E color RGB value is (252,180,110).

RGB: (252,180,110) (99%, 71%, 43%)

RGB channels and saturation

R 252 of 255 = 99%
G 180 of 255 = 71%
B 110 of 255 = 43%

252
180
110

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

Portions of RGB colors in percentages

R + G + B = 252 + 180 + 110 = 542 (100%)
R 252 of 542 ~ 46.49%
G 180 of 542 ~ 33.21%
B 110 of 542 ~ 20.3'%

%46.49
%33.21
%20.3

CMYK color model

#FCB46E color CMYK value is (0,29,56,1).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 56.35%
  • key color value is 1.18%

CMYK: (0,29,56,1)
C0M29Y56K1 (0%, 29%, 56%, 1%)
(0.00 / 0.29 / 0.56 / 0.01)

CMYK percentages

%0
%28.57
%56.35
%1.18

Codes

Color #FCB46E in popluar color models

FC B4 6E
RGB 252 180 110
HSL 30° 95.95% 70.98%
HSB/HSV 30° 56.35% 98.82%
CMYK 0.00% 28.57% 56.35%
1.18%

Color #FCB46E in popluar number systems.

HEX FC B4 6E
Decimal 252 180 110
Binary 11111100 10110100 1101110
Octal 374 264 156

Shades and tints

Shades of #FCB46E

#FCB46E
(252,180,110)
#E6A464
(230,164,100)
#D0945A
(208,148,90)
#BA8450
(186,132,80)
#A47446
(164,116,70)
#8E643C
(142,100,60)
#785432
(120,84,50)
#624428
(98,68,40)
#4C341E
(76,52,30)
#362414
(54,36,20)
#20140A
(32,20,10)
#000000
(0,0,0)

Tints of #FCB46E

#FCB46E
(252,180,110)
#FCBA7B
(252,186,123)
#FCC088
(252,192,136)
#FCC695
(252,198,149)
#FCCCA2
(252,204,162)
#FCD2AF
(252,210,175)
#FCD8BC
(252,216,188)
#FCDEC9
(252,222,201)
#FCE4D6
(252,228,214)
#FCEAE3
(252,234,227)
#FCF0F0
(252,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB46E color. Also use rgb(252,180,110) instead hex code.

Text Font Color

.myTextColor { color: #FCB46E; }

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

This text font color is #FCB46E.

Background Color

.myBgColor { background-color: #FCB46E; }

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

This div background color is #FCB46E.

Border color

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

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

This div border color is #FCB46E.

Opacity

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

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

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

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

This text has shadow with #FCB46E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCB46E.

Preview

Color preview on black background

This text has color #FCB46E on black background.


Color preview on white background

This text has color #FCB46E on white background.


Black color preview on #FCB46E background

This text has black color on #FCB46E background.


White color preview on #FCB46E background

This text has white color on #FCB46E background.


Related colors

Complementary color

Complementary color for #hex is #034B91.


I love getcolorcode.com

Triadic colors

1 #6EFCB4 and #B46EFC with #FCB46E are triadic colors.

2 #6EB4FC and #B4FC6E with #FCB46E are triadic colors.