COLOR #FC7836

HEX: #FC7836 RGB: (252,120,54)

Color info

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

RGB color model

#FC7836 color RGB value is (252,120,54).

RGB: (252,120,54) (99%, 47%, 21%)

RGB channels and saturation

R 252 of 255 = 99%
G 120 of 255 = 47%
B 54 of 255 = 21%

252
120
54

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

Portions of RGB colors in percentages

R + G + B = 252 + 120 + 54 = 426 (100%)
R 252 of 426 ~ 59.15%
G 120 of 426 ~ 28.17%
B 54 of 426 ~ 12.68'%

%59.15
%28.17
%12.68

CMYK color model

#FC7836 color CMYK value is (0,52,79,1).

  • cyan value is 0.00%
  • magenta value is 52.38%
  • yellow value is 78.57%
  • key color value is 1.18%
CMYK: (0,52,79,1) C0M52Y79K1 (0%,52%,79%,1%) (0.00/0.52/0.79/0.01) 

CMYK percentages

%0
%52.38
%78.57
%1.18

Codes

Color #FC7836 in popluar color models

FC 78 36
RGB 252 120 54
HSL 20° 97.06% 60.00%
HSB/HSV 20° 78.57% 98.82%
CMYK 0.00% 52.38% 78.57%
1.18%

Color #FC7836 in popluar number systems.

HEX FC 78 36
Decimal 252 120 54
Binary 11111100 1111000 110110
Octal 374 170 66

Shades and tints

Shades of #FC7836

#FC7836
(252,120,54)
#E66E32
(230,110,50)
#D0642E
(208,100,46)
#BA5A2A
(186,90,42)
#A45026
(164,80,38)
#8E4622
(142,70,34)
#783C1E
(120,60,30)
#62321A
(98,50,26)
#4C2816
(76,40,22)
#361E12
(54,30,18)
#20140E
(32,20,14)
#000000
(0,0,0)

Tints of #FC7836

#FC7836
(252,120,54)
#FC8448
(252,132,72)
#FC905A
(252,144,90)
#FC9C6C
(252,156,108)
#FCA87E
(252,168,126)
#FCB490
(252,180,144)
#FCC0A2
(252,192,162)
#FCCCB4
(252,204,180)
#FCD8C6
(252,216,198)
#FCE4D8
(252,228,216)
#FCF0EA
(252,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC7836 color. Also use rgb(252,120,54) instead hex code.

Text Font Color

.myTextColor { color: #FC7836; }

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

This text font color is #FC7836.

Background Color

.myBgColor { background-color: #FC7836; }

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

This div background color is #FC7836.

Border color

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

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

This div border color is #FC7836.

Opacity

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

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

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

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

This text has shadow with #FC7836 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC7836.

Preview

Color preview on black background

This text has color #FC7836 on black background.


Color preview on white background

This text has color #FC7836 on white background.


Black color preview on #FC7836 background

This text has black color on #FC7836 background.


White color preview on #FC7836 background

This text has white color on #FC7836 background.


Related colors

Complementary color

Complementary color for #hex is #0387C9.


I love getcolorcode.com

Triadic colors

1 #36FC78 and #7836FC with #FC7836 are triadic colors.

2 #3678FC and #78FC36 with #FC7836 are triadic colors.