COLOR #FDCF83

HEX: #FDCF83
RGB: (253,207,131)

Renk bilgisi

#FDCF83 contains mainly red and green colors. #FDCF83 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FDCF83 color RGB value is (253,207,131).

  • kırmız ton 253;
  • yeşil ton 207;
  • mavi ton 131.
RGB:
(253,207,131)
(99%,81%,51%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 207 of 255 = 81%
B 131 of 255 = 51%

253
207
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 207 + 131 = 591 (100%)
R 253 of 591 ~ 42.81%
G 207 of 591 ~ 35.03%
B 131 of 591 ~ 22.17%

%42.81
%35.03
%22.17

CMYK RENK MODELİ

#FDCF83 rengi CMYK tonu (0,18,48,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.18%
  • sarı tonu 48.22%
  • ana renk tonu 0.78%
CMYK:
(0,18,48,1)
C0M18Y48K1 
(0%,18%,48%,1%)
(0.00/0.18/0.48/0.01)	

CMYK yüzdeleri

%0
%18.18
%48.22
%0.78

Codes

Color #FDCF83 in popluar color models

FDCF83
RGB253207131
HSL37°96.83%75.29%
HSB/HSV37°48.22%99.22%
CMYK0.00%18.18%48.22%
0.78%

Color #FDCF83 in popluar number systems.

HEXFDCF83
Decimal253207131
Binary111111011100111110000011
Octal375317203

Shades and tints

Shades of #FDCF83

#FDCF83
(253,207,131)
#E6BD78
(230,189,120)
#CFAB6D
(207,171,109)
#B89962
(184,153,98)
#A18757
(161,135,87)
#8A754C
(138,117,76)
#736341
(115,99,65)
#5C5136
(92,81,54)
#453F2B
(69,63,43)
#2E2D20
(46,45,32)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #FDCF83

#FDCF83
(253,207,131)
#FDD38E
(253,211,142)
#FDD799
(253,215,153)
#FDDBA4
(253,219,164)
#FDDFAF
(253,223,175)
#FDE3BA
(253,227,186)
#FDE7C5
(253,231,197)
#FDEBD0
(253,235,208)
#FDEFDB
(253,239,219)
#FDF3E6
(253,243,230)
#FDF7F1
(253,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDCF83 color. Also use rgb(253,207,131) instead hex code.

Text Font Color

.myTextColor { color: #FDCF83; }

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

This text font color is #FDCF83.


Background Color

.myBgColor { background-color: #FDCF83; }

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

This div background color is #FDCF83.


Border color

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

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

This div border color is #FDCF83.


Opacity

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

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

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

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

This text has shadow with #FDCF83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCF83 on black background.


Color preview on white background

This text has color #FDCF83 on white background.



Black color preview on #FDCF83 background

This text has black color on #FDCF83 background.


White color preview on #FDCF83 background

This text has white color on #FDCF83 background.