COLOR #FDF589

HEX: #FDF589
RGB: (253,245,137)

Color info

#FDF589 contains mainly red and green colors. Web safe color of #FDF589 is #FFFF99 (or #FF9).

RGB color model

#FDF589 color RGB value is (253,245,137).

  • red value is 253;
  • green value is 245;
  • blue value is 137.
RGB:
(253,245,137)
(99%,96%,54%)

RGB channels and saturation

R 253 of 255 = 99%
G 245 of 255 = 96%
B 137 of 255 = 54%

253
245
137

R + G + B ~ 83%. #FDF589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 245 + 137 = 635 (100%)
R 253 of 635 ~ 39.84%
G 245 of 635 ~ 38.58%
B 137 of 635 ~ 21.57%

%39.84
%38.58
%21.57

CMYK color model

#FDF589 color CMYK value is (0,3,46,1).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 45.85%
  • key color value is 0.78%
CMYK:
(0,3,46,1)
C0M3Y46K1 
(0%,3%,46%,1%)
(0.00/0.03/0.46/0.01)	

CMYK percentages

%0
%3.16
%45.85
%0.78

Codes

Color #FDF589 in popluar color models

FDF589
RGB253245137
HSL56°96.67%76.47%
HSB/HSV56°45.85%99.22%
CMYK0.00%3.16%45.85%
0.78%

Color #FDF589 in popluar number systems.

HEXFDF589
Decimal253245137
Binary111111011111010110001001
Octal375365211

Shades and tints

Shades of #FDF589

#FDF589
(253,245,137)
#E6DF7D
(230,223,125)
#CFC971
(207,201,113)
#B8B365
(184,179,101)
#A19D59
(161,157,89)
#8A874D
(138,135,77)
#737141
(115,113,65)
#5C5B35
(92,91,53)
#454529
(69,69,41)
#2E2F1D
(46,47,29)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #FDF589

#FDF589
(253,245,137)
#FDF593
(253,245,147)
#FDF59D
(253,245,157)
#FDF5A7
(253,245,167)
#FDF5B1
(253,245,177)
#FDF5BB
(253,245,187)
#FDF5C5
(253,245,197)
#FDF5CF
(253,245,207)
#FDF5D9
(253,245,217)
#FDF5E3
(253,245,227)
#FDF5ED
(253,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF589 color. Also use rgb(253,245,137) instead hex code.

Text Font Color

.myTextColor { color: #FDF589; }

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

This text font color is #FDF589.


Background Color

.myBgColor { background-color: #FDF589; }

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

This div background color is #FDF589.


Border color

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

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

This div border color is #FDF589.


Opacity

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

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

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

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

This text has shadow with #FDF589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF589 on black background.


Color preview on white background

This text has color #FDF589 on white background.



Black color preview on #FDF589 background

This text has black color on #FDF589 background.


White color preview on #FDF589 background

This text has white color on #FDF589 background.