COLOR #FE6153

HEX: #FE6153
RGB: (254,97,83)

Color info

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

RGB color model

#FE6153 color RGB value is (254,97,83).

  • red value is 254;
  • green value is 97;
  • blue value is 83.
RGB:
(254,97,83)
(100%,38%,33%)

RGB channels and saturation

R 254 of 255 = 100%
G 97 of 255 = 38%
B 83 of 255 = 33%

254
97
83

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

Portions of RGB colors in percentages

R + G + B =
254 + 97 + 83 = 434 (100%)
R 254 of 434 ~ 58.53%
G 97 of 434 ~ 22.35%
B 83 of 434 ~ 19.12%

%58.53
%22.35
%19.12

CMYK color model

#FE6153 color CMYK value is (0,62,67,0).

  • cyan value is 0.00%
  • magenta value is 61.81%
  • yellow value is 67.32%
  • key color value is 0.39%
CMYK:
(0,62,67,0)
C0M62Y67K0 
(0%,62%,67%,0%)
(0.00/0.62/0.67/0.00)	

CMYK percentages

%0
%61.81
%67.32
%0.39

Codes

Color #FE6153 in popluar color models

FE6153
RGB2549783
HSL98.84%66.08%
HSB/HSV67.32%99.61%
CMYK0.00%61.81%67.32%
0.39%

Color #FE6153 in popluar number systems.

HEXFE6153
Decimal2549783
Binary1111111011000011010011
Octal376141123

Shades and tints

Shades of #FE6153

#FE6153
(254,97,83)
#E7594C
(231,89,76)
#D05145
(208,81,69)
#B9493E
(185,73,62)
#A24137
(162,65,55)
#8B3930
(139,57,48)
#743129
(116,49,41)
#5D2922
(93,41,34)
#46211B
(70,33,27)
#2F1914
(47,25,20)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #FE6153

#FE6153
(254,97,83)
#FE6F62
(254,111,98)
#FE7D71
(254,125,113)
#FE8B80
(254,139,128)
#FE998F
(254,153,143)
#FEA79E
(254,167,158)
#FEB5AD
(254,181,173)
#FEC3BC
(254,195,188)
#FED1CB
(254,209,203)
#FEDFDA
(254,223,218)
#FEEDE9
(254,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE6153 color. Also use rgb(254,97,83) instead hex code.

Text Font Color

.myTextColor { color: #FE6153; }

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

This text font color is #FE6153.


Background Color

.myBgColor { background-color: #FE6153; }

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

This div background color is #FE6153.


Border color

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

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

This div border color is #FE6153.


Opacity

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

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

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

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

This text has shadow with #FE6153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE6153 on black background.


Color preview on white background

This text has color #FE6153 on white background.



Black color preview on #FE6153 background

This text has black color on #FE6153 background.


White color preview on #FE6153 background

This text has white color on #FE6153 background.