COLOR #FC963C

HEX: #FC963C
RGB: (252,150,60)

Color info

#FC963C contains mainly red color. Web safe color of #FC963C is #FF9933 (or #F93).

RGB color model

#FC963C color RGB value is (252,150,60).

  • red value is 252;
  • green value is 150;
  • blue value is 60.
RGB:
(252,150,60)
(99%,59%,24%)

RGB channels and saturation

R 252 of 255 = 99%
G 150 of 255 = 59%
B 60 of 255 = 24%

252
150
60

R + G + B ~ 61%. #FC963C is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 150 + 60 = 462 (100%)
R 252 of 462 ~ 54.55%
G 150 of 462 ~ 32.47%
B 60 of 462 ~ 12.99%

%54.55
%32.47
%12.99

CMYK color model

#FC963C color CMYK value is (0,40,76,1).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 76.19%
  • key color value is 1.18%
CMYK:
(0,40,76,1)
C0M40Y76K1 
(0%,40%,76%,1%)
(0.00/0.40/0.76/0.01)	

CMYK percentages

%0
%40.48
%76.19
%1.18

Codes

Color #FC963C in popluar color models

FC963C
RGB25215060
HSL28°96.97%61.18%
HSB/HSV28°76.19%98.82%
CMYK0.00%40.48%76.19%
1.18%

Color #FC963C in popluar number systems.

HEXFC963C
Decimal25215060
Binary1111110010010110111100
Octal37422674

Shades and tints

Shades of #FC963C

#FC963C
(252,150,60)
#E68937
(230,137,55)
#D07C32
(208,124,50)
#BA6F2D
(186,111,45)
#A46228
(164,98,40)
#8E5523
(142,85,35)
#78481E
(120,72,30)
#623B19
(98,59,25)
#4C2E14
(76,46,20)
#36210F
(54,33,15)
#20140A
(32,20,10)
#000000
(0,0,0)

Tints of #FC963C

#FC963C
(252,150,60)
#FC9F4D
(252,159,77)
#FCA85E
(252,168,94)
#FCB16F
(252,177,111)
#FCBA80
(252,186,128)
#FCC391
(252,195,145)
#FCCCA2
(252,204,162)
#FCD5B3
(252,213,179)
#FCDEC4
(252,222,196)
#FCE7D5
(252,231,213)
#FCF0E6
(252,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC963C color. Also use rgb(252,150,60) instead hex code.

Text Font Color

.myTextColor { color: #FC963C; }

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

This text font color is #FC963C.


Background Color

.myBgColor { background-color: #FC963C; }

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

This div background color is #FC963C.


Border color

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

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

This div border color is #FC963C.


Opacity

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

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

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

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

This text has shadow with #FC963C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC963C on black background.


Color preview on white background

This text has color #FC963C on white background.



Black color preview on #FC963C background

This text has black color on #FC963C background.


White color preview on #FC963C background

This text has white color on #FC963C background.