COLOR #FD8A77

HEX: #FD8A77
RGB: (253,138,119)

Color info

#FD8A77 contains mainly red color. Web safe color of #FD8A77 is #FF9966 (or #F96).

RGB color model

#FD8A77 color RGB value is (253,138,119).

  • red value is 253;
  • green value is 138;
  • blue value is 119.
RGB:
(253,138,119)
(99%,54%,47%)

RGB channels and saturation

R 253 of 255 = 99%
G 138 of 255 = 54%
B 119 of 255 = 47%

253
138
119

R + G + B ~ 67%. #FD8A77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 138 + 119 = 510 (100%)
R 253 of 510 ~ 49.61%
G 138 of 510 ~ 27.06%
B 119 of 510 ~ 23.33%

%49.61
%27.06
%23.33

CMYK color model

#FD8A77 color CMYK value is (0,45,53,1).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 52.96%
  • key color value is 0.78%
CMYK:
(0,45,53,1)
C0M45Y53K1 
(0%,45%,53%,1%)
(0.00/0.45/0.53/0.01)	

CMYK percentages

%0
%45.45
%52.96
%0.78

Codes

Color #FD8A77 in popluar color models

FD8A77
RGB253138119
HSL97.10%72.94%
HSB/HSV52.96%99.22%
CMYK0.00%45.45%52.96%
0.78%

Color #FD8A77 in popluar number systems.

HEXFD8A77
Decimal253138119
Binary11111101100010101110111
Octal375212167

Shades and tints

Shades of #FD8A77

#FD8A77
(253,138,119)
#E67E6D
(230,126,109)
#CF7263
(207,114,99)
#B86659
(184,102,89)
#A15A4F
(161,90,79)
#8A4E45
(138,78,69)
#73423B
(115,66,59)
#5C3631
(92,54,49)
#452A27
(69,42,39)
#2E1E1D
(46,30,29)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #FD8A77

#FD8A77
(253,138,119)
#FD9483
(253,148,131)
#FD9E8F
(253,158,143)
#FDA89B
(253,168,155)
#FDB2A7
(253,178,167)
#FDBCB3
(253,188,179)
#FDC6BF
(253,198,191)
#FDD0CB
(253,208,203)
#FDDAD7
(253,218,215)
#FDE4E3
(253,228,227)
#FDEEEF
(253,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD8A77 color. Also use rgb(253,138,119) instead hex code.

Text Font Color

.myTextColor { color: #FD8A77; }

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

This text font color is #FD8A77.


Background Color

.myBgColor { background-color: #FD8A77; }

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

This div background color is #FD8A77.


Border color

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

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

This div border color is #FD8A77.


Opacity

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

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

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

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

This text has shadow with #FD8A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD8A77 on black background.


Color preview on white background

This text has color #FD8A77 on white background.



Black color preview on #FD8A77 background

This text has black color on #FD8A77 background.


White color preview on #FD8A77 background

This text has white color on #FD8A77 background.