COLOR #FCB775

HEX: #FCB775
RGB: (252,183,117)

Color info

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

RGB color model

#FCB775 color RGB value is (252,183,117).

  • red value is 252;
  • green value is 183;
  • blue value is 117.
RGB:
(252,183,117)
(99%,72%,46%)

RGB channels and saturation

R 252 of 255 = 99%
G 183 of 255 = 72%
B 117 of 255 = 46%

252
183
117

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

Portions of RGB colors in percentages

R + G + B =
252 + 183 + 117 = 552 (100%)
R 252 of 552 ~ 45.65%
G 183 of 552 ~ 33.15%
B 117 of 552 ~ 21.2%

%45.65
%33.15
%21.2

CMYK color model

#FCB775 color CMYK value is (0,27,54,1).

  • cyan value is 0.00%
  • magenta value is 27.38%
  • yellow value is 53.57%
  • key color value is 1.18%
CMYK:
(0,27,54,1)
C0M27Y54K1 
(0%,27%,54%,1%)
(0.00/0.27/0.54/0.01)	

CMYK percentages

%0
%27.38
%53.57
%1.18

Codes

Color #FCB775 in popluar color models

FCB775
RGB252183117
HSL29°95.74%72.35%
HSB/HSV29°53.57%98.82%
CMYK0.00%27.38%53.57%
1.18%

Color #FCB775 in popluar number systems.

HEXFCB775
Decimal252183117
Binary11111100101101111110101
Octal374267165

Shades and tints

Shades of #FCB775

#FCB775
(252,183,117)
#E6A76B
(230,167,107)
#D09761
(208,151,97)
#BA8757
(186,135,87)
#A4774D
(164,119,77)
#8E6743
(142,103,67)
#785739
(120,87,57)
#62472F
(98,71,47)
#4C3725
(76,55,37)
#36271B
(54,39,27)
#201711
(32,23,17)
#000000
(0,0,0)

Tints of #FCB775

#FCB775
(252,183,117)
#FCBD81
(252,189,129)
#FCC38D
(252,195,141)
#FCC999
(252,201,153)
#FCCFA5
(252,207,165)
#FCD5B1
(252,213,177)
#FCDBBD
(252,219,189)
#FCE1C9
(252,225,201)
#FCE7D5
(252,231,213)
#FCEDE1
(252,237,225)
#FCF3ED
(252,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB775 color. Also use rgb(252,183,117) instead hex code.

Text Font Color

.myTextColor { color: #FCB775; }

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

This text font color is #FCB775.


Background Color

.myBgColor { background-color: #FCB775; }

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

This div background color is #FCB775.


Border color

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

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

This div border color is #FCB775.


Opacity

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

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

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

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

This text has shadow with #FCB775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB775 on black background.


Color preview on white background

This text has color #FCB775 on white background.



Black color preview on #FCB775 background

This text has black color on #FCB775 background.


White color preview on #FCB775 background

This text has white color on #FCB775 background.