COLOR #FE9568

HEX: #FE9568
RGB: (254,149,104)

Color info

#FE9568 contains mainly red color. Web safe color of #FE9568 is #FF9966 (or #F96).

RGB color model

#FE9568 color RGB value is (254,149,104).

  • red value is 254;
  • green value is 149;
  • blue value is 104.
RGB:
(254,149,104)
(100%,58%,41%)

RGB channels and saturation

R 254 of 255 = 100%
G 149 of 255 = 58%
B 104 of 255 = 41%

254
149
104

R + G + B ~ 66%. #FE9568 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 149 + 104 = 507 (100%)
R 254 of 507 ~ 50.1%
G 149 of 507 ~ 29.39%
B 104 of 507 ~ 20.51%

%50.1
%29.39
%20.51

CMYK color model

#FE9568 color CMYK value is (0,41,59,0).

  • cyan value is 0.00%
  • magenta value is 41.34%
  • yellow value is 59.06%
  • key color value is 0.39%
CMYK:
(0,41,59,0)
C0M41Y59K0 
(0%,41%,59%,0%)
(0.00/0.41/0.59/0.00)	

CMYK percentages

%0
%41.34
%59.06
%0.39

Codes

Color #FE9568 in popluar color models

FE9568
RGB254149104
HSL18°98.68%70.20%
HSB/HSV18°59.06%99.61%
CMYK0.00%41.34%59.06%
0.39%

Color #FE9568 in popluar number systems.

HEXFE9568
Decimal254149104
Binary11111110100101011101000
Octal376225150

Shades and tints

Shades of #FE9568

#FE9568
(254,149,104)
#E7885F
(231,136,95)
#D07B56
(208,123,86)
#B96E4D
(185,110,77)
#A26144
(162,97,68)
#8B543B
(139,84,59)
#744732
(116,71,50)
#5D3A29
(93,58,41)
#462D20
(70,45,32)
#2F2017
(47,32,23)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #FE9568

#FE9568
(254,149,104)
#FE9E75
(254,158,117)
#FEA782
(254,167,130)
#FEB08F
(254,176,143)
#FEB99C
(254,185,156)
#FEC2A9
(254,194,169)
#FECBB6
(254,203,182)
#FED4C3
(254,212,195)
#FEDDD0
(254,221,208)
#FEE6DD
(254,230,221)
#FEEFEA
(254,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9568 color. Also use rgb(254,149,104) instead hex code.

Text Font Color

.myTextColor { color: #FE9568; }

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

This text font color is #FE9568.


Background Color

.myBgColor { background-color: #FE9568; }

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

This div background color is #FE9568.


Border color

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

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

This div border color is #FE9568.


Opacity

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

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

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

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

This text has shadow with #FE9568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE9568 on black background.


Color preview on white background

This text has color #FE9568 on white background.



Black color preview on #FE9568 background

This text has black color on #FE9568 background.


White color preview on #FE9568 background

This text has white color on #FE9568 background.