COLOR #FD875E

HEX: #FD875E
RGB: (253,135,94)

Color info

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

RGB color model

#FD875E color RGB value is (253,135,94).

  • red value is 253;
  • green value is 135;
  • blue value is 94.
RGB:
(253,135,94)
(99%,53%,37%)

RGB channels and saturation

R 253 of 255 = 99%
G 135 of 255 = 53%
B 94 of 255 = 37%

253
135
94

R + G + B ~ 63%. #FD875E is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 135 + 94 = 482 (100%)
R 253 of 482 ~ 52.49%
G 135 of 482 ~ 28.01%
B 94 of 482 ~ 19.5%

%52.49
%28.01
%19.5

CMYK color model

#FD875E color CMYK value is (0,47,63,1).

  • cyan value is 0.00%
  • magenta value is 46.64%
  • yellow value is 62.85%
  • key color value is 0.78%
CMYK:
(0,47,63,1)
C0M47Y63K1 
(0%,47%,63%,1%)
(0.00/0.47/0.63/0.01)	

CMYK percentages

%0
%46.64
%62.85
%0.78

Codes

Color #FD875E in popluar color models

FD875E
RGB25313594
HSL15°97.55%68.04%
HSB/HSV15°62.85%99.22%
CMYK0.00%46.64%62.85%
0.78%

Color #FD875E in popluar number systems.

HEXFD875E
Decimal25313594
Binary11111101100001111011110
Octal375207136

Shades and tints

Shades of #FD875E

#FD875E
(253,135,94)
#E67B56
(230,123,86)
#CF6F4E
(207,111,78)
#B86346
(184,99,70)
#A1573E
(161,87,62)
#8A4B36
(138,75,54)
#733F2E
(115,63,46)
#5C3326
(92,51,38)
#45271E
(69,39,30)
#2E1B16
(46,27,22)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #FD875E

#FD875E
(253,135,94)
#FD916C
(253,145,108)
#FD9B7A
(253,155,122)
#FDA588
(253,165,136)
#FDAF96
(253,175,150)
#FDB9A4
(253,185,164)
#FDC3B2
(253,195,178)
#FDCDC0
(253,205,192)
#FDD7CE
(253,215,206)
#FDE1DC
(253,225,220)
#FDEBEA
(253,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD875E color. Also use rgb(253,135,94) instead hex code.

Text Font Color

.myTextColor { color: #FD875E; }

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

This text font color is #FD875E.


Background Color

.myBgColor { background-color: #FD875E; }

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

This div background color is #FD875E.


Border color

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

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

This div border color is #FD875E.


Opacity

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

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

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

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

This text has shadow with #FD875E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD875E on black background.


Color preview on white background

This text has color #FD875E on white background.



Black color preview on #FD875E background

This text has black color on #FD875E background.


White color preview on #FD875E background

This text has white color on #FD875E background.