COLOR #FE4835

HEX: #FE4835
RGB: (254,72,53)

Color info

#FE4835 contains mainly red color. Web safe color of #FE4835 is #FF3333 (or #F33).

RGB color model

#FE4835 color RGB value is (254,72,53).

  • red value is 254;
  • green value is 72;
  • blue value is 53.
RGB:
(254,72,53)
(100%,28%,21%)

RGB channels and saturation

R 254 of 255 = 100%
G 72 of 255 = 28%
B 53 of 255 = 21%

254
72
53

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

Portions of RGB colors in percentages

R + G + B =
254 + 72 + 53 = 379 (100%)
R 254 of 379 ~ 67.02%
G 72 of 379 ~ 19%
B 53 of 379 ~ 13.98%

%67.02
%19
%13.98

CMYK color model

#FE4835 color CMYK value is (0,72,79,0).

  • cyan value is 0.00%
  • magenta value is 71.65%
  • yellow value is 79.13%
  • key color value is 0.39%
CMYK:
(0,72,79,0)
C0M72Y79K0 
(0%,72%,79%,0%)
(0.00/0.72/0.79/0.00)	

CMYK percentages

%0
%71.65
%79.13
%0.39

Codes

Color #FE4835 in popluar color models

FE4835
RGB2547253
HSL99.01%60.20%
HSB/HSV79.13%99.61%
CMYK0.00%71.65%79.13%
0.39%

Color #FE4835 in popluar number systems.

HEXFE4835
Decimal2547253
Binary111111101001000110101
Octal37611065

Shades and tints

Shades of #FE4835

#FE4835
(254,72,53)
#E74231
(231,66,49)
#D03C2D
(208,60,45)
#B93629
(185,54,41)
#A23025
(162,48,37)
#8B2A21
(139,42,33)
#74241D
(116,36,29)
#5D1E19
(93,30,25)
#461815
(70,24,21)
#2F1211
(47,18,17)
#180C0D
(24,12,13)
#000000
(0,0,0)

Tints of #FE4835

#FE4835
(254,72,53)
#FE5847
(254,88,71)
#FE6859
(254,104,89)
#FE786B
(254,120,107)
#FE887D
(254,136,125)
#FE988F
(254,152,143)
#FEA8A1
(254,168,161)
#FEB8B3
(254,184,179)
#FEC8C5
(254,200,197)
#FED8D7
(254,216,215)
#FEE8E9
(254,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE4835 color. Also use rgb(254,72,53) instead hex code.

Text Font Color

.myTextColor { color: #FE4835; }

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

This text font color is #FE4835.


Background Color

.myBgColor { background-color: #FE4835; }

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

This div background color is #FE4835.


Border color

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

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

This div border color is #FE4835.


Opacity

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

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

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

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

This text has shadow with #FE4835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE4835 on black background.


Color preview on white background

This text has color #FE4835 on white background.



Black color preview on #FE4835 background

This text has black color on #FE4835 background.


White color preview on #FE4835 background

This text has white color on #FE4835 background.