COLOR #FEC689

HEX: #FEC689 RGB: (254,198,137)

Color info

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

RGB color model

#FEC689 color RGB value is (254,198,137).

RGB: (254,198,137) (100%, 78%, 54%)

RGB channels and saturation

R 254 of 255 = 100%
G 198 of 255 = 78%
B 137 of 255 = 54%

254
198
137

R + G + B ~ 77%. #FEC689 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 198 + 137 = 589 (100%)
R 254 of 589 ~ 43.12%
G 198 of 589 ~ 33.62%
B 137 of 589 ~ 23.26'%

%43.12
%33.62
%23.26

CMYK color model

#FEC689 color CMYK value is (0,22,46,0).

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

CMYK: (0,22,46,0)
C0M22Y46K0 (0%, 22%, 46%, 0%)
(0.00 / 0.22 / 0.46 / 0.00)

CMYK percentages

%0
%22.05
%46.06
%0.39

Codes

Color #FEC689 in popluar color models

FE C6 89
RGB 254 198 137
HSL 31° 98.32% 76.67%
HSB/HSV 31° 46.06% 99.61%
CMYK 0.00% 22.05% 46.06%
0.39%

Color #FEC689 in popluar number systems.

HEX FE C6 89
Decimal 254 198 137
Binary 11111110 11000110 10001001
Octal 376 306 211

Shades and tints

Shades of #FEC689

#FEC689
(254,198,137)
#E7B47D
(231,180,125)
#D0A271
(208,162,113)
#B99065
(185,144,101)
#A27E59
(162,126,89)
#8B6C4D
(139,108,77)
#745A41
(116,90,65)
#5D4835
(93,72,53)
#463629
(70,54,41)
#2F241D
(47,36,29)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #FEC689

#FEC689
(254,198,137)
#FECB93
(254,203,147)
#FED09D
(254,208,157)
#FED5A7
(254,213,167)
#FEDAB1
(254,218,177)
#FEDFBB
(254,223,187)
#FEE4C5
(254,228,197)
#FEE9CF
(254,233,207)
#FEEED9
(254,238,217)
#FEF3E3
(254,243,227)
#FEF8ED
(254,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC689; }

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

This text font color is #FEC689.

Background Color

.myBgColor { background-color: #FEC689; }

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

This div background color is #FEC689.

Border color

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

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

This div border color is #FEC689.

Opacity

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

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

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

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

This text has shadow with #FEC689 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC689.

Preview

Color preview on black background

This text has color #FEC689 on black background.


Color preview on white background

This text has color #FEC689 on white background.


Black color preview on #FEC689 background

This text has black color on #FEC689 background.


White color preview on #FEC689 background

This text has white color on #FEC689 background.


Related colors

Complementary color

Complementary color for #hex is #013976.


I love getcolorcode.com

Triadic colors

1 #89FEC6 and #C689FE with #FEC689 are triadic colors.

2 #89C6FE and #C6FE89 with #FEC689 are triadic colors.