COLOR #FDF90F

HEX: #FDF90F
RGB: (253,249,15)

Color info

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

RGB color model

#FDF90F color RGB value is (253,249,15).

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

RGB channels and saturation

R 253 of 255 = 99%
G 249 of 255 = 98%
B 15 of 255 = 6%

253
249
15

R + G + B ~ 68%. #FDF90F is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 249 + 15 = 517 (100%)
R 253 of 517 ~ 48.94%
G 249 of 517 ~ 48.16%
B 15 of 517 ~ 2.9%

%48.94
%48.16

CMYK color model

#FDF90F color CMYK value is (0,2,94,1).

  • cyan value is 0.00%
  • magenta value is 1.58%
  • yellow value is 94.07%
  • key color value is 0.78%
CMYK:
(0,2,94,1)
C0M2Y94K1 
(0%,2%,94%,1%)
(0.00/0.02/0.94/0.01)	

CMYK percentages

%0
%1.58
%94.07
%0.78

Codes

Color #FDF90F in popluar color models

FDF90F
RGB25324915
HSL59°98.35%52.55%
HSB/HSV59°94.07%99.22%
CMYK0.00%1.58%94.07%
0.78%

Color #FDF90F in popluar number systems.

HEXFDF90F
Decimal25324915
Binary11111101111110011111
Octal37537117

Shades and tints

Shades of #FDF90F

#FDF90F
(253,249,15)
#E6E30E
(230,227,14)
#CFCD0D
(207,205,13)
#B8B70C
(184,183,12)
#A1A10B
(161,161,11)
#8A8B0A
(138,139,10)
#737509
(115,117,9)
#5C5F08
(92,95,8)
#454907
(69,73,7)
#2E3306
(46,51,6)
#171D05
(23,29,5)
#000000
(0,0,0)

Tints of #FDF90F

#FDF90F
(253,249,15)
#FDF924
(253,249,36)
#FDF939
(253,249,57)
#FDF94E
(253,249,78)
#FDF963
(253,249,99)
#FDF978
(253,249,120)
#FDF98D
(253,249,141)
#FDF9A2
(253,249,162)
#FDF9B7
(253,249,183)
#FDF9CC
(253,249,204)
#FDF9E1
(253,249,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF90F; }

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

This text font color is #FDF90F.


Background Color

.myBgColor { background-color: #FDF90F; }

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

This div background color is #FDF90F.


Border color

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

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

This div border color is #FDF90F.


Opacity

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

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

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

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

This text has shadow with #FDF90F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF90F on black background.


Color preview on white background

This text has color #FDF90F on white background.



Black color preview on #FDF90F background

This text has black color on #FDF90F background.


White color preview on #FDF90F background

This text has white color on #FDF90F background.