COLOR #FDF65D

HEX: #FDF65D
RGB: (253,246,93)

Renk bilgisi

#FDF65D contains mainly red and green colors. #FDF65D ‘ nin web güvenlik rengi #FFFF66 (ya da #FF6) dir.

RGB renk modeli

#FDF65D color RGB value is (253,246,93).

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

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 246 of 255 = 96%
B 93 of 255 = 36%

253
246
93

R + G + B ~ 77%. #FDF65D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 246 + 93 = 592 (100%)
R 253 of 592 ~ 42.74%
G 246 of 592 ~ 41.55%
B 93 of 592 ~ 15.71%

%42.74
%41.55
%15.71

CMYK RENK MODELİ

#FDF65D rengi CMYK tonu (0,3,63,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.77%
  • sarı tonu 63.24%
  • ana renk tonu 0.78%
CMYK:
(0,3,63,1)
C0M3Y63K1 
(0%,3%,63%,1%)
(0.00/0.03/0.63/0.01)	

CMYK yüzdeleri

%0
%2.77
%63.24
%0.78

Codes

Color #FDF65D in popluar color models

FDF65D
RGB25324693
HSL57°97.56%67.84%
HSB/HSV57°63.24%99.22%
CMYK0.00%2.77%63.24%
0.78%

Color #FDF65D in popluar number systems.

HEXFDF65D
Decimal25324693
Binary11111101111101101011101
Octal375366135

Shades and tints

Shades of #FDF65D

#FDF65D
(253,246,93)
#E6E055
(230,224,85)
#CFCA4D
(207,202,77)
#B8B445
(184,180,69)
#A19E3D
(161,158,61)
#8A8835
(138,136,53)
#73722D
(115,114,45)
#5C5C25
(92,92,37)
#45461D
(69,70,29)
#2E3015
(46,48,21)
#171A0D
(23,26,13)
#000000
(0,0,0)

Tints of #FDF65D

#FDF65D
(253,246,93)
#FDF66B
(253,246,107)
#FDF679
(253,246,121)
#FDF687
(253,246,135)
#FDF695
(253,246,149)
#FDF6A3
(253,246,163)
#FDF6B1
(253,246,177)
#FDF6BF
(253,246,191)
#FDF6CD
(253,246,205)
#FDF6DB
(253,246,219)
#FDF6E9
(253,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF65D; }

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

This text font color is #FDF65D.


Background Color

.myBgColor { background-color: #FDF65D; }

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

This div background color is #FDF65D.


Border color

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

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

This div border color is #FDF65D.


Opacity

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

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

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

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

This text has shadow with #FDF65D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF65D on black background.


Color preview on white background

This text has color #FDF65D on white background.



Black color preview on #FDF65D background

This text has black color on #FDF65D background.


White color preview on #FDF65D background

This text has white color on #FDF65D background.