COLOR #FEC989

HEX: #FEC989 RGB: (254,201,137)

Color info

#FEC989 contains mainly red and green colors. Web safe color of #FEC989 is #FFCC99 (or #FC9).

RGB color model

#FEC989 color RGB value is (254,201,137).

RGB: (254,201,137) (100%, 79%, 54%)

RGB channels and saturation

R 254 of 255 = 100%
G 201 of 255 = 79%
B 137 of 255 = 54%

254
201
137

R + G + B ~ 78%. #FEC989 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 201 + 137 = 592 (100%)
R 254 of 592 ~ 42.91%
G 201 of 592 ~ 33.95%
B 137 of 592 ~ 23.14'%

%42.91
%33.95
%23.14

CMYK color model

#FEC989 color CMYK value is (0,21,46,0).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 46.06%
  • key color value is 0.39%

CMYK: (0,21,46,0)
C0M21Y46K0 (0%, 21%, 46%, 0%)
(0.00 / 0.21 / 0.46 / 0.00)

CMYK percentages

%0
%20.87
%46.06
%0.39

Codes

Color #FEC989 in popluar color models

FE C9 89
RGB 254 201 137
HSL 33° 98.32% 76.67%
HSB/HSV 33° 46.06% 99.61%
CMYK 0.00% 20.87% 46.06%
0.39%

Color #FEC989 in popluar number systems.

HEX FE C9 89
Decimal 254 201 137
Binary 11111110 11001001 10001001
Octal 376 311 211

Shades and tints

Shades of #FEC989

#FEC989
(254,201,137)
#E7B77D
(231,183,125)
#D0A571
(208,165,113)
#B99365
(185,147,101)
#A28159
(162,129,89)
#8B6F4D
(139,111,77)
#745D41
(116,93,65)
#5D4B35
(93,75,53)
#463929
(70,57,41)
#2F271D
(47,39,29)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #FEC989

#FEC989
(254,201,137)
#FECD93
(254,205,147)
#FED19D
(254,209,157)
#FED5A7
(254,213,167)
#FED9B1
(254,217,177)
#FEDDBB
(254,221,187)
#FEE1C5
(254,225,197)
#FEE5CF
(254,229,207)
#FEE9D9
(254,233,217)
#FEEDE3
(254,237,227)
#FEF1ED
(254,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC989 color. Also use rgb(254,201,137) instead hex code.

Text Font Color

.myTextColor { color: #FEC989; }

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

This text font color is #FEC989.

Background Color

.myBgColor { background-color: #FEC989; }

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

This div background color is #FEC989.

Border color

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

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

This div border color is #FEC989.

Opacity

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

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

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

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

This text has shadow with #FEC989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC989.

Preview

Color preview on black background

This text has color #FEC989 on black background.


Color preview on white background

This text has color #FEC989 on white background.


Black color preview on #FEC989 background

This text has black color on #FEC989 background.


White color preview on #FEC989 background

This text has white color on #FEC989 background.


Related colors

Complementary color

Complementary color for #hex is #013676.


I love getcolorcode.com

Triadic colors

1 #89FEC9 and #C989FE with #FEC989 are triadic colors.

2 #89C9FE and #C9FE89 with #FEC989 are triadic colors.