COLOR #FDF524

HEX: #FDF524
RGB: (253,245,36)

Color info

#FDF524 contains mainly red and green colors. Web safe color of #FDF524 is #FFFF33 (or #FF3).

RGB color model

#FDF524 color RGB value is (253,245,36).

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

RGB channels and saturation

R 253 of 255 = 99%
G 245 of 255 = 96%
B 36 of 255 = 14%

253
245
36

R + G + B ~ 70%. #FDF524 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 245 + 36 = 534 (100%)
R 253 of 534 ~ 47.38%
G 245 of 534 ~ 45.88%
B 36 of 534 ~ 6.74%

%47.38
%45.88

CMYK color model

#FDF524 color CMYK value is (0,3,86,1).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 85.77%
  • key color value is 0.78%
CMYK:
(0,3,86,1)
C0M3Y86K1 
(0%,3%,86%,1%)
(0.00/0.03/0.86/0.01)	

CMYK percentages

%0
%3.16
%85.77
%0.78

Codes

Color #FDF524 in popluar color models

FDF524
RGB25324536
HSL58°98.19%56.67%
HSB/HSV58°85.77%99.22%
CMYK0.00%3.16%85.77%
0.78%

Color #FDF524 in popluar number systems.

HEXFDF524
Decimal25324536
Binary1111110111110101100100
Octal37536544

Shades and tints

Shades of #FDF524

#FDF524
(253,245,36)
#E6DF21
(230,223,33)
#CFC91E
(207,201,30)
#B8B31B
(184,179,27)
#A19D18
(161,157,24)
#8A8715
(138,135,21)
#737112
(115,113,18)
#5C5B0F
(92,91,15)
#45450C
(69,69,12)
#2E2F09
(46,47,9)
#171906
(23,25,6)
#000000
(0,0,0)

Tints of #FDF524

#FDF524
(253,245,36)
#FDF537
(253,245,55)
#FDF54A
(253,245,74)
#FDF55D
(253,245,93)
#FDF570
(253,245,112)
#FDF583
(253,245,131)
#FDF596
(253,245,150)
#FDF5A9
(253,245,169)
#FDF5BC
(253,245,188)
#FDF5CF
(253,245,207)
#FDF5E2
(253,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF524; }

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

This text font color is #FDF524.


Background Color

.myBgColor { background-color: #FDF524; }

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

This div background color is #FDF524.


Border color

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

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

This div border color is #FDF524.


Opacity

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

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

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

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

This text has shadow with #FDF524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF524 on black background.


Color preview on white background

This text has color #FDF524 on white background.



Black color preview on #FDF524 background

This text has black color on #FDF524 background.


White color preview on #FDF524 background

This text has white color on #FDF524 background.