COLOR #FCB971

HEX: #FCB971
RGB: (252,185,113)

Color info

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

RGB color model

#FCB971 color RGB value is (252,185,113).

  • red value is 252;
  • green value is 185;
  • blue value is 113.
RGB:
(252,185,113)
(99%,73%,44%)

RGB channels and saturation

R 252 of 255 = 99%
G 185 of 255 = 73%
B 113 of 255 = 44%

252
185
113

R + G + B ~ 72%. #FCB971 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 185 + 113 = 550 (100%)
R 252 of 550 ~ 45.82%
G 185 of 550 ~ 33.64%
B 113 of 550 ~ 20.55%

%45.82
%33.64
%20.55

CMYK color model

#FCB971 color CMYK value is (0,27,55,1).

  • cyan value is 0.00%
  • magenta value is 26.59%
  • yellow value is 55.16%
  • key color value is 1.18%
CMYK:
(0,27,55,1)
C0M27Y55K1 
(0%,27%,55%,1%)
(0.00/0.27/0.55/0.01)	

CMYK percentages

%0
%26.59
%55.16
%1.18

Codes

Color #FCB971 in popluar color models

FCB971
RGB252185113
HSL31°95.86%71.57%
HSB/HSV31°55.16%98.82%
CMYK0.00%26.59%55.16%
1.18%

Color #FCB971 in popluar number systems.

HEXFCB971
Decimal252185113
Binary11111100101110011110001
Octal374271161

Shades and tints

Shades of #FCB971

#FCB971
(252,185,113)
#E6A967
(230,169,103)
#D0995D
(208,153,93)
#BA8953
(186,137,83)
#A47949
(164,121,73)
#8E693F
(142,105,63)
#785935
(120,89,53)
#62492B
(98,73,43)
#4C3921
(76,57,33)
#362917
(54,41,23)
#20190D
(32,25,13)
#000000
(0,0,0)

Tints of #FCB971

#FCB971
(252,185,113)
#FCBF7D
(252,191,125)
#FCC589
(252,197,137)
#FCCB95
(252,203,149)
#FCD1A1
(252,209,161)
#FCD7AD
(252,215,173)
#FCDDB9
(252,221,185)
#FCE3C5
(252,227,197)
#FCE9D1
(252,233,209)
#FCEFDD
(252,239,221)
#FCF5E9
(252,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB971 color. Also use rgb(252,185,113) instead hex code.

Text Font Color

.myTextColor { color: #FCB971; }

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

This text font color is #FCB971.


Background Color

.myBgColor { background-color: #FCB971; }

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

This div background color is #FCB971.


Border color

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

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

This div border color is #FCB971.


Opacity

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

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

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

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

This text has shadow with #FCB971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB971 on black background.


Color preview on white background

This text has color #FCB971 on white background.



Black color preview on #FCB971 background

This text has black color on #FCB971 background.


White color preview on #FCB971 background

This text has white color on #FCB971 background.