COLOR #FE5819

HEX: #FE5819
RGB: (254,88,25)

Color info

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

RGB color model

#FE5819 color RGB value is (254,88,25).

  • red value is 254;
  • green value is 88;
  • blue value is 25.
RGB:
(254,88,25)
(100%,35%,10%)

RGB channels and saturation

R 254 of 255 = 100%
G 88 of 255 = 35%
B 25 of 255 = 10%

254
88
25

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

Portions of RGB colors in percentages

R + G + B =
254 + 88 + 25 = 367 (100%)
R 254 of 367 ~ 69.21%
G 88 of 367 ~ 23.98%
B 25 of 367 ~ 6.81%

%69.21
%23.98

CMYK color model

#FE5819 color CMYK value is (0,65,90,0).

  • cyan value is 0.00%
  • magenta value is 65.35%
  • yellow value is 90.16%
  • key color value is 0.39%
CMYK:
(0,65,90,0)
C0M65Y90K0 
(0%,65%,90%,0%)
(0.00/0.65/0.90/0.00)	

CMYK percentages

%0
%65.35
%90.16
%0.39

Codes

Color #FE5819 in popluar color models

FE5819
RGB2548825
HSL17°99.13%54.71%
HSB/HSV17°90.16%99.61%
CMYK0.00%65.35%90.16%
0.39%

Color #FE5819 in popluar number systems.

HEXFE5819
Decimal2548825
Binary11111110101100011001
Octal37613031

Shades and tints

Shades of #FE5819

#FE5819
(254,88,25)
#E75017
(231,80,23)
#D04815
(208,72,21)
#B94013
(185,64,19)
#A23811
(162,56,17)
#8B300F
(139,48,15)
#74280D
(116,40,13)
#5D200B
(93,32,11)
#461809
(70,24,9)
#2F1007
(47,16,7)
#180805
(24,8,5)
#000000
(0,0,0)

Tints of #FE5819

#FE5819
(254,88,25)
#FE672D
(254,103,45)
#FE7641
(254,118,65)
#FE8555
(254,133,85)
#FE9469
(254,148,105)
#FEA37D
(254,163,125)
#FEB291
(254,178,145)
#FEC1A5
(254,193,165)
#FED0B9
(254,208,185)
#FEDFCD
(254,223,205)
#FEEEE1
(254,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE5819 color. Also use rgb(254,88,25) instead hex code.

Text Font Color

.myTextColor { color: #FE5819; }

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

This text font color is #FE5819.


Background Color

.myBgColor { background-color: #FE5819; }

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

This div background color is #FE5819.


Border color

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

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

This div border color is #FE5819.


Opacity

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

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

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

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

This text has shadow with #FE5819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE5819 on black background.


Color preview on white background

This text has color #FE5819 on white background.



Black color preview on #FE5819 background

This text has black color on #FE5819 background.


White color preview on #FE5819 background

This text has white color on #FE5819 background.