COLOR #FDD90E

HEX: #FDD90E
RGB: (253,217,14)

Renk bilgisi

#FDD90E contains mainly red and green colors. #FDD90E ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#FDD90E color RGB value is (253,217,14).

  • kırmız ton 253;
  • yeşil ton 217;
  • mavi ton 14.
RGB:
(253,217,14)
(99%,85%,5%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 217 of 255 = 85%
B 14 of 255 = 5%

253
217
14

R + G + B ~ 63%. #FDD90E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 217 + 14 = 484 (100%)
R 253 of 484 ~ 52.27%
G 217 of 484 ~ 44.83%
B 14 of 484 ~ 2.89%

%52.27
%44.83

CMYK RENK MODELİ

#FDD90E rengi CMYK tonu (0,14,94,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.23%
  • sarı tonu 94.47%
  • ana renk tonu 0.78%
CMYK:
(0,14,94,1)
C0M14Y94K1 
(0%,14%,94%,1%)
(0.00/0.14/0.94/0.01)	

CMYK yüzdeleri

%0
%14.23
%94.47
%0.78

Codes

Color #FDD90E in popluar color models

FDD90E
RGB25321714
HSL51°98.35%52.35%
HSB/HSV51°94.47%99.22%
CMYK0.00%14.23%94.47%
0.78%

Color #FDD90E in popluar number systems.

HEXFDD90E
Decimal25321714
Binary11111101110110011110
Octal37533116

Shades and tints

Shades of #FDD90E

#FDD90E
(253,217,14)
#E6C60D
(230,198,13)
#CFB30C
(207,179,12)
#B8A00B
(184,160,11)
#A18D0A
(161,141,10)
#8A7A09
(138,122,9)
#736708
(115,103,8)
#5C5407
(92,84,7)
#454106
(69,65,6)
#2E2E05
(46,46,5)
#171B04
(23,27,4)
#000000
(0,0,0)

Tints of #FDD90E

#FDD90E
(253,217,14)
#FDDC23
(253,220,35)
#FDDF38
(253,223,56)
#FDE24D
(253,226,77)
#FDE562
(253,229,98)
#FDE877
(253,232,119)
#FDEB8C
(253,235,140)
#FDEEA1
(253,238,161)
#FDF1B6
(253,241,182)
#FDF4CB
(253,244,203)
#FDF7E0
(253,247,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD90E color. Also use rgb(253,217,14) instead hex code.

Text Font Color

.myTextColor { color: #FDD90E; }

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

This text font color is #FDD90E.


Background Color

.myBgColor { background-color: #FDD90E; }

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

This div background color is #FDD90E.


Border color

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

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

This div border color is #FDD90E.


Opacity

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

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

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

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

This text has shadow with #FDD90E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD90E on black background.


Color preview on white background

This text has color #FDD90E on white background.



Black color preview on #FDD90E background

This text has black color on #FDD90E background.


White color preview on #FDD90E background

This text has white color on #FDD90E background.