COLOR #FDA58E

HEX: #FDA58E
RGB: (253,165,142)

Renk bilgisi

#FDA58E contains mainly red color. #FDA58E ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#FDA58E color RGB value is (253,165,142).

  • kırmız ton 253;
  • yeşil ton 165;
  • mavi ton 142.
RGB:
(253,165,142)
(99%,65%,56%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 165 of 255 = 65%
B 142 of 255 = 56%

253
165
142

R + G + B ~ 73%. #FDA58E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 165 + 142 = 560 (100%)
R 253 of 560 ~ 45.18%
G 165 of 560 ~ 29.46%
B 142 of 560 ~ 25.36%

%45.18
%29.46
%25.36

CMYK RENK MODELİ

#FDA58E rengi CMYK tonu (0,35,44,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.78%
  • sarı tonu 43.87%
  • ana renk tonu 0.78%
CMYK:
(0,35,44,1)
C0M35Y44K1 
(0%,35%,44%,1%)
(0.00/0.35/0.44/0.01)	

CMYK yüzdeleri

%0
%34.78
%43.87
%0.78

Codes

Color #FDA58E in popluar color models

FDA58E
RGB253165142
HSL12°96.52%77.45%
HSB/HSV12°43.87%99.22%
CMYK0.00%34.78%43.87%
0.78%

Color #FDA58E in popluar number systems.

HEXFDA58E
Decimal253165142
Binary111111011010010110001110
Octal375245216

Shades and tints

Shades of #FDA58E

#FDA58E
(253,165,142)
#E69682
(230,150,130)
#CF8776
(207,135,118)
#B8786A
(184,120,106)
#A1695E
(161,105,94)
#8A5A52
(138,90,82)
#734B46
(115,75,70)
#5C3C3A
(92,60,58)
#452D2E
(69,45,46)
#2E1E22
(46,30,34)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #FDA58E

#FDA58E
(253,165,142)
#FDAD98
(253,173,152)
#FDB5A2
(253,181,162)
#FDBDAC
(253,189,172)
#FDC5B6
(253,197,182)
#FDCDC0
(253,205,192)
#FDD5CA
(253,213,202)
#FDDDD4
(253,221,212)
#FDE5DE
(253,229,222)
#FDEDE8
(253,237,232)
#FDF5F2
(253,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA58E color. Also use rgb(253,165,142) instead hex code.

Text Font Color

.myTextColor { color: #FDA58E; }

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

This text font color is #FDA58E.


Background Color

.myBgColor { background-color: #FDA58E; }

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

This div background color is #FDA58E.


Border color

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

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

This div border color is #FDA58E.


Opacity

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

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

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

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

This text has shadow with #FDA58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA58E on black background.


Color preview on white background

This text has color #FDA58E on white background.



Black color preview on #FDA58E background

This text has black color on #FDA58E background.


White color preview on #FDA58E background

This text has white color on #FDA58E background.