COLOR #FDED45

HEX: #FDED45
RGB: (253,237,69)

Renk bilgisi

#FDED45 contains mainly red and green colors. #FDED45 ‘ nin web güvenlik rengi #FFFF33 (ya da #FF3) dir.

RGB renk modeli

#FDED45 color RGB value is (253,237,69).

  • kırmız ton 253;
  • yeşil ton 237;
  • mavi ton 69.
RGB:
(253,237,69)
(99%,93%,27%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 237 of 255 = 93%
B 69 of 255 = 27%

253
237
69

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 237 + 69 = 559 (100%)
R 253 of 559 ~ 45.26%
G 237 of 559 ~ 42.4%
B 69 of 559 ~ 12.34%

%45.26
%42.4
%12.34

CMYK RENK MODELİ

#FDED45 rengi CMYK tonu (0,6,73,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.32%
  • sarı tonu 72.73%
  • ana renk tonu 0.78%
CMYK:
(0,6,73,1)
C0M6Y73K1 
(0%,6%,73%,1%)
(0.00/0.06/0.73/0.01)	

CMYK yüzdeleri

%0
%6.32
%72.73
%0.78

Codes

Color #FDED45 in popluar color models

FDED45
RGB25323769
HSL55°97.87%63.14%
HSB/HSV55°72.73%99.22%
CMYK0.00%6.32%72.73%
0.78%

Color #FDED45 in popluar number systems.

HEXFDED45
Decimal25323769
Binary11111101111011011000101
Octal375355105

Shades and tints

Shades of #FDED45

#FDED45
(253,237,69)
#E6D83F
(230,216,63)
#CFC339
(207,195,57)
#B8AE33
(184,174,51)
#A1992D
(161,153,45)
#8A8427
(138,132,39)
#736F21
(115,111,33)
#5C5A1B
(92,90,27)
#454515
(69,69,21)
#2E300F
(46,48,15)
#171B09
(23,27,9)
#000000
(0,0,0)

Tints of #FDED45

#FDED45
(253,237,69)
#FDEE55
(253,238,85)
#FDEF65
(253,239,101)
#FDF075
(253,240,117)
#FDF185
(253,241,133)
#FDF295
(253,242,149)
#FDF3A5
(253,243,165)
#FDF4B5
(253,244,181)
#FDF5C5
(253,245,197)
#FDF6D5
(253,246,213)
#FDF7E5
(253,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDED45 color. Also use rgb(253,237,69) instead hex code.

Text Font Color

.myTextColor { color: #FDED45; }

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

This text font color is #FDED45.


Background Color

.myBgColor { background-color: #FDED45; }

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

This div background color is #FDED45.


Border color

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

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

This div border color is #FDED45.


Opacity

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

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

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

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

This text has shadow with #FDED45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDED45 on black background.


Color preview on white background

This text has color #FDED45 on white background.



Black color preview on #FDED45 background

This text has black color on #FDED45 background.


White color preview on #FDED45 background

This text has white color on #FDED45 background.