COLOR #FDC98D

HEX: #FDC98D
RGB: (253,201,141)

Renk bilgisi

#FDC98D contains mainly red and green colors. #FDC98D ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FDC98D color RGB value is (253,201,141).

  • kırmız ton 253;
  • yeşil ton 201;
  • mavi ton 141.
RGB:
(253,201,141)
(99%,79%,55%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 201 of 255 = 79%
B 141 of 255 = 55%

253
201
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 201 + 141 = 595 (100%)
R 253 of 595 ~ 42.52%
G 201 of 595 ~ 33.78%
B 141 of 595 ~ 23.7%

%42.52
%33.78
%23.7

CMYK RENK MODELİ

#FDC98D rengi CMYK tonu (0,21,44,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.55%
  • sarı tonu 44.27%
  • ana renk tonu 0.78%
CMYK:
(0,21,44,1)
C0M21Y44K1 
(0%,21%,44%,1%)
(0.00/0.21/0.44/0.01)	

CMYK yüzdeleri

%0
%20.55
%44.27
%0.78

Codes

Color #FDC98D in popluar color models

FDC98D
RGB253201141
HSL32°96.55%77.25%
HSB/HSV32°44.27%99.22%
CMYK0.00%20.55%44.27%
0.78%

Color #FDC98D in popluar number systems.

HEXFDC98D
Decimal253201141
Binary111111011100100110001101
Octal375311215

Shades and tints

Shades of #FDC98D

#FDC98D
(253,201,141)
#E6B781
(230,183,129)
#CFA575
(207,165,117)
#B89369
(184,147,105)
#A1815D
(161,129,93)
#8A6F51
(138,111,81)
#735D45
(115,93,69)
#5C4B39
(92,75,57)
#45392D
(69,57,45)
#2E2721
(46,39,33)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #FDC98D

#FDC98D
(253,201,141)
#FDCD97
(253,205,151)
#FDD1A1
(253,209,161)
#FDD5AB
(253,213,171)
#FDD9B5
(253,217,181)
#FDDDBF
(253,221,191)
#FDE1C9
(253,225,201)
#FDE5D3
(253,229,211)
#FDE9DD
(253,233,221)
#FDEDE7
(253,237,231)
#FDF1F1
(253,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC98D; }

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

This text font color is #FDC98D.


Background Color

.myBgColor { background-color: #FDC98D; }

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

This div background color is #FDC98D.


Border color

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

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

This div border color is #FDC98D.


Opacity

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

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

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

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

This text has shadow with #FDC98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC98D on black background.


Color preview on white background

This text has color #FDC98D on white background.



Black color preview on #FDC98D background

This text has black color on #FDC98D background.


White color preview on #FDC98D background

This text has white color on #FDC98D background.