COLOR #FCED83

HEX: #FCED83
RGB: (252,237,131)

Renk bilgisi

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

RGB renk modeli

#FCED83 color RGB value is (252,237,131).

  • kırmız ton 252;
  • yeşil ton 237;
  • mavi ton 131.
RGB:
(252,237,131)
(99%,93%,51%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 237 of 255 = 93%
B 131 of 255 = 51%

252
237
131

R + G + B ~ 81%. #FCED83 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 237 + 131 = 620 (100%)
R 252 of 620 ~ 40.65%
G 237 of 620 ~ 38.23%
B 131 of 620 ~ 21.13%

%40.65
%38.23
%21.13

CMYK RENK MODELİ

#FCED83 rengi CMYK tonu (0,6,48,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.95%
  • sarı tonu 48.02%
  • ana renk tonu 1.18%
CMYK:
(0,6,48,1)
C0M6Y48K1 
(0%,6%,48%,1%)
(0.00/0.06/0.48/0.01)	

CMYK yüzdeleri

%0
%5.95
%48.02
%1.18

Codes

Color #FCED83 in popluar color models

FCED83
RGB252237131
HSL53°95.28%75.10%
HSB/HSV53°48.02%98.82%
CMYK0.00%5.95%48.02%
1.18%

Color #FCED83 in popluar number systems.

HEXFCED83
Decimal252237131
Binary111111001110110110000011
Octal374355203

Shades and tints

Shades of #FCED83

#FCED83
(252,237,131)
#E6D878
(230,216,120)
#D0C36D
(208,195,109)
#BAAE62
(186,174,98)
#A49957
(164,153,87)
#8E844C
(142,132,76)
#786F41
(120,111,65)
#625A36
(98,90,54)
#4C452B
(76,69,43)
#363020
(54,48,32)
#201B15
(32,27,21)
#000000
(0,0,0)

Tints of #FCED83

#FCED83
(252,237,131)
#FCEE8E
(252,238,142)
#FCEF99
(252,239,153)
#FCF0A4
(252,240,164)
#FCF1AF
(252,241,175)
#FCF2BA
(252,242,186)
#FCF3C5
(252,243,197)
#FCF4D0
(252,244,208)
#FCF5DB
(252,245,219)
#FCF6E6
(252,246,230)
#FCF7F1
(252,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCED83 color. Also use rgb(252,237,131) instead hex code.

Text Font Color

.myTextColor { color: #FCED83; }

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

This text font color is #FCED83.


Background Color

.myBgColor { background-color: #FCED83; }

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

This div background color is #FCED83.


Border color

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

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

This div border color is #FCED83.


Opacity

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

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

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

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

This text has shadow with #FCED83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCED83 on black background.


Color preview on white background

This text has color #FCED83 on white background.



Black color preview on #FCED83 background

This text has black color on #FCED83 background.


White color preview on #FCED83 background

This text has white color on #FCED83 background.