COLOR #FE6F5E

HEX: #FE6F5E
RGB: (254,111,94)

Color info

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

RGB color model

#FE6F5E color RGB value is (254,111,94).

  • red value is 254;
  • green value is 111;
  • blue value is 94.
RGB:
(254,111,94)
(100%,44%,37%)

RGB channels and saturation

R 254 of 255 = 100%
G 111 of 255 = 44%
B 94 of 255 = 37%

254
111
94

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

Portions of RGB colors in percentages

R + G + B =
254 + 111 + 94 = 459 (100%)
R 254 of 459 ~ 55.34%
G 111 of 459 ~ 24.18%
B 94 of 459 ~ 20.48%

%55.34
%24.18
%20.48

CMYK color model

#FE6F5E color CMYK value is (0,56,63,0).

  • cyan value is 0.00%
  • magenta value is 56.30%
  • yellow value is 62.99%
  • key color value is 0.39%
CMYK:
(0,56,63,0)
C0M56Y63K0 
(0%,56%,63%,0%)
(0.00/0.56/0.63/0.00)	

CMYK percentages

%0
%56.3
%62.99
%0.39

Codes

Color #FE6F5E in popluar color models

FE6F5E
RGB25411194
HSL98.77%68.24%
HSB/HSV62.99%99.61%
CMYK0.00%56.30%62.99%
0.39%

Color #FE6F5E in popluar number systems.

HEXFE6F5E
Decimal25411194
Binary1111111011011111011110
Octal376157136

Shades and tints

Shades of #FE6F5E

#FE6F5E
(254,111,94)
#E76556
(231,101,86)
#D05B4E
(208,91,78)
#B95146
(185,81,70)
#A2473E
(162,71,62)
#8B3D36
(139,61,54)
#74332E
(116,51,46)
#5D2926
(93,41,38)
#461F1E
(70,31,30)
#2F1516
(47,21,22)
#180B0E
(24,11,14)
#000000
(0,0,0)

Tints of #FE6F5E

#FE6F5E
(254,111,94)
#FE7C6C
(254,124,108)
#FE897A
(254,137,122)
#FE9688
(254,150,136)
#FEA396
(254,163,150)
#FEB0A4
(254,176,164)
#FEBDB2
(254,189,178)
#FECAC0
(254,202,192)
#FED7CE
(254,215,206)
#FEE4DC
(254,228,220)
#FEF1EA
(254,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE6F5E color. Also use rgb(254,111,94) instead hex code.

Text Font Color

.myTextColor { color: #FE6F5E; }

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

This text font color is #FE6F5E.


Background Color

.myBgColor { background-color: #FE6F5E; }

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

This div background color is #FE6F5E.


Border color

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

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

This div border color is #FE6F5E.


Opacity

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

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

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

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

This text has shadow with #FE6F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE6F5E on black background.


Color preview on white background

This text has color #FE6F5E on white background.



Black color preview on #FE6F5E background

This text has black color on #FE6F5E background.


White color preview on #FE6F5E background

This text has white color on #FE6F5E background.