COLOR #FDD799

HEX: #FDD799
RGB: (253,215,153)

Renk bilgisi

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

RGB renk modeli

#FDD799 color RGB value is (253,215,153).

  • kırmız ton 253;
  • yeşil ton 215;
  • mavi ton 153.
RGB:
(253,215,153)
(99%,84%,60%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 215 of 255 = 84%
B 153 of 255 = 60%

253
215
153

R + G + B ~ 81%. #FDD799 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 215 + 153 = 621 (100%)
R 253 of 621 ~ 40.74%
G 215 of 621 ~ 34.62%
B 153 of 621 ~ 24.64%

%40.74
%34.62
%24.64

CMYK RENK MODELİ

#FDD799 rengi CMYK tonu (0,15,40,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.02%
  • sarı tonu 39.53%
  • ana renk tonu 0.78%
CMYK:
(0,15,40,1)
C0M15Y40K1 
(0%,15%,40%,1%)
(0.00/0.15/0.40/0.01)	

CMYK yüzdeleri

%0
%15.02
%39.53
%0.78

Codes

Color #FDD799 in popluar color models

FDD799
RGB253215153
HSL37°96.15%79.61%
HSB/HSV37°39.53%99.22%
CMYK0.00%15.02%39.53%
0.78%

Color #FDD799 in popluar number systems.

HEXFDD799
Decimal253215153
Binary111111011101011110011001
Octal375327231

Shades and tints

Shades of #FDD799

#FDD799
(253,215,153)
#E6C48C
(230,196,140)
#CFB17F
(207,177,127)
#B89E72
(184,158,114)
#A18B65
(161,139,101)
#8A7858
(138,120,88)
#73654B
(115,101,75)
#5C523E
(92,82,62)
#453F31
(69,63,49)
#2E2C24
(46,44,36)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #FDD799

#FDD799
(253,215,153)
#FDDAA2
(253,218,162)
#FDDDAB
(253,221,171)
#FDE0B4
(253,224,180)
#FDE3BD
(253,227,189)
#FDE6C6
(253,230,198)
#FDE9CF
(253,233,207)
#FDECD8
(253,236,216)
#FDEFE1
(253,239,225)
#FDF2EA
(253,242,234)
#FDF5F3
(253,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD799 color. Also use rgb(253,215,153) instead hex code.

Text Font Color

.myTextColor { color: #FDD799; }

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

This text font color is #FDD799.


Background Color

.myBgColor { background-color: #FDD799; }

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

This div background color is #FDD799.


Border color

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

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

This div border color is #FDD799.


Opacity

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

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

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

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

This text has shadow with #FDD799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD799 on black background.


Color preview on white background

This text has color #FDD799 on white background.



Black color preview on #FDD799 background

This text has black color on #FDD799 background.


White color preview on #FDD799 background

This text has white color on #FDD799 background.