COLOR #FC9A42

HEX: #FC9A42
RGB: (252,154,66)

Color info

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

RGB color model

#FC9A42 color RGB value is (252,154,66).

  • red value is 252;
  • green value is 154;
  • blue value is 66.
RGB:
(252,154,66)
(99%,60%,26%)

RGB channels and saturation

R 252 of 255 = 99%
G 154 of 255 = 60%
B 66 of 255 = 26%

252
154
66

R + G + B ~ 62%. #FC9A42 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 154 + 66 = 472 (100%)
R 252 of 472 ~ 53.39%
G 154 of 472 ~ 32.63%
B 66 of 472 ~ 13.98%

%53.39
%32.63
%13.98

CMYK color model

#FC9A42 color CMYK value is (0,39,74,1).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 73.81%
  • key color value is 1.18%
CMYK:
(0,39,74,1)
C0M39Y74K1 
(0%,39%,74%,1%)
(0.00/0.39/0.74/0.01)	

CMYK percentages

%0
%38.89
%73.81
%1.18

Codes

Color #FC9A42 in popluar color models

FC9A42
RGB25215466
HSL28°96.88%62.35%
HSB/HSV28°73.81%98.82%
CMYK0.00%38.89%73.81%
1.18%

Color #FC9A42 in popluar number systems.

HEXFC9A42
Decimal25215466
Binary11111100100110101000010
Octal374232102

Shades and tints

Shades of #FC9A42

#FC9A42
(252,154,66)
#E68C3C
(230,140,60)
#D07E36
(208,126,54)
#BA7030
(186,112,48)
#A4622A
(164,98,42)
#8E5424
(142,84,36)
#78461E
(120,70,30)
#623818
(98,56,24)
#4C2A12
(76,42,18)
#361C0C
(54,28,12)
#200E06
(32,14,6)
#000000
(0,0,0)

Tints of #FC9A42

#FC9A42
(252,154,66)
#FCA353
(252,163,83)
#FCAC64
(252,172,100)
#FCB575
(252,181,117)
#FCBE86
(252,190,134)
#FCC797
(252,199,151)
#FCD0A8
(252,208,168)
#FCD9B9
(252,217,185)
#FCE2CA
(252,226,202)
#FCEBDB
(252,235,219)
#FCF4EC
(252,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9A42 color. Also use rgb(252,154,66) instead hex code.

Text Font Color

.myTextColor { color: #FC9A42; }

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

This text font color is #FC9A42.


Background Color

.myBgColor { background-color: #FC9A42; }

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

This div background color is #FC9A42.


Border color

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

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

This div border color is #FC9A42.


Opacity

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

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

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

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

This text has shadow with #FC9A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC9A42 on black background.


Color preview on white background

This text has color #FC9A42 on white background.



Black color preview on #FC9A42 background

This text has black color on #FC9A42 background.


White color preview on #FC9A42 background

This text has white color on #FC9A42 background.