COLOR #FC8705

HEX: #FC8705
RGB: (252,135,5)

Color info

#FC8705 contains mainly red color. Web safe color of #FC8705 is #FF9900 (or #F90).

RGB color model

#FC8705 color RGB value is (252,135,5).

  • red value is 252;
  • green value is 135;
  • blue value is 5.
RGB:
(252,135,5)
(99%,53%,2%)

RGB channels and saturation

R 252 of 255 = 99%
G 135 of 255 = 53%
B 5 of 255 = 2%

252
135
5

R + G + B ~ 51%. #FC8705 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
252 + 135 + 5 = 392 (100%)
R 252 of 392 ~ 64.29%
G 135 of 392 ~ 34.44%
B 5 of 392 ~ 1.28%

%64.29
%34.44

CMYK color model

#FC8705 color CMYK value is (0,46,98,1).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 98.02%
  • key color value is 1.18%
CMYK:
(0,46,98,1)
C0M46Y98K1 
(0%,46%,98%,1%)
(0.00/0.46/0.98/0.01)	

CMYK percentages

%0
%46.43
%98.02
%1.18

Codes

Color #FC8705 in popluar color models

FC8705
RGB2521355
HSL32°97.63%50.39%
HSB/HSV32°98.02%98.82%
CMYK0.00%46.43%98.02%
1.18%

Color #FC8705 in popluar number systems.

HEXFC8705
Decimal2521355
Binary1111110010000111101
Octal3742075

Shades and tints

Shades of #FC8705

#FC8705
(252,135,5)
#E67B05
(230,123,5)
#D06F05
(208,111,5)
#BA6305
(186,99,5)
#A45705
(164,87,5)
#8E4B05
(142,75,5)
#783F05
(120,63,5)
#623305
(98,51,5)
#4C2705
(76,39,5)
#361B05
(54,27,5)
#200F05
(32,15,5)
#000000
(0,0,0)

Tints of #FC8705

#FC8705
(252,135,5)
#FC911B
(252,145,27)
#FC9B31
(252,155,49)
#FCA547
(252,165,71)
#FCAF5D
(252,175,93)
#FCB973
(252,185,115)
#FCC389
(252,195,137)
#FCCD9F
(252,205,159)
#FCD7B5
(252,215,181)
#FCE1CB
(252,225,203)
#FCEBE1
(252,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC8705 color. Also use rgb(252,135,5) instead hex code.

Text Font Color

.myTextColor { color: #FC8705; }

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

This text font color is #FC8705.


Background Color

.myBgColor { background-color: #FC8705; }

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

This div background color is #FC8705.


Border color

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

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

This div border color is #FC8705.


Opacity

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

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

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

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

This text has shadow with #FC8705 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC8705 on black background.


Color preview on white background

This text has color #FC8705 on white background.



Black color preview on #FC8705 background

This text has black color on #FC8705 background.


White color preview on #FC8705 background

This text has white color on #FC8705 background.