COLOR #FC7C00

HEX: #FC7C00
RGB: (252,124,0)

Color info

#FC7C00 contains mainly red color. Web safe color of #FC7C00 is #FF6600 (or #F60).

RGB color model

#FC7C00 color RGB value is (252,124,0).

  • red value is 252;
  • green value is 124;
  • blue value is 0.
RGB:
(252,124,0)
(99%,49%,0%)

RGB channels and saturation

R 252 of 255 = 99%
G 124 of 255 = 49%
B 0 of 255 = 0%

252
124
0

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

Portions of RGB colors in percentages

R + G + B =
252 + 124 + 0 = 376 (100%)
R 252 of 376 ~ 67.02%
G 124 of 376 ~ 32.98%
B 0 of 376 ~ 0%

%67.02
%32.98

CMYK color model

#FC7C00 color CMYK value is (0,51,100,1).

  • cyan value is 0.00%
  • magenta value is 50.79%
  • yellow value is 100.00%
  • key color value is 1.18%
CMYK:
(0,51,100,1)
C0M51Y100K1 
(0%,51%,100%,1%)
(0.00/0.51/1.00/0.01)	

CMYK percentages

%0
%50.79
%100
%1.18

Codes

Color #FC7C00 in popluar color models

FC7C00
RGB2521240
HSL30°100.00%49.41%
HSB/HSV30°100.00%98.82%
CMYK0.00%50.79%100.00%
1.18%

Color #FC7C00 in popluar number systems.

HEXFC7C00
Decimal2521240
Binary1111110011111000
Octal3741740

Shades and tints

Shades of #FC7C00

#FC7C00
(252,124,0)
#E67100
(230,113,0)
#D06600
(208,102,0)
#BA5B00
(186,91,0)
#A45000
(164,80,0)
#8E4500
(142,69,0)
#783A00
(120,58,0)
#622F00
(98,47,0)
#4C2400
(76,36,0)
#361900
(54,25,0)
#200E00
(32,14,0)
#000000
(0,0,0)

Tints of #FC7C00

#FC7C00
(252,124,0)
#FC8717
(252,135,23)
#FC922E
(252,146,46)
#FC9D45
(252,157,69)
#FCA85C
(252,168,92)
#FCB373
(252,179,115)
#FCBE8A
(252,190,138)
#FCC9A1
(252,201,161)
#FCD4B8
(252,212,184)
#FCDFCF
(252,223,207)
#FCEAE6
(252,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC7C00 color. Also use rgb(252,124,0) instead hex code.

Text Font Color

.myTextColor { color: #FC7C00; }

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

This text font color is #FC7C00.


Background Color

.myBgColor { background-color: #FC7C00; }

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

This div background color is #FC7C00.


Border color

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

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

This div border color is #FC7C00.


Opacity

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

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

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

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

This text has shadow with #FC7C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC7C00 on black background.


Color preview on white background

This text has color #FC7C00 on white background.



Black color preview on #FC7C00 background

This text has black color on #FC7C00 background.


White color preview on #FC7C00 background

This text has white color on #FC7C00 background.