COLOR #FDF96A

HEX: #FDF96A RGB: (253,249,106)

Color info

#FDF96A contains mainly red and green colors. Web safe color of #FDF96A is #FFFF66 (or #FF6).

RGB color model

#FDF96A color RGB value is (253,249,106).

RGB: (253,249,106) (99%, 98%, 42%)

RGB channels and saturation

R 253 of 255 = 99%
G 249 of 255 = 98%
B 106 of 255 = 42%

253
249
106

R + G + B ~ 80%. #FDF96A is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 249 + 106 = 608 (100%)
R 253 of 608 ~ 41.61%
G 249 of 608 ~ 40.95%
B 106 of 608 ~ 17.43'%

%41.61
%40.95
%17.43

CMYK color model

#FDF96A color CMYK value is (0,2,58,1).

  • cyan value is 0.00%
  • magenta value is 1.58%
  • yellow value is 58.10%
  • key color value is 0.78%

CMYK: (0,2,58,1)
C0M2Y58K1 (0%, 2%, 58%, 1%)
(0.00 / 0.02 / 0.58 / 0.01)

CMYK percentages

%0
%1.58
%58.1
%0.78

Codes

Color #FDF96A in popluar color models

FD F9 6A
RGB 253 249 106
HSL 58° 97.35% 70.39%
HSB/HSV 58° 58.10% 99.22%
CMYK 0.00% 1.58% 58.10%
0.78%

Color #FDF96A in popluar number systems.

HEX FD F9 6A
Decimal 253 249 106
Binary 11111101 11111001 1101010
Octal 375 371 152

Shades and tints

Shades of #FDF96A

#FDF96A
(253,249,106)
#E6E361
(230,227,97)
#CFCD58
(207,205,88)
#B8B74F
(184,183,79)
#A1A146
(161,161,70)
#8A8B3D
(138,139,61)
#737534
(115,117,52)
#5C5F2B
(92,95,43)
#454922
(69,73,34)
#2E3319
(46,51,25)
#171D10
(23,29,16)
#000000
(0,0,0)

Tints of #FDF96A

#FDF96A
(253,249,106)
#FDF977
(253,249,119)
#FDF984
(253,249,132)
#FDF991
(253,249,145)
#FDF99E
(253,249,158)
#FDF9AB
(253,249,171)
#FDF9B8
(253,249,184)
#FDF9C5
(253,249,197)
#FDF9D2
(253,249,210)
#FDF9DF
(253,249,223)
#FDF9EC
(253,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF96A; }

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

This text font color is #FDF96A.

Background Color

.myBgColor { background-color: #FDF96A; }

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

This div background color is #FDF96A.

Border color

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

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

This div border color is #FDF96A.

Opacity

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

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

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

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

This text has shadow with #FDF96A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF96A.

Preview

Color preview on black background

This text has color #FDF96A on black background.


Color preview on white background

This text has color #FDF96A on white background.


Black color preview on #FDF96A background

This text has black color on #FDF96A background.


White color preview on #FDF96A background

This text has white color on #FDF96A background.


Related colors

Complementary color

Complementary color for #hex is #020695.


I love getcolorcode.com

Triadic colors

1 #6AFDF9 and #F96AFD with #FDF96A are triadic colors.

2 #6AF9FD and #F9FD6A with #FDF96A are triadic colors.