COLOR #FDC98F

HEX: #FDC98F RGB: (253,201,143)

Color info

#FDC98F contains mainly red and green colors. Web safe color of #FDC98F is #FFCC99 (or #FC9).

RGB color model

#FDC98F color RGB value is (253,201,143).

RGB: (253,201,143) (99%, 79%, 56%)

RGB channels and saturation

R 253 of 255 = 99%
G 201 of 255 = 79%
B 143 of 255 = 56%

253
201
143

R + G + B ~ 78%. #FDC98F is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 201 + 143 = 597 (100%)
R 253 of 597 ~ 42.38%
G 201 of 597 ~ 33.67%
B 143 of 597 ~ 23.95'%

%42.38
%33.67
%23.95

CMYK color model

#FDC98F color CMYK value is (0,21,43,1).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 43.48%
  • key color value is 0.78%

CMYK: (0,21,43,1)
C0M21Y43K1 (0%, 21%, 43%, 1%)
(0.00 / 0.21 / 0.43 / 0.01)

CMYK percentages

%0
%20.55
%43.48
%0.78

Codes

Color #FDC98F in popluar color models

FD C9 8F
RGB 253 201 143
HSL 32° 96.49% 77.65%
HSB/HSV 32° 43.48% 99.22%
CMYK 0.00% 20.55% 43.48%
0.78%

Color #FDC98F in popluar number systems.

HEX FD C9 8F
Decimal 253 201 143
Binary 11111101 11001001 10001111
Octal 375 311 217

Shades and tints

Shades of #FDC98F

#FDC98F
(253,201,143)
#E6B782
(230,183,130)
#CFA575
(207,165,117)
#B89368
(184,147,104)
#A1815B
(161,129,91)
#8A6F4E
(138,111,78)
#735D41
(115,93,65)
#5C4B34
(92,75,52)
#453927
(69,57,39)
#2E271A
(46,39,26)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #FDC98F

#FDC98F
(253,201,143)
#FDCD99
(253,205,153)
#FDD1A3
(253,209,163)
#FDD5AD
(253,213,173)
#FDD9B7
(253,217,183)
#FDDDC1
(253,221,193)
#FDE1CB
(253,225,203)
#FDE5D5
(253,229,213)
#FDE9DF
(253,233,223)
#FDEDE9
(253,237,233)
#FDF1F3
(253,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC98F color. Also use rgb(253,201,143) instead hex code.

Text Font Color

.myTextColor { color: #FDC98F; }

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

This text font color is #FDC98F.

Background Color

.myBgColor { background-color: #FDC98F; }

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

This div background color is #FDC98F.

Border color

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

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

This div border color is #FDC98F.

Opacity

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

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

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

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

This text has shadow with #FDC98F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC98F.

Preview

Color preview on black background

This text has color #FDC98F on black background.


Color preview on white background

This text has color #FDC98F on white background.


Black color preview on #FDC98F background

This text has black color on #FDC98F background.


White color preview on #FDC98F background

This text has white color on #FDC98F background.


Related colors

Complementary color

Complementary color for #hex is #023670.


I love getcolorcode.com

Triadic colors

1 #8FFDC9 and #C98FFD with #FDC98F are triadic colors.

2 #8FC9FD and #C9FD8F with #FDC98F are triadic colors.