COLOR #FE5D4C

HEX: #FE5D4C
RGB: (254,93,76)

Color info

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

RGB color model

#FE5D4C color RGB value is (254,93,76).

  • red value is 254;
  • green value is 93;
  • blue value is 76.
RGB:
(254,93,76)
(100%,36%,30%)

RGB channels and saturation

R 254 of 255 = 100%
G 93 of 255 = 36%
B 76 of 255 = 30%

254
93
76

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

Portions of RGB colors in percentages

R + G + B =
254 + 93 + 76 = 423 (100%)
R 254 of 423 ~ 60.05%
G 93 of 423 ~ 21.99%
B 76 of 423 ~ 17.97%

%60.05
%21.99
%17.97

CMYK color model

#FE5D4C color CMYK value is (0,63,70,0).

  • cyan value is 0.00%
  • magenta value is 63.39%
  • yellow value is 70.08%
  • key color value is 0.39%
CMYK:
(0,63,70,0)
C0M63Y70K0 
(0%,63%,70%,0%)
(0.00/0.63/0.70/0.00)	

CMYK percentages

%0
%63.39
%70.08
%0.39

Codes

Color #FE5D4C in popluar color models

FE5D4C
RGB2549376
HSL98.89%64.71%
HSB/HSV70.08%99.61%
CMYK0.00%63.39%70.08%
0.39%

Color #FE5D4C in popluar number systems.

HEXFE5D4C
Decimal2549376
Binary1111111010111011001100
Octal376135114

Shades and tints

Shades of #FE5D4C

#FE5D4C
(254,93,76)
#E75546
(231,85,70)
#D04D40
(208,77,64)
#B9453A
(185,69,58)
#A23D34
(162,61,52)
#8B352E
(139,53,46)
#742D28
(116,45,40)
#5D2522
(93,37,34)
#461D1C
(70,29,28)
#2F1516
(47,21,22)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #FE5D4C

#FE5D4C
(254,93,76)
#FE6B5C
(254,107,92)
#FE796C
(254,121,108)
#FE877C
(254,135,124)
#FE958C
(254,149,140)
#FEA39C
(254,163,156)
#FEB1AC
(254,177,172)
#FEBFBC
(254,191,188)
#FECDCC
(254,205,204)
#FEDBDC
(254,219,220)
#FEE9EC
(254,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE5D4C color. Also use rgb(254,93,76) instead hex code.

Text Font Color

.myTextColor { color: #FE5D4C; }

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

This text font color is #FE5D4C.


Background Color

.myBgColor { background-color: #FE5D4C; }

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

This div background color is #FE5D4C.


Border color

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

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

This div border color is #FE5D4C.


Opacity

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

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

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

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

This text has shadow with #FE5D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE5D4C on black background.


Color preview on white background

This text has color #FE5D4C on white background.



Black color preview on #FE5D4C background

This text has black color on #FE5D4C background.


White color preview on #FE5D4C background

This text has white color on #FE5D4C background.