COLOR #FE7367

HEX: #FE7367
RGB: (254,115,103)

Color info

#FE7367 contains mainly red color. Web safe color of #FE7367 is #FF6666 (or #F66).

RGB color model

#FE7367 color RGB value is (254,115,103).

  • red value is 254;
  • green value is 115;
  • blue value is 103.
RGB:
(254,115,103)
(100%,45%,40%)

RGB channels and saturation

R 254 of 255 = 100%
G 115 of 255 = 45%
B 103 of 255 = 40%

254
115
103

R + G + B ~ 62%. #FE7367 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 115 + 103 = 472 (100%)
R 254 of 472 ~ 53.81%
G 115 of 472 ~ 24.36%
B 103 of 472 ~ 21.82%

%53.81
%24.36
%21.82

CMYK color model

#FE7367 color CMYK value is (0,55,59,0).

  • cyan value is 0.00%
  • magenta value is 54.72%
  • yellow value is 59.45%
  • key color value is 0.39%
CMYK:
(0,55,59,0)
C0M55Y59K0 
(0%,55%,59%,0%)
(0.00/0.55/0.59/0.00)	

CMYK percentages

%0
%54.72
%59.45
%0.39

Codes

Color #FE7367 in popluar color models

FE7367
RGB254115103
HSL98.69%70.00%
HSB/HSV59.45%99.61%
CMYK0.00%54.72%59.45%
0.39%

Color #FE7367 in popluar number systems.

HEXFE7367
Decimal254115103
Binary1111111011100111100111
Octal376163147

Shades and tints

Shades of #FE7367

#FE7367
(254,115,103)
#E7695E
(231,105,94)
#D05F55
(208,95,85)
#B9554C
(185,85,76)
#A24B43
(162,75,67)
#8B413A
(139,65,58)
#743731
(116,55,49)
#5D2D28
(93,45,40)
#46231F
(70,35,31)
#2F1916
(47,25,22)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #FE7367

#FE7367
(254,115,103)
#FE7F74
(254,127,116)
#FE8B81
(254,139,129)
#FE978E
(254,151,142)
#FEA39B
(254,163,155)
#FEAFA8
(254,175,168)
#FEBBB5
(254,187,181)
#FEC7C2
(254,199,194)
#FED3CF
(254,211,207)
#FEDFDC
(254,223,220)
#FEEBE9
(254,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE7367 color. Also use rgb(254,115,103) instead hex code.

Text Font Color

.myTextColor { color: #FE7367; }

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

This text font color is #FE7367.


Background Color

.myBgColor { background-color: #FE7367; }

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

This div background color is #FE7367.


Border color

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

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

This div border color is #FE7367.


Opacity

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

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

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

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

This text has shadow with #FE7367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE7367 on black background.


Color preview on white background

This text has color #FE7367 on white background.



Black color preview on #FE7367 background

This text has black color on #FE7367 background.


White color preview on #FE7367 background

This text has white color on #FE7367 background.