COLOR #FECB76

HEX: #FECB76
RGB: (254,203,118)

Color info

#FECB76 contains mainly red and green colors. Web safe color of #FECB76 is #FFCC66 (or #FC6).

RGB color model

#FECB76 color RGB value is (254,203,118).

  • red value is 254;
  • green value is 203;
  • blue value is 118.
RGB:
(254,203,118)
(100%,80%,46%)

RGB channels and saturation

R 254 of 255 = 100%
G 203 of 255 = 80%
B 118 of 255 = 46%

254
203
118

R + G + B ~ 75%. #FECB76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 203 + 118 = 575 (100%)
R 254 of 575 ~ 44.17%
G 203 of 575 ~ 35.3%
B 118 of 575 ~ 20.52%

%44.17
%35.3
%20.52

CMYK color model

#FECB76 color CMYK value is (0,20,54,0).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 53.54%
  • key color value is 0.39%
CMYK:
(0,20,54,0)
C0M20Y54K0 
(0%,20%,54%,0%)
(0.00/0.20/0.54/0.00)	

CMYK percentages

%0
%20.08
%53.54
%0.39

Codes

Color #FECB76 in popluar color models

FECB76
RGB254203118
HSL38°98.55%72.94%
HSB/HSV38°53.54%99.61%
CMYK0.00%20.08%53.54%
0.39%

Color #FECB76 in popluar number systems.

HEXFECB76
Decimal254203118
Binary11111110110010111110110
Octal376313166

Shades and tints

Shades of #FECB76

#FECB76
(254,203,118)
#E7B96C
(231,185,108)
#D0A762
(208,167,98)
#B99558
(185,149,88)
#A2834E
(162,131,78)
#8B7144
(139,113,68)
#745F3A
(116,95,58)
#5D4D30
(93,77,48)
#463B26
(70,59,38)
#2F291C
(47,41,28)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #FECB76

#FECB76
(254,203,118)
#FECF82
(254,207,130)
#FED38E
(254,211,142)
#FED79A
(254,215,154)
#FEDBA6
(254,219,166)
#FEDFB2
(254,223,178)
#FEE3BE
(254,227,190)
#FEE7CA
(254,231,202)
#FEEBD6
(254,235,214)
#FEEFE2
(254,239,226)
#FEF3EE
(254,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FECB76 color. Also use rgb(254,203,118) instead hex code.

Text Font Color

.myTextColor { color: #FECB76; }

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

This text font color is #FECB76.


Background Color

.myBgColor { background-color: #FECB76; }

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

This div background color is #FECB76.


Border color

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

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

This div border color is #FECB76.


Opacity

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

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

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

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

This text has shadow with #FECB76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FECB76 on black background.


Color preview on white background

This text has color #FECB76 on white background.



Black color preview on #FECB76 background

This text has black color on #FECB76 background.


White color preview on #FECB76 background

This text has white color on #FECB76 background.