COLOR #FDC15D

HEX: #FDC15D
RGB: (253,193,93)

Renk bilgisi

#FDC15D contains mainly red color. #FDC15D ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#FDC15D color RGB value is (253,193,93).

  • kırmız ton 253;
  • yeşil ton 193;
  • mavi ton 93.
RGB:
(253,193,93)
(99%,76%,36%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 193 of 255 = 76%
B 93 of 255 = 36%

253
193
93

R + G + B ~ 70%. #FDC15D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 193 + 93 = 539 (100%)
R 253 of 539 ~ 46.94%
G 193 of 539 ~ 35.81%
B 93 of 539 ~ 17.25%

%46.94
%35.81
%17.25

CMYK RENK MODELİ

#FDC15D rengi CMYK tonu (0,24,63,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.72%
  • sarı tonu 63.24%
  • ana renk tonu 0.78%
CMYK:
(0,24,63,1)
C0M24Y63K1 
(0%,24%,63%,1%)
(0.00/0.24/0.63/0.01)	

CMYK yüzdeleri

%0
%23.72
%63.24
%0.78

Codes

Color #FDC15D in popluar color models

FDC15D
RGB25319393
HSL38°97.56%67.84%
HSB/HSV38°63.24%99.22%
CMYK0.00%23.72%63.24%
0.78%

Color #FDC15D in popluar number systems.

HEXFDC15D
Decimal25319393
Binary11111101110000011011101
Octal375301135

Shades and tints

Shades of #FDC15D

#FDC15D
(253,193,93)
#E6B055
(230,176,85)
#CF9F4D
(207,159,77)
#B88E45
(184,142,69)
#A17D3D
(161,125,61)
#8A6C35
(138,108,53)
#735B2D
(115,91,45)
#5C4A25
(92,74,37)
#45391D
(69,57,29)
#2E2815
(46,40,21)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #FDC15D

#FDC15D
(253,193,93)
#FDC66B
(253,198,107)
#FDCB79
(253,203,121)
#FDD087
(253,208,135)
#FDD595
(253,213,149)
#FDDAA3
(253,218,163)
#FDDFB1
(253,223,177)
#FDE4BF
(253,228,191)
#FDE9CD
(253,233,205)
#FDEEDB
(253,238,219)
#FDF3E9
(253,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC15D color. Also use rgb(253,193,93) instead hex code.

Text Font Color

.myTextColor { color: #FDC15D; }

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

This text font color is #FDC15D.


Background Color

.myBgColor { background-color: #FDC15D; }

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

This div background color is #FDC15D.


Border color

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

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

This div border color is #FDC15D.


Opacity

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

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

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

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

This text has shadow with #FDC15D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC15D on black background.


Color preview on white background

This text has color #FDC15D on white background.



Black color preview on #FDC15D background

This text has black color on #FDC15D background.


White color preview on #FDC15D background

This text has white color on #FDC15D background.