COLOR #FDF984

HEX: #FDF984 RGB: (253,249,132)

Color info

#FDF984 contains mainly red and green colors. Web safe color of #FDF984 is #FFFF99 (or #FF9).

RGB color model

#FDF984 color RGB value is (253,249,132).

RGB: (253,249,132) (99%, 98%, 52%)

RGB channels and saturation

R 253 of 255 = 99%
G 249 of 255 = 98%
B 132 of 255 = 52%

253
249
132

R + G + B ~ 83%. #FDF984 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 249 + 132 = 634 (100%)
R 253 of 634 ~ 39.91%
G 249 of 634 ~ 39.27%
B 132 of 634 ~ 20.82'%

%39.91
%39.27
%20.82

CMYK color model

#FDF984 color CMYK value is (0,2,48,1).

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

CMYK: (0,2,48,1)
C0M2Y48K1 (0%, 2%, 48%, 1%)
(0.00 / 0.02 / 0.48 / 0.01)

CMYK percentages

%0
%1.58
%47.83
%0.78

Codes

Color #FDF984 in popluar color models

FD F9 84
RGB 253 249 132
HSL 58° 96.80% 75.49%
HSB/HSV 58° 47.83% 99.22%
CMYK 0.00% 1.58% 47.83%
0.78%

Color #FDF984 in popluar number systems.

HEX FD F9 84
Decimal 253 249 132
Binary 11111101 11111001 10000100
Octal 375 371 204

Shades and tints

Shades of #FDF984

#FDF984
(253,249,132)
#E6E378
(230,227,120)
#CFCD6C
(207,205,108)
#B8B760
(184,183,96)
#A1A154
(161,161,84)
#8A8B48
(138,139,72)
#73753C
(115,117,60)
#5C5F30
(92,95,48)
#454924
(69,73,36)
#2E3318
(46,51,24)
#171D0C
(23,29,12)
#000000
(0,0,0)

Tints of #FDF984

#FDF984
(253,249,132)
#FDF98F
(253,249,143)
#FDF99A
(253,249,154)
#FDF9A5
(253,249,165)
#FDF9B0
(253,249,176)
#FDF9BB
(253,249,187)
#FDF9C6
(253,249,198)
#FDF9D1
(253,249,209)
#FDF9DC
(253,249,220)
#FDF9E7
(253,249,231)
#FDF9F2
(253,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF984; }

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

This text font color is #FDF984.

Background Color

.myBgColor { background-color: #FDF984; }

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

This div background color is #FDF984.

Border color

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

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

This div border color is #FDF984.

Opacity

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

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

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

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

This text has shadow with #FDF984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF984.

Preview

Color preview on black background

This text has color #FDF984 on black background.


Color preview on white background

This text has color #FDF984 on white background.


Black color preview on #FDF984 background

This text has black color on #FDF984 background.


White color preview on #FDF984 background

This text has white color on #FDF984 background.


Related colors

Complementary color

Complementary color for #hex is #02067B.


I love getcolorcode.com

Triadic colors

1 #84FDF9 and #F984FD with #FDF984 are triadic colors.

2 #84F9FD and #F9FD84 with #FDF984 are triadic colors.