COLOR #FDF583

HEX: #FDF583
RGB: (253,245,131)

Color info

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

RGB color model

#FDF583 color RGB value is (253,245,131).

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

RGB channels and saturation

R 253 of 255 = 99%
G 245 of 255 = 96%
B 131 of 255 = 51%

253
245
131

R + G + B ~ 82%. #FDF583 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 245 + 131 = 629 (100%)
R 253 of 629 ~ 40.22%
G 245 of 629 ~ 38.95%
B 131 of 629 ~ 20.83%

%40.22
%38.95
%20.83

CMYK color model

#FDF583 color CMYK value is (0,3,48,1).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 48.22%
  • key color value is 0.78%
CMYK:
(0,3,48,1)
C0M3Y48K1 
(0%,3%,48%,1%)
(0.00/0.03/0.48/0.01)	

CMYK percentages

%0
%3.16
%48.22
%0.78

Codes

Color #FDF583 in popluar color models

FDF583
RGB253245131
HSL56°96.83%75.29%
HSB/HSV56°48.22%99.22%
CMYK0.00%3.16%48.22%
0.78%

Color #FDF583 in popluar number systems.

HEXFDF583
Decimal253245131
Binary111111011111010110000011
Octal375365203

Shades and tints

Shades of #FDF583

#FDF583
(253,245,131)
#E6DF78
(230,223,120)
#CFC96D
(207,201,109)
#B8B362
(184,179,98)
#A19D57
(161,157,87)
#8A874C
(138,135,76)
#737141
(115,113,65)
#5C5B36
(92,91,54)
#45452B
(69,69,43)
#2E2F20
(46,47,32)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #FDF583

#FDF583
(253,245,131)
#FDF58E
(253,245,142)
#FDF599
(253,245,153)
#FDF5A4
(253,245,164)
#FDF5AF
(253,245,175)
#FDF5BA
(253,245,186)
#FDF5C5
(253,245,197)
#FDF5D0
(253,245,208)
#FDF5DB
(253,245,219)
#FDF5E6
(253,245,230)
#FDF5F1
(253,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF583; }

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

This text font color is #FDF583.


Background Color

.myBgColor { background-color: #FDF583; }

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

This div background color is #FDF583.


Border color

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

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

This div border color is #FDF583.


Opacity

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

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

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

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

This text has shadow with #FDF583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF583 on black background.


Color preview on white background

This text has color #FDF583 on white background.



Black color preview on #FDF583 background

This text has black color on #FDF583 background.


White color preview on #FDF583 background

This text has white color on #FDF583 background.