COLOR #FDF50F

HEX: #FDF50F
RGB: (253,245,15)

Color info

#FDF50F contains mainly red and green colors. Web safe color of #FDF50F is #FFFF00 (or #FF0).

RGB color model

#FDF50F color RGB value is (253,245,15).

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

RGB channels and saturation

R 253 of 255 = 99%
G 245 of 255 = 96%
B 15 of 255 = 6%

253
245
15

R + G + B ~ 67%. #FDF50F is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 245 + 15 = 513 (100%)
R 253 of 513 ~ 49.32%
G 245 of 513 ~ 47.76%
B 15 of 513 ~ 2.92%

%49.32
%47.76

CMYK color model

#FDF50F color CMYK value is (0,3,94,1).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 94.07%
  • key color value is 0.78%
CMYK:
(0,3,94,1)
C0M3Y94K1 
(0%,3%,94%,1%)
(0.00/0.03/0.94/0.01)	

CMYK percentages

%0
%3.16
%94.07
%0.78

Codes

Color #FDF50F in popluar color models

FDF50F
RGB25324515
HSL58°98.35%52.55%
HSB/HSV58°94.07%99.22%
CMYK0.00%3.16%94.07%
0.78%

Color #FDF50F in popluar number systems.

HEXFDF50F
Decimal25324515
Binary11111101111101011111
Octal37536517

Shades and tints

Shades of #FDF50F

#FDF50F
(253,245,15)
#E6DF0E
(230,223,14)
#CFC90D
(207,201,13)
#B8B30C
(184,179,12)
#A19D0B
(161,157,11)
#8A870A
(138,135,10)
#737109
(115,113,9)
#5C5B08
(92,91,8)
#454507
(69,69,7)
#2E2F06
(46,47,6)
#171905
(23,25,5)
#000000
(0,0,0)

Tints of #FDF50F

#FDF50F
(253,245,15)
#FDF524
(253,245,36)
#FDF539
(253,245,57)
#FDF54E
(253,245,78)
#FDF563
(253,245,99)
#FDF578
(253,245,120)
#FDF58D
(253,245,141)
#FDF5A2
(253,245,162)
#FDF5B7
(253,245,183)
#FDF5CC
(253,245,204)
#FDF5E1
(253,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF50F; }

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

This text font color is #FDF50F.


Background Color

.myBgColor { background-color: #FDF50F; }

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

This div background color is #FDF50F.


Border color

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

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

This div border color is #FDF50F.


Opacity

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

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

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

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

This text has shadow with #FDF50F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF50F on black background.


Color preview on white background

This text has color #FDF50F on white background.



Black color preview on #FDF50F background

This text has black color on #FDF50F background.


White color preview on #FDF50F background

This text has white color on #FDF50F background.