COLOR #FDE582

HEX: #FDE582
RGB: (253,229,130)

Renk bilgisi

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

RGB renk modeli

#FDE582 color RGB value is (253,229,130).

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

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 229 of 255 = 90%
B 130 of 255 = 51%

253
229
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 229 + 130 = 612 (100%)
R 253 of 612 ~ 41.34%
G 229 of 612 ~ 37.42%
B 130 of 612 ~ 21.24%

%41.34
%37.42
%21.24

CMYK RENK MODELİ

#FDE582 rengi CMYK tonu (0,9,49,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.49%
  • sarı tonu 48.62%
  • ana renk tonu 0.78%
CMYK:
(0,9,49,1)
C0M9Y49K1 
(0%,9%,49%,1%)
(0.00/0.09/0.49/0.01)	

CMYK yüzdeleri

%0
%9.49
%48.62
%0.78

Codes

Color #FDE582 in popluar color models

FDE582
RGB253229130
HSL48°96.85%75.10%
HSB/HSV48°48.62%99.22%
CMYK0.00%9.49%48.62%
0.78%

Color #FDE582 in popluar number systems.

HEXFDE582
Decimal253229130
Binary111111011110010110000010
Octal375345202

Shades and tints

Shades of #FDE582

#FDE582
(253,229,130)
#E6D177
(230,209,119)
#CFBD6C
(207,189,108)
#B8A961
(184,169,97)
#A19556
(161,149,86)
#8A814B
(138,129,75)
#736D40
(115,109,64)
#5C5935
(92,89,53)
#45452A
(69,69,42)
#2E311F
(46,49,31)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #FDE582

#FDE582
(253,229,130)
#FDE78D
(253,231,141)
#FDE998
(253,233,152)
#FDEBA3
(253,235,163)
#FDEDAE
(253,237,174)
#FDEFB9
(253,239,185)
#FDF1C4
(253,241,196)
#FDF3CF
(253,243,207)
#FDF5DA
(253,245,218)
#FDF7E5
(253,247,229)
#FDF9F0
(253,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE582; }

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

This text font color is #FDE582.


Background Color

.myBgColor { background-color: #FDE582; }

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

This div background color is #FDE582.


Border color

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

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

This div border color is #FDE582.


Opacity

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

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

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

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

This text has shadow with #FDE582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE582 on black background.


Color preview on white background

This text has color #FDE582 on white background.



Black color preview on #FDE582 background

This text has black color on #FDE582 background.


White color preview on #FDE582 background

This text has white color on #FDE582 background.