COLOR #FC8F5C

HEX: #FC8F5C
RGB: (252,143,92)

Color info

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

RGB color model

#FC8F5C color RGB value is (252,143,92).

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

RGB channels and saturation

R 252 of 255 = 99%
G 143 of 255 = 56%
B 92 of 255 = 36%

252
143
92

R + G + B ~ 64%. #FC8F5C is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 143 + 92 = 487 (100%)
R 252 of 487 ~ 51.75%
G 143 of 487 ~ 29.36%
B 92 of 487 ~ 18.89%

%51.75
%29.36
%18.89

CMYK color model

#FC8F5C color CMYK value is (0,43,63,1).

  • cyan value is 0.00%
  • magenta value is 43.25%
  • yellow value is 63.49%
  • key color value is 1.18%
CMYK:
(0,43,63,1)
C0M43Y63K1 
(0%,43%,63%,1%)
(0.00/0.43/0.63/0.01)	

CMYK percentages

%0
%43.25
%63.49
%1.18

Codes

Color #FC8F5C in popluar color models

FC8F5C
RGB25214392
HSL19°96.39%67.45%
HSB/HSV19°63.49%98.82%
CMYK0.00%43.25%63.49%
1.18%

Color #FC8F5C in popluar number systems.

HEXFC8F5C
Decimal25214392
Binary11111100100011111011100
Octal374217134

Shades and tints

Shades of #FC8F5C

#FC8F5C
(252,143,92)
#E68254
(230,130,84)
#D0754C
(208,117,76)
#BA6844
(186,104,68)
#A45B3C
(164,91,60)
#8E4E34
(142,78,52)
#78412C
(120,65,44)
#623424
(98,52,36)
#4C271C
(76,39,28)
#361A14
(54,26,20)
#200D0C
(32,13,12)
#000000
(0,0,0)

Tints of #FC8F5C

#FC8F5C
(252,143,92)
#FC996A
(252,153,106)
#FCA378
(252,163,120)
#FCAD86
(252,173,134)
#FCB794
(252,183,148)
#FCC1A2
(252,193,162)
#FCCBB0
(252,203,176)
#FCD5BE
(252,213,190)
#FCDFCC
(252,223,204)
#FCE9DA
(252,233,218)
#FCF3E8
(252,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC8F5C; }

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

This text font color is #FC8F5C.


Background Color

.myBgColor { background-color: #FC8F5C; }

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

This div background color is #FC8F5C.


Border color

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

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

This div border color is #FC8F5C.


Opacity

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

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

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

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

This text has shadow with #FC8F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC8F5C on black background.


Color preview on white background

This text has color #FC8F5C on white background.



Black color preview on #FC8F5C background

This text has black color on #FC8F5C background.


White color preview on #FC8F5C background

This text has white color on #FC8F5C background.