COLOR #FC6941

HEX: #FC6941
RGB: (252,105,65)

Color info

#FC6941 contains mainly red color. Web safe color of #FC6941 is #FF6633 (or #F63).

RGB color model

#FC6941 color RGB value is (252,105,65).

  • red value is 252;
  • green value is 105;
  • blue value is 65.
RGB:
(252,105,65)
(99%,41%,25%)

RGB channels and saturation

R 252 of 255 = 99%
G 105 of 255 = 41%
B 65 of 255 = 25%

252
105
65

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

Portions of RGB colors in percentages

R + G + B =
252 + 105 + 65 = 422 (100%)
R 252 of 422 ~ 59.72%
G 105 of 422 ~ 24.88%
B 65 of 422 ~ 15.4%

%59.72
%24.88
%15.4

CMYK color model

#FC6941 color CMYK value is (0,58,74,1).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 74.21%
  • key color value is 1.18%
CMYK:
(0,58,74,1)
C0M58Y74K1 
(0%,58%,74%,1%)
(0.00/0.58/0.74/0.01)	

CMYK percentages

%0
%58.33
%74.21
%1.18

Codes

Color #FC6941 in popluar color models

FC6941
RGB25210565
HSL13°96.89%62.16%
HSB/HSV13°74.21%98.82%
CMYK0.00%58.33%74.21%
1.18%

Color #FC6941 in popluar number systems.

HEXFC6941
Decimal25210565
Binary1111110011010011000001
Octal374151101

Shades and tints

Shades of #FC6941

#FC6941
(252,105,65)
#E6603C
(230,96,60)
#D05737
(208,87,55)
#BA4E32
(186,78,50)
#A4452D
(164,69,45)
#8E3C28
(142,60,40)
#783323
(120,51,35)
#622A1E
(98,42,30)
#4C2119
(76,33,25)
#361814
(54,24,20)
#200F0F
(32,15,15)
#000000
(0,0,0)

Tints of #FC6941

#FC6941
(252,105,65)
#FC7652
(252,118,82)
#FC8363
(252,131,99)
#FC9074
(252,144,116)
#FC9D85
(252,157,133)
#FCAA96
(252,170,150)
#FCB7A7
(252,183,167)
#FCC4B8
(252,196,184)
#FCD1C9
(252,209,201)
#FCDEDA
(252,222,218)
#FCEBEB
(252,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC6941 color. Also use rgb(252,105,65) instead hex code.

Text Font Color

.myTextColor { color: #FC6941; }

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

This text font color is #FC6941.


Background Color

.myBgColor { background-color: #FC6941; }

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

This div background color is #FC6941.


Border color

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

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

This div border color is #FC6941.


Opacity

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

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

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

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

This text has shadow with #FC6941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC6941 on black background.


Color preview on white background

This text has color #FC6941 on white background.



Black color preview on #FC6941 background

This text has black color on #FC6941 background.


White color preview on #FC6941 background

This text has white color on #FC6941 background.