COLOR #FDF185

HEX: #FDF185
RGB: (253,241,133)

Renk bilgisi

#FDF185 contains mainly red and green colors. #FDF185 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#FDF185 color RGB value is (253,241,133).

  • kırmız ton 253;
  • yeşil ton 241;
  • mavi ton 133.
RGB:
(253,241,133)
(99%,95%,52%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 241 of 255 = 95%
B 133 of 255 = 52%

253
241
133

R + G + B ~ 82%. #FDF185 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 241 + 133 = 627 (100%)
R 253 of 627 ~ 40.35%
G 241 of 627 ~ 38.44%
B 133 of 627 ~ 21.21%

%40.35
%38.44
%21.21

CMYK RENK MODELİ

#FDF185 rengi CMYK tonu (0,5,47,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.74%
  • sarı tonu 47.43%
  • ana renk tonu 0.78%
CMYK:
(0,5,47,1)
C0M5Y47K1 
(0%,5%,47%,1%)
(0.00/0.05/0.47/0.01)	

CMYK yüzdeleri

%0
%4.74
%47.43
%0.78

Codes

Color #FDF185 in popluar color models

FDF185
RGB253241133
HSL54°96.77%75.69%
HSB/HSV54°47.43%99.22%
CMYK0.00%4.74%47.43%
0.78%

Color #FDF185 in popluar number systems.

HEXFDF185
Decimal253241133
Binary111111011111000110000101
Octal375361205

Shades and tints

Shades of #FDF185

#FDF185
(253,241,133)
#E6DC79
(230,220,121)
#CFC76D
(207,199,109)
#B8B261
(184,178,97)
#A19D55
(161,157,85)
#8A8849
(138,136,73)
#73733D
(115,115,61)
#5C5E31
(92,94,49)
#454925
(69,73,37)
#2E3419
(46,52,25)
#171F0D
(23,31,13)
#000000
(0,0,0)

Tints of #FDF185

#FDF185
(253,241,133)
#FDF290
(253,242,144)
#FDF39B
(253,243,155)
#FDF4A6
(253,244,166)
#FDF5B1
(253,245,177)
#FDF6BC
(253,246,188)
#FDF7C7
(253,247,199)
#FDF8D2
(253,248,210)
#FDF9DD
(253,249,221)
#FDFAE8
(253,250,232)
#FDFBF3
(253,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF185 color. Also use rgb(253,241,133) instead hex code.

Text Font Color

.myTextColor { color: #FDF185; }

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

This text font color is #FDF185.


Background Color

.myBgColor { background-color: #FDF185; }

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

This div background color is #FDF185.


Border color

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

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

This div border color is #FDF185.


Opacity

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

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

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

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

This text has shadow with #FDF185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF185 on black background.


Color preview on white background

This text has color #FDF185 on white background.



Black color preview on #FDF185 background

This text has black color on #FDF185 background.


White color preview on #FDF185 background

This text has white color on #FDF185 background.