COLOR #FC6537

HEX: #FC6537
RGB: (252,101,55)

Color info

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

RGB color model

#FC6537 color RGB value is (252,101,55).

  • red value is 252;
  • green value is 101;
  • blue value is 55.
RGB:
(252,101,55)
(99%,40%,22%)

RGB channels and saturation

R 252 of 255 = 99%
G 101 of 255 = 40%
B 55 of 255 = 22%

252
101
55

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

Portions of RGB colors in percentages

R + G + B =
252 + 101 + 55 = 408 (100%)
R 252 of 408 ~ 61.76%
G 101 of 408 ~ 24.75%
B 55 of 408 ~ 13.48%

%61.76
%24.75
%13.48

CMYK color model

#FC6537 color CMYK value is (0,60,78,1).

  • cyan value is 0.00%
  • magenta value is 59.92%
  • yellow value is 78.17%
  • key color value is 1.18%
CMYK:
(0,60,78,1)
C0M60Y78K1 
(0%,60%,78%,1%)
(0.00/0.60/0.78/0.01)	

CMYK percentages

%0
%59.92
%78.17
%1.18

Codes

Color #FC6537 in popluar color models

FC6537
RGB25210155
HSL14°97.04%60.20%
HSB/HSV14°78.17%98.82%
CMYK0.00%59.92%78.17%
1.18%

Color #FC6537 in popluar number systems.

HEXFC6537
Decimal25210155
Binary111111001100101110111
Octal37414567

Shades and tints

Shades of #FC6537

#FC6537
(252,101,55)
#E65C32
(230,92,50)
#D0532D
(208,83,45)
#BA4A28
(186,74,40)
#A44123
(164,65,35)
#8E381E
(142,56,30)
#782F19
(120,47,25)
#622614
(98,38,20)
#4C1D0F
(76,29,15)
#36140A
(54,20,10)
#200B05
(32,11,5)
#000000
(0,0,0)

Tints of #FC6537

#FC6537
(252,101,55)
#FC7349
(252,115,73)
#FC815B
(252,129,91)
#FC8F6D
(252,143,109)
#FC9D7F
(252,157,127)
#FCAB91
(252,171,145)
#FCB9A3
(252,185,163)
#FCC7B5
(252,199,181)
#FCD5C7
(252,213,199)
#FCE3D9
(252,227,217)
#FCF1EB
(252,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC6537; }

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

This text font color is #FC6537.


Background Color

.myBgColor { background-color: #FC6537; }

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

This div background color is #FC6537.


Border color

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

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

This div border color is #FC6537.


Opacity

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

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

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

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

This text has shadow with #FC6537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC6537 on black background.


Color preview on white background

This text has color #FC6537 on white background.



Black color preview on #FC6537 background

This text has black color on #FC6537 background.


White color preview on #FC6537 background

This text has white color on #FC6537 background.