COLOR #FD7E56

HEX: #FD7E56
RGB: (253,126,86)

Color info

#FD7E56 contains mainly red color. Web safe color of #FD7E56 is #FF6666 (or #F66).

RGB color model

#FD7E56 color RGB value is (253,126,86).

  • red value is 253;
  • green value is 126;
  • blue value is 86.
RGB:
(253,126,86)
(99%,49%,34%)

RGB channels and saturation

R 253 of 255 = 99%
G 126 of 255 = 49%
B 86 of 255 = 34%

253
126
86

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

Portions of RGB colors in percentages

R + G + B =
253 + 126 + 86 = 465 (100%)
R 253 of 465 ~ 54.41%
G 126 of 465 ~ 27.1%
B 86 of 465 ~ 18.49%

%54.41
%27.1
%18.49

CMYK color model

#FD7E56 color CMYK value is (0,50,66,1).

  • cyan value is 0.00%
  • magenta value is 50.20%
  • yellow value is 66.01%
  • key color value is 0.78%
CMYK:
(0,50,66,1)
C0M50Y66K1 
(0%,50%,66%,1%)
(0.00/0.50/0.66/0.01)	

CMYK percentages

%0
%50.2
%66.01
%0.78

Codes

Color #FD7E56 in popluar color models

FD7E56
RGB25312686
HSL14°97.66%66.47%
HSB/HSV14°66.01%99.22%
CMYK0.00%50.20%66.01%
0.78%

Color #FD7E56 in popluar number systems.

HEXFD7E56
Decimal25312686
Binary1111110111111101010110
Octal375176126

Shades and tints

Shades of #FD7E56

#FD7E56
(253,126,86)
#E6734F
(230,115,79)
#CF6848
(207,104,72)
#B85D41
(184,93,65)
#A1523A
(161,82,58)
#8A4733
(138,71,51)
#733C2C
(115,60,44)
#5C3125
(92,49,37)
#45261E
(69,38,30)
#2E1B17
(46,27,23)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #FD7E56

#FD7E56
(253,126,86)
#FD8965
(253,137,101)
#FD9474
(253,148,116)
#FD9F83
(253,159,131)
#FDAA92
(253,170,146)
#FDB5A1
(253,181,161)
#FDC0B0
(253,192,176)
#FDCBBF
(253,203,191)
#FDD6CE
(253,214,206)
#FDE1DD
(253,225,221)
#FDECEC
(253,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD7E56 color. Also use rgb(253,126,86) instead hex code.

Text Font Color

.myTextColor { color: #FD7E56; }

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

This text font color is #FD7E56.


Background Color

.myBgColor { background-color: #FD7E56; }

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

This div background color is #FD7E56.


Border color

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

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

This div border color is #FD7E56.


Opacity

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

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

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

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

This text has shadow with #FD7E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD7E56 on black background.


Color preview on white background

This text has color #FD7E56 on white background.



Black color preview on #FD7E56 background

This text has black color on #FD7E56 background.


White color preview on #FD7E56 background

This text has white color on #FD7E56 background.