COLOR #FE4702

HEX: #FE4702
RGB: (254,71,2)

Color info

#FE4702 contains mainly red color. Web safe color of #FE4702 is #FF3300 (or #F30).

RGB color model

#FE4702 color RGB value is (254,71,2).

  • red value is 254;
  • green value is 71;
  • blue value is 2.
RGB:
(254,71,2)
(100%,28%,1%)

RGB channels and saturation

R 254 of 255 = 100%
G 71 of 255 = 28%
B 2 of 255 = 1%

254
71
2

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

Portions of RGB colors in percentages

R + G + B =
254 + 71 + 2 = 327 (100%)
R 254 of 327 ~ 77.68%
G 71 of 327 ~ 21.71%
B 2 of 327 ~ 0.61%

%77.68
%21.71

CMYK color model

#FE4702 color CMYK value is (0,72,99,0).

  • cyan value is 0.00%
  • magenta value is 72.05%
  • yellow value is 99.21%
  • key color value is 0.39%
CMYK:
(0,72,99,0)
C0M72Y99K0 
(0%,72%,99%,0%)
(0.00/0.72/0.99/0.00)	

CMYK percentages

%0
%72.05
%99.21
%0.39

Codes

Color #FE4702 in popluar color models

FE4702
RGB254712
HSL16°99.21%50.20%
HSB/HSV16°99.21%99.61%
CMYK0.00%72.05%99.21%
0.39%

Color #FE4702 in popluar number systems.

HEXFE4702
Decimal254712
Binary11111110100011110
Octal3761072

Shades and tints

Shades of #FE4702

#FE4702
(254,71,2)
#E74102
(231,65,2)
#D03B02
(208,59,2)
#B93502
(185,53,2)
#A22F02
(162,47,2)
#8B2902
(139,41,2)
#742302
(116,35,2)
#5D1D02
(93,29,2)
#461702
(70,23,2)
#2F1102
(47,17,2)
#180B02
(24,11,2)
#000000
(0,0,0)

Tints of #FE4702

#FE4702
(254,71,2)
#FE5719
(254,87,25)
#FE6730
(254,103,48)
#FE7747
(254,119,71)
#FE875E
(254,135,94)
#FE9775
(254,151,117)
#FEA78C
(254,167,140)
#FEB7A3
(254,183,163)
#FEC7BA
(254,199,186)
#FED7D1
(254,215,209)
#FEE7E8
(254,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE4702 color. Also use rgb(254,71,2) instead hex code.

Text Font Color

.myTextColor { color: #FE4702; }

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

This text font color is #FE4702.


Background Color

.myBgColor { background-color: #FE4702; }

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

This div background color is #FE4702.


Border color

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

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

This div border color is #FE4702.


Opacity

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

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

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

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

This text has shadow with #FE4702 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE4702 on black background.


Color preview on white background

This text has color #FE4702 on white background.



Black color preview on #FE4702 background

This text has black color on #FE4702 background.


White color preview on #FE4702 background

This text has white color on #FE4702 background.