COLOR #FE5D08

HEX: #FE5D08
RGB: (254,93,8)

Color info

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

RGB color model

#FE5D08 color RGB value is (254,93,8).

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

RGB channels and saturation

R 254 of 255 = 100%
G 93 of 255 = 36%
B 8 of 255 = 3%

254
93
8

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

Portions of RGB colors in percentages

R + G + B =
254 + 93 + 8 = 355 (100%)
R 254 of 355 ~ 71.55%
G 93 of 355 ~ 26.2%
B 8 of 355 ~ 2.25%

%71.55
%26.2

CMYK color model

#FE5D08 color CMYK value is (0,63,97,0).

  • cyan value is 0.00%
  • magenta value is 63.39%
  • yellow value is 96.85%
  • key color value is 0.39%
CMYK:
(0,63,97,0)
C0M63Y97K0 
(0%,63%,97%,0%)
(0.00/0.63/0.97/0.00)	

CMYK percentages

%0
%63.39
%96.85
%0.39

Codes

Color #FE5D08 in popluar color models

FE5D08
RGB254938
HSL21°99.19%51.37%
HSB/HSV21°96.85%99.61%
CMYK0.00%63.39%96.85%
0.39%

Color #FE5D08 in popluar number systems.

HEXFE5D08
Decimal254938
Binary1111111010111011000
Octal37613510

Shades and tints

Shades of #FE5D08

#FE5D08
(254,93,8)
#E75508
(231,85,8)
#D04D08
(208,77,8)
#B94508
(185,69,8)
#A23D08
(162,61,8)
#8B3508
(139,53,8)
#742D08
(116,45,8)
#5D2508
(93,37,8)
#461D08
(70,29,8)
#2F1508
(47,21,8)
#180D08
(24,13,8)
#000000
(0,0,0)

Tints of #FE5D08

#FE5D08
(254,93,8)
#FE6B1E
(254,107,30)
#FE7934
(254,121,52)
#FE874A
(254,135,74)
#FE9560
(254,149,96)
#FEA376
(254,163,118)
#FEB18C
(254,177,140)
#FEBFA2
(254,191,162)
#FECDB8
(254,205,184)
#FEDBCE
(254,219,206)
#FEE9E4
(254,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE5D08; }

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

This text font color is #FE5D08.


Background Color

.myBgColor { background-color: #FE5D08; }

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

This div background color is #FE5D08.


Border color

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

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

This div border color is #FE5D08.


Opacity

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

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

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

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

This text has shadow with #FE5D08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE5D08 on black background.


Color preview on white background

This text has color #FE5D08 on white background.



Black color preview on #FE5D08 background

This text has black color on #FE5D08 background.


White color preview on #FE5D08 background

This text has white color on #FE5D08 background.