COLOR #FEDF59

HEX: #FEDF59 RGB: (254,223,89)

Color info

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

RGB color model

#FEDF59 color RGB value is (254,223,89).

RGB: (254,223,89) (100%, 87%, 35%)

RGB channels and saturation

R 254 of 255 = 100%
G 223 of 255 = 87%
B 89 of 255 = 35%

254
223
89

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

Portions of RGB colors in percentages

R + G + B = 254 + 223 + 89 = 566 (100%)
R 254 of 566 ~ 44.88%
G 223 of 566 ~ 39.4%
B 89 of 566 ~ 15.72'%

%44.88
%39.4
%15.72

CMYK color model

#FEDF59 color CMYK value is (0,12,65,0).

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

CMYK: (0,12,65,0)
C0M12Y65K0 (0%, 12%, 65%, 0%)
(0.00 / 0.12 / 0.65 / 0.00)

CMYK percentages

%0
%12.2
%64.96
%0.39

Codes

Color #FEDF59 in popluar color models

FE DF 59
RGB 254 223 89
HSL 49° 98.80% 67.25%
HSB/HSV 49° 64.96% 99.61%
CMYK 0.00% 12.20% 64.96%
0.39%

Color #FEDF59 in popluar number systems.

HEX FE DF 59
Decimal 254 223 89
Binary 11111110 11011111 1011001
Octal 376 337 131

Shades and tints

Shades of #FEDF59

#FEDF59
(254,223,89)
#E7CB51
(231,203,81)
#D0B749
(208,183,73)
#B9A341
(185,163,65)
#A28F39
(162,143,57)
#8B7B31
(139,123,49)
#746729
(116,103,41)
#5D5321
(93,83,33)
#463F19
(70,63,25)
#2F2B11
(47,43,17)
#181709
(24,23,9)
#000000
(0,0,0)

Tints of #FEDF59

#FEDF59
(254,223,89)
#FEE168
(254,225,104)
#FEE377
(254,227,119)
#FEE586
(254,229,134)
#FEE795
(254,231,149)
#FEE9A4
(254,233,164)
#FEEBB3
(254,235,179)
#FEEDC2
(254,237,194)
#FEEFD1
(254,239,209)
#FEF1E0
(254,241,224)
#FEF3EF
(254,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDF59; }

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

This text font color is #FEDF59.

Background Color

.myBgColor { background-color: #FEDF59; }

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

This div background color is #FEDF59.

Border color

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

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

This div border color is #FEDF59.

Opacity

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

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

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

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

This text has shadow with #FEDF59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEDF59.

Preview

Color preview on black background

This text has color #FEDF59 on black background.


Color preview on white background

This text has color #FEDF59 on white background.


Black color preview on #FEDF59 background

This text has black color on #FEDF59 background.


White color preview on #FEDF59 background

This text has white color on #FEDF59 background.


Related colors

Complementary color

Complementary color for #hex is #0120A6.


I love getcolorcode.com

Triadic colors

1 #59FEDF and #DF59FE with #FEDF59 are triadic colors.

2 #59DFFE and #DFFE59 with #FEDF59 are triadic colors.