COLOR #FEC76D

HEX: #FEC76D RGB: (254,199,109)

Color info

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

RGB color model

#FEC76D color RGB value is (254,199,109).

RGB: (254,199,109) (100%, 78%, 43%)

RGB channels and saturation

R 254 of 255 = 100%
G 199 of 255 = 78%
B 109 of 255 = 43%

254
199
109

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

Portions of RGB colors in percentages

R + G + B = 254 + 199 + 109 = 562 (100%)
R 254 of 562 ~ 45.2%
G 199 of 562 ~ 35.41%
B 109 of 562 ~ 19.4'%

%45.2
%35.41
%19.4

CMYK color model

#FEC76D color CMYK value is (0,22,57,0).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 57.09%
  • key color value is 0.39%

CMYK: (0,22,57,0)
C0M22Y57K0 (0%, 22%, 57%, 0%)
(0.00 / 0.22 / 0.57 / 0.00)

CMYK percentages

%0
%21.65
%57.09
%0.39

Codes

Color #FEC76D in popluar color models

FE C7 6D
RGB 254 199 109
HSL 37° 98.64% 71.18%
HSB/HSV 37° 57.09% 99.61%
CMYK 0.00% 21.65% 57.09%
0.39%

Color #FEC76D in popluar number systems.

HEX FE C7 6D
Decimal 254 199 109
Binary 11111110 11000111 1101101
Octal 376 307 155

Shades and tints

Shades of #FEC76D

#FEC76D
(254,199,109)
#E7B564
(231,181,100)
#D0A35B
(208,163,91)
#B99152
(185,145,82)
#A27F49
(162,127,73)
#8B6D40
(139,109,64)
#745B37
(116,91,55)
#5D492E
(93,73,46)
#463725
(70,55,37)
#2F251C
(47,37,28)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #FEC76D

#FEC76D
(254,199,109)
#FECC7A
(254,204,122)
#FED187
(254,209,135)
#FED694
(254,214,148)
#FEDBA1
(254,219,161)
#FEE0AE
(254,224,174)
#FEE5BB
(254,229,187)
#FEEAC8
(254,234,200)
#FEEFD5
(254,239,213)
#FEF4E2
(254,244,226)
#FEF9EF
(254,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC76D color. Also use rgb(254,199,109) instead hex code.

Text Font Color

.myTextColor { color: #FEC76D; }

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

This text font color is #FEC76D.

Background Color

.myBgColor { background-color: #FEC76D; }

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

This div background color is #FEC76D.

Border color

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

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

This div border color is #FEC76D.

Opacity

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

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

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

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

This text has shadow with #FEC76D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC76D.

Preview

Color preview on black background

This text has color #FEC76D on black background.


Color preview on white background

This text has color #FEC76D on white background.


Black color preview on #FEC76D background

This text has black color on #FEC76D background.


White color preview on #FEC76D background

This text has white color on #FEC76D background.


Related colors

Complementary color

Complementary color for #hex is #013892.


I love getcolorcode.com

Triadic colors

1 #6DFEC7 and #C76DFE with #FEC76D are triadic colors.

2 #6DC7FE and #C7FE6D with #FEC76D are triadic colors.