COLOR #FD5E15

HEX: #FD5E15
RGB: (253,94,21)

Color info

#FD5E15 contains mainly red color. Web safe color of #FD5E15 is #FF6600 (or #F60).

RGB color model

#FD5E15 color RGB value is (253,94,21).

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

RGB channels and saturation

R 253 of 255 = 99%
G 94 of 255 = 37%
B 21 of 255 = 8%

253
94
21

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

Portions of RGB colors in percentages

R + G + B =
253 + 94 + 21 = 368 (100%)
R 253 of 368 ~ 68.75%
G 94 of 368 ~ 25.54%
B 21 of 368 ~ 5.71%

%68.75
%25.54

CMYK color model

#FD5E15 color CMYK value is (0,63,92,1).

  • cyan value is 0.00%
  • magenta value is 62.85%
  • yellow value is 91.70%
  • key color value is 0.78%
CMYK:
(0,63,92,1)
C0M63Y92K1 
(0%,63%,92%,1%)
(0.00/0.63/0.92/0.01)	

CMYK percentages

%0
%62.85
%91.7
%0.78

Codes

Color #FD5E15 in popluar color models

FD5E15
RGB2539421
HSL19°98.31%53.73%
HSB/HSV19°91.70%99.22%
CMYK0.00%62.85%91.70%
0.78%

Color #FD5E15 in popluar number systems.

HEXFD5E15
Decimal2539421
Binary11111101101111010101
Octal37513625

Shades and tints

Shades of #FD5E15

#FD5E15
(253,94,21)
#E65614
(230,86,20)
#CF4E13
(207,78,19)
#B84612
(184,70,18)
#A13E11
(161,62,17)
#8A3610
(138,54,16)
#732E0F
(115,46,15)
#5C260E
(92,38,14)
#451E0D
(69,30,13)
#2E160C
(46,22,12)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #FD5E15

#FD5E15
(253,94,21)
#FD6C2A
(253,108,42)
#FD7A3F
(253,122,63)
#FD8854
(253,136,84)
#FD9669
(253,150,105)
#FDA47E
(253,164,126)
#FDB293
(253,178,147)
#FDC0A8
(253,192,168)
#FDCEBD
(253,206,189)
#FDDCD2
(253,220,210)
#FDEAE7
(253,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD5E15; }

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

This text font color is #FD5E15.


Background Color

.myBgColor { background-color: #FD5E15; }

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

This div background color is #FD5E15.


Border color

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

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

This div border color is #FD5E15.


Opacity

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

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

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

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

This text has shadow with #FD5E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD5E15 on black background.


Color preview on white background

This text has color #FD5E15 on white background.



Black color preview on #FD5E15 background

This text has black color on #FD5E15 background.


White color preview on #FD5E15 background

This text has white color on #FD5E15 background.