COLOR #FD8955

HEX: #FD8955
RGB: (253,137,85)

Color info

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

RGB color model

#FD8955 color RGB value is (253,137,85).

  • red value is 253;
  • green value is 137;
  • blue value is 85.
RGB:
(253,137,85)
(99%,54%,33%)

RGB channels and saturation

R 253 of 255 = 99%
G 137 of 255 = 54%
B 85 of 255 = 33%

253
137
85

R + G + B ~ 62%. #FD8955 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 137 + 85 = 475 (100%)
R 253 of 475 ~ 53.26%
G 137 of 475 ~ 28.84%
B 85 of 475 ~ 17.89%

%53.26
%28.84
%17.89

CMYK color model

#FD8955 color CMYK value is (0,46,66,1).

  • cyan value is 0.00%
  • magenta value is 45.85%
  • yellow value is 66.40%
  • key color value is 0.78%
CMYK:
(0,46,66,1)
C0M46Y66K1 
(0%,46%,66%,1%)
(0.00/0.46/0.66/0.01)	

CMYK percentages

%0
%45.85
%66.4
%0.78

Codes

Color #FD8955 in popluar color models

FD8955
RGB25313785
HSL19°97.67%66.27%
HSB/HSV19°66.40%99.22%
CMYK0.00%45.85%66.40%
0.78%

Color #FD8955 in popluar number systems.

HEXFD8955
Decimal25313785
Binary11111101100010011010101
Octal375211125

Shades and tints

Shades of #FD8955

#FD8955
(253,137,85)
#E67D4E
(230,125,78)
#CF7147
(207,113,71)
#B86540
(184,101,64)
#A15939
(161,89,57)
#8A4D32
(138,77,50)
#73412B
(115,65,43)
#5C3524
(92,53,36)
#45291D
(69,41,29)
#2E1D16
(46,29,22)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #FD8955

#FD8955
(253,137,85)
#FD9364
(253,147,100)
#FD9D73
(253,157,115)
#FDA782
(253,167,130)
#FDB191
(253,177,145)
#FDBBA0
(253,187,160)
#FDC5AF
(253,197,175)
#FDCFBE
(253,207,190)
#FDD9CD
(253,217,205)
#FDE3DC
(253,227,220)
#FDEDEB
(253,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD8955 color. Also use rgb(253,137,85) instead hex code.

Text Font Color

.myTextColor { color: #FD8955; }

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

This text font color is #FD8955.


Background Color

.myBgColor { background-color: #FD8955; }

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

This div background color is #FD8955.


Border color

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

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

This div border color is #FD8955.


Opacity

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

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

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

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

This text has shadow with #FD8955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD8955 on black background.


Color preview on white background

This text has color #FD8955 on white background.



Black color preview on #FD8955 background

This text has black color on #FD8955 background.


White color preview on #FD8955 background

This text has white color on #FD8955 background.