COLOR #FCA85E

HEX: #FCA85E
RGB: (252,168,94)

Color info

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

RGB color model

#FCA85E color RGB value is (252,168,94).

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

RGB channels and saturation

R 252 of 255 = 99%
G 168 of 255 = 66%
B 94 of 255 = 37%

252
168
94

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

Portions of RGB colors in percentages

R + G + B =
252 + 168 + 94 = 514 (100%)
R 252 of 514 ~ 49.03%
G 168 of 514 ~ 32.68%
B 94 of 514 ~ 18.29%

%49.03
%32.68
%18.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 62.70%
  • 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
%62.7
%1.18

Codes

Color #FCA85E in popluar color models

FCA85E
RGB25216894
HSL28°96.34%67.84%
HSB/HSV28°62.70%98.82%
CMYK0.00%33.33%62.70%
1.18%

Color #FCA85E in popluar number systems.

HEXFCA85E
Decimal25216894
Binary11111100101010001011110
Octal374250136

Shades and tints

Shades of #FCA85E

#FCA85E
(252,168,94)
#E69956
(230,153,86)
#D08A4E
(208,138,78)
#BA7B46
(186,123,70)
#A46C3E
(164,108,62)
#8E5D36
(142,93,54)
#784E2E
(120,78,46)
#623F26
(98,63,38)
#4C301E
(76,48,30)
#362116
(54,33,22)
#20120E
(32,18,14)
#000000
(0,0,0)

Tints of #FCA85E

#FCA85E
(252,168,94)
#FCAF6C
(252,175,108)
#FCB67A
(252,182,122)
#FCBD88
(252,189,136)
#FCC496
(252,196,150)
#FCCBA4
(252,203,164)
#FCD2B2
(252,210,178)
#FCD9C0
(252,217,192)
#FCE0CE
(252,224,206)
#FCE7DC
(252,231,220)
#FCEEEA
(252,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCA85E; }

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

This text font color is #FCA85E.


Background Color

.myBgColor { background-color: #FCA85E; }

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

This div background color is #FCA85E.


Border color

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

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

This div border color is #FCA85E.


Opacity

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

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

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

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

This text has shadow with #FCA85E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA85E on black background.


Color preview on white background

This text has color #FCA85E on white background.



Black color preview on #FCA85E background

This text has black color on #FCA85E background.


White color preview on #FCA85E background

This text has white color on #FCA85E background.