COLOR #FD7F47

HEX: #FD7F47
RGB: (253,127,71)

Color info

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

RGB color model

#FD7F47 color RGB value is (253,127,71).

  • red value is 253;
  • green value is 127;
  • blue value is 71.
RGB:
(253,127,71)
(99%,50%,28%)

RGB channels and saturation

R 253 of 255 = 99%
G 127 of 255 = 50%
B 71 of 255 = 28%

253
127
71

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

Portions of RGB colors in percentages

R + G + B =
253 + 127 + 71 = 451 (100%)
R 253 of 451 ~ 56.1%
G 127 of 451 ~ 28.16%
B 71 of 451 ~ 15.74%

%56.1
%28.16
%15.74

CMYK color model

#FD7F47 color CMYK value is (0,50,72,1).

  • cyan value is 0.00%
  • magenta value is 49.80%
  • yellow value is 71.94%
  • key color value is 0.78%
CMYK:
(0,50,72,1)
C0M50Y72K1 
(0%,50%,72%,1%)
(0.00/0.50/0.72/0.01)	

CMYK percentages

%0
%49.8
%71.94
%0.78

Codes

Color #FD7F47 in popluar color models

FD7F47
RGB25312771
HSL18°97.85%63.53%
HSB/HSV18°71.94%99.22%
CMYK0.00%49.80%71.94%
0.78%

Color #FD7F47 in popluar number systems.

HEXFD7F47
Decimal25312771
Binary1111110111111111000111
Octal375177107

Shades and tints

Shades of #FD7F47

#FD7F47
(253,127,71)
#E67441
(230,116,65)
#CF693B
(207,105,59)
#B85E35
(184,94,53)
#A1532F
(161,83,47)
#8A4829
(138,72,41)
#733D23
(115,61,35)
#5C321D
(92,50,29)
#452717
(69,39,23)
#2E1C11
(46,28,17)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #FD7F47

#FD7F47
(253,127,71)
#FD8A57
(253,138,87)
#FD9567
(253,149,103)
#FDA077
(253,160,119)
#FDAB87
(253,171,135)
#FDB697
(253,182,151)
#FDC1A7
(253,193,167)
#FDCCB7
(253,204,183)
#FDD7C7
(253,215,199)
#FDE2D7
(253,226,215)
#FDEDE7
(253,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD7F47 color. Also use rgb(253,127,71) instead hex code.

Text Font Color

.myTextColor { color: #FD7F47; }

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

This text font color is #FD7F47.


Background Color

.myBgColor { background-color: #FD7F47; }

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

This div background color is #FD7F47.


Border color

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

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

This div border color is #FD7F47.


Opacity

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

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

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

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

This text has shadow with #FD7F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD7F47 on black background.


Color preview on white background

This text has color #FD7F47 on white background.



Black color preview on #FD7F47 background

This text has black color on #FD7F47 background.


White color preview on #FD7F47 background

This text has white color on #FD7F47 background.