COLOR #FDD687

HEX: #FDD687
RGB: (253,214,135)

Renk bilgisi

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

RGB renk modeli

#FDD687 color RGB value is (253,214,135).

  • kırmız ton 253;
  • yeşil ton 214;
  • mavi ton 135.
RGB:
(253,214,135)
(99%,84%,53%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 214 of 255 = 84%
B 135 of 255 = 53%

253
214
135

R + G + B ~ 79%. #FDD687 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 214 + 135 = 602 (100%)
R 253 of 602 ~ 42.03%
G 214 of 602 ~ 35.55%
B 135 of 602 ~ 22.43%

%42.03
%35.55
%22.43

CMYK RENK MODELİ

#FDD687 rengi CMYK tonu (0,15,47,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.42%
  • sarı tonu 46.64%
  • ana renk tonu 0.78%
CMYK:
(0,15,47,1)
C0M15Y47K1 
(0%,15%,47%,1%)
(0.00/0.15/0.47/0.01)	

CMYK yüzdeleri

%0
%15.42
%46.64
%0.78

Codes

Color #FDD687 in popluar color models

FDD687
RGB253214135
HSL40°96.72%76.08%
HSB/HSV40°46.64%99.22%
CMYK0.00%15.42%46.64%
0.78%

Color #FDD687 in popluar number systems.

HEXFDD687
Decimal253214135
Binary111111011101011010000111
Octal375326207

Shades and tints

Shades of #FDD687

#FDD687
(253,214,135)
#E6C37B
(230,195,123)
#CFB06F
(207,176,111)
#B89D63
(184,157,99)
#A18A57
(161,138,87)
#8A774B
(138,119,75)
#73643F
(115,100,63)
#5C5133
(92,81,51)
#453E27
(69,62,39)
#2E2B1B
(46,43,27)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #FDD687

#FDD687
(253,214,135)
#FDD991
(253,217,145)
#FDDC9B
(253,220,155)
#FDDFA5
(253,223,165)
#FDE2AF
(253,226,175)
#FDE5B9
(253,229,185)
#FDE8C3
(253,232,195)
#FDEBCD
(253,235,205)
#FDEED7
(253,238,215)
#FDF1E1
(253,241,225)
#FDF4EB
(253,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD687 color. Also use rgb(253,214,135) instead hex code.

Text Font Color

.myTextColor { color: #FDD687; }

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

This text font color is #FDD687.


Background Color

.myBgColor { background-color: #FDD687; }

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

This div background color is #FDD687.


Border color

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

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

This div border color is #FDD687.


Opacity

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

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

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

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

This text has shadow with #FDD687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD687 on black background.


Color preview on white background

This text has color #FDD687 on white background.



Black color preview on #FDD687 background

This text has black color on #FDD687 background.


White color preview on #FDD687 background

This text has white color on #FDD687 background.