COLOR #FCA85C

HEX: #FCA85C
RGB: (252,168,92)

Color info

#FCA85C contains mainly red color. Web safe color of #FCA85C is #FF9966 (or #F96).

RGB color model

#FCA85C color RGB value is (252,168,92).

  • red value is 252;
  • green value is 168;
  • blue value is 92.
RGB:
(252,168,92)
(99%,66%,36%)

RGB channels and saturation

R 252 of 255 = 99%
G 168 of 255 = 66%
B 92 of 255 = 36%

252
168
92

R + G + B ~ 67%. #FCA85C is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 168 + 92 = 512 (100%)
R 252 of 512 ~ 49.22%
G 168 of 512 ~ 32.81%
B 92 of 512 ~ 17.97%

%49.22
%32.81
%17.97

CMYK color model

#FCA85C color CMYK value is (0,33,63,1).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 63.49%
  • key color value is 1.18%
CMYK:
(0,33,63,1)
C0M33Y63K1 
(0%,33%,63%,1%)
(0.00/0.33/0.63/0.01)	

CMYK percentages

%0
%33.33
%63.49
%1.18

Codes

Color #FCA85C in popluar color models

FCA85C
RGB25216892
HSL29°96.39%67.45%
HSB/HSV29°63.49%98.82%
CMYK0.00%33.33%63.49%
1.18%

Color #FCA85C in popluar number systems.

HEXFCA85C
Decimal25216892
Binary11111100101010001011100
Octal374250134

Shades and tints

Shades of #FCA85C

#FCA85C
(252,168,92)
#E69954
(230,153,84)
#D08A4C
(208,138,76)
#BA7B44
(186,123,68)
#A46C3C
(164,108,60)
#8E5D34
(142,93,52)
#784E2C
(120,78,44)
#623F24
(98,63,36)
#4C301C
(76,48,28)
#362114
(54,33,20)
#20120C
(32,18,12)
#000000
(0,0,0)

Tints of #FCA85C

#FCA85C
(252,168,92)
#FCAF6A
(252,175,106)
#FCB678
(252,182,120)
#FCBD86
(252,189,134)
#FCC494
(252,196,148)
#FCCBA2
(252,203,162)
#FCD2B0
(252,210,176)
#FCD9BE
(252,217,190)
#FCE0CC
(252,224,204)
#FCE7DA
(252,231,218)
#FCEEE8
(252,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA85C color. Also use rgb(252,168,92) instead hex code.

Text Font Color

.myTextColor { color: #FCA85C; }

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

This text font color is #FCA85C.


Background Color

.myBgColor { background-color: #FCA85C; }

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

This div background color is #FCA85C.


Border color

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

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

This div border color is #FCA85C.


Opacity

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

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

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

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

This text has shadow with #FCA85C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA85C on black background.


Color preview on white background

This text has color #FCA85C on white background.



Black color preview on #FCA85C background

This text has black color on #FCA85C background.


White color preview on #FCA85C background

This text has white color on #FCA85C background.