COLOR #FDF41D

HEX: #FDF41D
RGB: (253,244,29)

Color info

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

RGB color model

#FDF41D color RGB value is (253,244,29).

  • red value is 253;
  • green value is 244;
  • blue value is 29.
RGB:
(253,244,29)
(99%,96%,11%)

RGB channels and saturation

R 253 of 255 = 99%
G 244 of 255 = 96%
B 29 of 255 = 11%

253
244
29

R + G + B ~ 69%. #FDF41D is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 244 + 29 = 526 (100%)
R 253 of 526 ~ 48.1%
G 244 of 526 ~ 46.39%
B 29 of 526 ~ 5.51%

%48.1
%46.39

CMYK color model

#FDF41D color CMYK value is (0,4,89,1).

  • cyan value is 0.00%
  • magenta value is 3.56%
  • yellow value is 88.54%
  • key color value is 0.78%
CMYK:
(0,4,89,1)
C0M4Y89K1 
(0%,4%,89%,1%)
(0.00/0.04/0.89/0.01)	

CMYK percentages

%0
%3.56
%88.54
%0.78

Codes

Color #FDF41D in popluar color models

FDF41D
RGB25324429
HSL58°98.25%55.29%
HSB/HSV58°88.54%99.22%
CMYK0.00%3.56%88.54%
0.78%

Color #FDF41D in popluar number systems.

HEXFDF41D
Decimal25324429
Binary111111011111010011101
Octal37536435

Shades and tints

Shades of #FDF41D

#FDF41D
(253,244,29)
#E6DE1B
(230,222,27)
#CFC819
(207,200,25)
#B8B217
(184,178,23)
#A19C15
(161,156,21)
#8A8613
(138,134,19)
#737011
(115,112,17)
#5C5A0F
(92,90,15)
#45440D
(69,68,13)
#2E2E0B
(46,46,11)
#171809
(23,24,9)
#000000
(0,0,0)

Tints of #FDF41D

#FDF41D
(253,244,29)
#FDF531
(253,245,49)
#FDF645
(253,246,69)
#FDF759
(253,247,89)
#FDF86D
(253,248,109)
#FDF981
(253,249,129)
#FDFA95
(253,250,149)
#FDFBA9
(253,251,169)
#FDFCBD
(253,252,189)
#FDFDD1
(253,253,209)
#FDFEE5
(253,254,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF41D color. Also use rgb(253,244,29) instead hex code.

Text Font Color

.myTextColor { color: #FDF41D; }

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

This text font color is #FDF41D.


Background Color

.myBgColor { background-color: #FDF41D; }

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

This div background color is #FDF41D.


Border color

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

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

This div border color is #FDF41D.


Opacity

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

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

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

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

This text has shadow with #FDF41D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF41D on black background.


Color preview on white background

This text has color #FDF41D on white background.



Black color preview on #FDF41D background

This text has black color on #FDF41D background.


White color preview on #FDF41D background

This text has white color on #FDF41D background.