COLOR #FDD682

HEX: #FDD682
RGB: (253,214,130)

Renk bilgisi

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

RGB renk modeli

#FDD682 color RGB value is (253,214,130).

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

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 214 of 255 = 84%
B 130 of 255 = 51%

253
214
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 214 + 130 = 597 (100%)
R 253 of 597 ~ 42.38%
G 214 of 597 ~ 35.85%
B 130 of 597 ~ 21.78%

%42.38
%35.85
%21.78

CMYK RENK MODELİ

#FDD682 rengi CMYK tonu (0,15,49,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.42%
  • sarı tonu 48.62%
  • ana renk tonu 0.78%
CMYK:
(0,15,49,1)
C0M15Y49K1 
(0%,15%,49%,1%)
(0.00/0.15/0.49/0.01)	

CMYK yüzdeleri

%0
%15.42
%48.62
%0.78

Codes

Color #FDD682 in popluar color models

FDD682
RGB253214130
HSL41°96.85%75.10%
HSB/HSV41°48.62%99.22%
CMYK0.00%15.42%48.62%
0.78%

Color #FDD682 in popluar number systems.

HEXFDD682
Decimal253214130
Binary111111011101011010000010
Octal375326202

Shades and tints

Shades of #FDD682

#FDD682
(253,214,130)
#E6C377
(230,195,119)
#CFB06C
(207,176,108)
#B89D61
(184,157,97)
#A18A56
(161,138,86)
#8A774B
(138,119,75)
#736440
(115,100,64)
#5C5135
(92,81,53)
#453E2A
(69,62,42)
#2E2B1F
(46,43,31)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #FDD682

#FDD682
(253,214,130)
#FDD98D
(253,217,141)
#FDDC98
(253,220,152)
#FDDFA3
(253,223,163)
#FDE2AE
(253,226,174)
#FDE5B9
(253,229,185)
#FDE8C4
(253,232,196)
#FDEBCF
(253,235,207)
#FDEEDA
(253,238,218)
#FDF1E5
(253,241,229)
#FDF4F0
(253,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD682; }

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

This text font color is #FDD682.


Background Color

.myBgColor { background-color: #FDD682; }

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

This div background color is #FDD682.


Border color

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

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

This div border color is #FDD682.


Opacity

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

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

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

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

This text has shadow with #FDD682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD682 on black background.


Color preview on white background

This text has color #FDD682 on white background.



Black color preview on #FDD682 background

This text has black color on #FDD682 background.


White color preview on #FDD682 background

This text has white color on #FDD682 background.