COLOR #FC9C37

HEX: #FC9C37 RGB: (252,156,55)

Color info

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

RGB color model

#FC9C37 color RGB value is (252,156,55).

RGB: (252,156,55) (99%, 61%, 22%)

RGB channels and saturation

R 252 of 255 = 99%
G 156 of 255 = 61%
B 55 of 255 = 22%

252
156
55

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

Portions of RGB colors in percentages

R + G + B = 252 + 156 + 55 = 463 (100%)
R 252 of 463 ~ 54.43%
G 156 of 463 ~ 33.69%
B 55 of 463 ~ 11.88'%

%54.43
%33.69
%11.88

CMYK color model

#FC9C37 color CMYK value is (0,38,78,1).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 78.17%
  • key color value is 1.18%

CMYK: (0,38,78,1)
C0M38Y78K1 (0%, 38%, 78%, 1%)
(0.00 / 0.38 / 0.78 / 0.01)

CMYK percentages

%0
%38.1
%78.17
%1.18

Codes

Color #FC9C37 in popluar color models

FC 9C 37
RGB 252 156 55
HSL 31° 97.04% 60.20%
HSB/HSV 31° 78.17% 98.82%
CMYK 0.00% 38.10% 78.17%
1.18%

Color #FC9C37 in popluar number systems.

HEX FC 9C 37
Decimal 252 156 55
Binary 11111100 10011100 110111
Octal 374 234 67

Shades and tints

Shades of #FC9C37

#FC9C37
(252,156,55)
#E68E32
(230,142,50)
#D0802D
(208,128,45)
#BA7228
(186,114,40)
#A46423
(164,100,35)
#8E561E
(142,86,30)
#784819
(120,72,25)
#623A14
(98,58,20)
#4C2C0F
(76,44,15)
#361E0A
(54,30,10)
#201005
(32,16,5)
#000000
(0,0,0)

Tints of #FC9C37

#FC9C37
(252,156,55)
#FCA549
(252,165,73)
#FCAE5B
(252,174,91)
#FCB76D
(252,183,109)
#FCC07F
(252,192,127)
#FCC991
(252,201,145)
#FCD2A3
(252,210,163)
#FCDBB5
(252,219,181)
#FCE4C7
(252,228,199)
#FCEDD9
(252,237,217)
#FCF6EB
(252,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9C37 color. Also use rgb(252,156,55) instead hex code.

Text Font Color

.myTextColor { color: #FC9C37; }

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

This text font color is #FC9C37.

Background Color

.myBgColor { background-color: #FC9C37; }

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

This div background color is #FC9C37.

Border color

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

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

This div border color is #FC9C37.

Opacity

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

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

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

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

This text has shadow with #FC9C37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC9C37.

Preview

Color preview on black background

This text has color #FC9C37 on black background.


Color preview on white background

This text has color #FC9C37 on white background.


Black color preview on #FC9C37 background

This text has black color on #FC9C37 background.


White color preview on #FC9C37 background

This text has white color on #FC9C37 background.


Related colors

Complementary color

Complementary color for #hex is #0363C8.


I love getcolorcode.com

Triadic colors

1 #37FC9C and #9C37FC with #FC9C37 are triadic colors.

2 #379CFC and #9CFC37 with #FC9C37 are triadic colors.