COLOR #FEB87F

HEX: #FEB87F
RGB: (254,184,127)

Color info

#FEB87F contains mainly red color. Web safe color of #FEB87F is #FFCC66 (or #FC6).

RGB color model

#FEB87F color RGB value is (254,184,127).

  • red value is 254;
  • green value is 184;
  • blue value is 127.
RGB:
(254,184,127)
(100%,72%,50%)

RGB channels and saturation

R 254 of 255 = 100%
G 184 of 255 = 72%
B 127 of 255 = 50%

254
184
127

R + G + B ~ 74%. #FEB87F is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 184 + 127 = 565 (100%)
R 254 of 565 ~ 44.96%
G 184 of 565 ~ 32.57%
B 127 of 565 ~ 22.48%

%44.96
%32.57
%22.48

CMYK color model

#FEB87F color CMYK value is (0,28,50,0).

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 50.00%
  • key color value is 0.39%
CMYK:
(0,28,50,0)
C0M28Y50K0 
(0%,28%,50%,0%)
(0.00/0.28/0.50/0.00)	

CMYK percentages

%0
%27.56
%50
%0.39

Codes

Color #FEB87F in popluar color models

FEB87F
RGB254184127
HSL27°98.45%74.71%
HSB/HSV27°50.00%99.61%
CMYK0.00%27.56%50.00%
0.39%

Color #FEB87F in popluar number systems.

HEXFEB87F
Decimal254184127
Binary11111110101110001111111
Octal376270177

Shades and tints

Shades of #FEB87F

#FEB87F
(254,184,127)
#E7A874
(231,168,116)
#D09869
(208,152,105)
#B9885E
(185,136,94)
#A27853
(162,120,83)
#8B6848
(139,104,72)
#74583D
(116,88,61)
#5D4832
(93,72,50)
#463827
(70,56,39)
#2F281C
(47,40,28)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #FEB87F

#FEB87F
(254,184,127)
#FEBE8A
(254,190,138)
#FEC495
(254,196,149)
#FECAA0
(254,202,160)
#FED0AB
(254,208,171)
#FED6B6
(254,214,182)
#FEDCC1
(254,220,193)
#FEE2CC
(254,226,204)
#FEE8D7
(254,232,215)
#FEEEE2
(254,238,226)
#FEF4ED
(254,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEB87F color. Also use rgb(254,184,127) instead hex code.

Text Font Color

.myTextColor { color: #FEB87F; }

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

This text font color is #FEB87F.


Background Color

.myBgColor { background-color: #FEB87F; }

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

This div background color is #FEB87F.


Border color

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

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

This div border color is #FEB87F.


Opacity

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

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

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

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

This text has shadow with #FEB87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEB87F on black background.


Color preview on white background

This text has color #FEB87F on white background.



Black color preview on #FEB87F background

This text has black color on #FEB87F background.


White color preview on #FEB87F background

This text has white color on #FEB87F background.