COLOR #FDC69F

HEX: #FDC69F
RGB: (253,198,159)

Renk bilgisi

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

RGB renk modeli

#FDC69F color RGB value is (253,198,159).

  • kırmız ton 253;
  • yeşil ton 198;
  • mavi ton 159.
RGB:
(253,198,159)
(99%,78%,62%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 198 of 255 = 78%
B 159 of 255 = 62%

253
198
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 198 + 159 = 610 (100%)
R 253 of 610 ~ 41.48%
G 198 of 610 ~ 32.46%
B 159 of 610 ~ 26.07%

%41.48
%32.46
%26.07

CMYK RENK MODELİ

#FDC69F rengi CMYK tonu (0,22,37,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.74%
  • sarı tonu 37.15%
  • ana renk tonu 0.78%
CMYK:
(0,22,37,1)
C0M22Y37K1 
(0%,22%,37%,1%)
(0.00/0.22/0.37/0.01)	

CMYK yüzdeleri

%0
%21.74
%37.15
%0.78

Codes

Color #FDC69F in popluar color models

FDC69F
RGB253198159
HSL25°95.92%80.78%
HSB/HSV25°37.15%99.22%
CMYK0.00%21.74%37.15%
0.78%

Color #FDC69F in popluar number systems.

HEXFDC69F
Decimal253198159
Binary111111011100011010011111
Octal375306237

Shades and tints

Shades of #FDC69F

#FDC69F
(253,198,159)
#E6B491
(230,180,145)
#CFA283
(207,162,131)
#B89075
(184,144,117)
#A17E67
(161,126,103)
#8A6C59
(138,108,89)
#735A4B
(115,90,75)
#5C483D
(92,72,61)
#45362F
(69,54,47)
#2E2421
(46,36,33)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #FDC69F

#FDC69F
(253,198,159)
#FDCBA7
(253,203,167)
#FDD0AF
(253,208,175)
#FDD5B7
(253,213,183)
#FDDABF
(253,218,191)
#FDDFC7
(253,223,199)
#FDE4CF
(253,228,207)
#FDE9D7
(253,233,215)
#FDEEDF
(253,238,223)
#FDF3E7
(253,243,231)
#FDF8EF
(253,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC69F color. Also use rgb(253,198,159) instead hex code.

Text Font Color

.myTextColor { color: #FDC69F; }

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

This text font color is #FDC69F.


Background Color

.myBgColor { background-color: #FDC69F; }

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

This div background color is #FDC69F.


Border color

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

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

This div border color is #FDC69F.


Opacity

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

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

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

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

This text has shadow with #FDC69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC69F on black background.


Color preview on white background

This text has color #FDC69F on white background.



Black color preview on #FDC69F background

This text has black color on #FDC69F background.


White color preview on #FDC69F background

This text has white color on #FDC69F background.