COLOR #FEDF84

HEX: #FEDF84 RGB: (254,223,132)

Color info

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

RGB color model

#FEDF84 color RGB value is (254,223,132).

RGB: (254,223,132) (100%, 87%, 52%)

RGB channels and saturation

R 254 of 255 = 100%
G 223 of 255 = 87%
B 132 of 255 = 52%

254
223
132

R + G + B ~ 80%. #FEDF84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 223 + 132 = 609 (100%)
R 254 of 609 ~ 41.71%
G 223 of 609 ~ 36.62%
B 132 of 609 ~ 21.67'%

%41.71
%36.62
%21.67

CMYK color model

#FEDF84 color CMYK value is (0,12,48,0).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 48.03%
  • key color value is 0.39%

CMYK: (0,12,48,0)
C0M12Y48K0 (0%, 12%, 48%, 0%)
(0.00 / 0.12 / 0.48 / 0.00)

CMYK percentages

%0
%12.2
%48.03
%0.39

Codes

Color #FEDF84 in popluar color models

FE DF 84
RGB 254 223 132
HSL 45° 98.39% 75.69%
HSB/HSV 45° 48.03% 99.61%
CMYK 0.00% 12.20% 48.03%
0.39%

Color #FEDF84 in popluar number systems.

HEX FE DF 84
Decimal 254 223 132
Binary 11111110 11011111 10000100
Octal 376 337 204

Shades and tints

Shades of #FEDF84

#FEDF84
(254,223,132)
#E7CB78
(231,203,120)
#D0B76C
(208,183,108)
#B9A360
(185,163,96)
#A28F54
(162,143,84)
#8B7B48
(139,123,72)
#74673C
(116,103,60)
#5D5330
(93,83,48)
#463F24
(70,63,36)
#2F2B18
(47,43,24)
#18170C
(24,23,12)
#000000
(0,0,0)

Tints of #FEDF84

#FEDF84
(254,223,132)
#FEE18F
(254,225,143)
#FEE39A
(254,227,154)
#FEE5A5
(254,229,165)
#FEE7B0
(254,231,176)
#FEE9BB
(254,233,187)
#FEEBC6
(254,235,198)
#FEEDD1
(254,237,209)
#FEEFDC
(254,239,220)
#FEF1E7
(254,241,231)
#FEF3F2
(254,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDF84 color. Also use rgb(254,223,132) instead hex code.

Text Font Color

.myTextColor { color: #FEDF84; }

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

This text font color is #FEDF84.

Background Color

.myBgColor { background-color: #FEDF84; }

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

This div background color is #FEDF84.

Border color

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

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

This div border color is #FEDF84.

Opacity

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

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

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

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

This text has shadow with #FEDF84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEDF84.

Preview

Color preview on black background

This text has color #FEDF84 on black background.


Color preview on white background

This text has color #FEDF84 on white background.


Black color preview on #FEDF84 background

This text has black color on #FEDF84 background.


White color preview on #FEDF84 background

This text has white color on #FEDF84 background.


Related colors

Complementary color

Complementary color for #hex is #01207B.


I love getcolorcode.com

Triadic colors

1 #84FEDF and #DF84FE with #FEDF84 are triadic colors.

2 #84DFFE and #DFFE84 with #FEDF84 are triadic colors.