COLOR #FCC993

HEX: #FCC993
RGB: (252,201,147)

Renk bilgisi

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

RGB renk modeli

#FCC993 color RGB value is (252,201,147).

  • kırmız ton 252;
  • yeşil ton 201;
  • mavi ton 147.
RGB:
(252,201,147)
(99%,79%,58%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 201 of 255 = 79%
B 147 of 255 = 58%

252
201
147

R + G + B ~ 79%. #FCC993 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 201 + 147 = 600 (100%)
R 252 of 600 ~ 42%
G 201 of 600 ~ 33.5%
B 147 of 600 ~ 24.5%

%42
%33.5
%24.5

CMYK RENK MODELİ

#FCC993 rengi CMYK tonu (0,20,42,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.24%
  • sarı tonu 41.67%
  • ana renk tonu 1.18%
CMYK:
(0,20,42,1)
C0M20Y42K1 
(0%,20%,42%,1%)
(0.00/0.20/0.42/0.01)	

CMYK yüzdeleri

%0
%20.24
%41.67
%1.18

Codes

Color #FCC993 in popluar color models

FCC993
RGB252201147
HSL31°94.59%78.24%
HSB/HSV31°41.67%98.82%
CMYK0.00%20.24%41.67%
1.18%

Color #FCC993 in popluar number systems.

HEXFCC993
Decimal252201147
Binary111111001100100110010011
Octal374311223

Shades and tints

Shades of #FCC993

#FCC993
(252,201,147)
#E6B786
(230,183,134)
#D0A579
(208,165,121)
#BA936C
(186,147,108)
#A4815F
(164,129,95)
#8E6F52
(142,111,82)
#785D45
(120,93,69)
#624B38
(98,75,56)
#4C392B
(76,57,43)
#36271E
(54,39,30)
#201511
(32,21,17)
#000000
(0,0,0)

Tints of #FCC993

#FCC993
(252,201,147)
#FCCD9C
(252,205,156)
#FCD1A5
(252,209,165)
#FCD5AE
(252,213,174)
#FCD9B7
(252,217,183)
#FCDDC0
(252,221,192)
#FCE1C9
(252,225,201)
#FCE5D2
(252,229,210)
#FCE9DB
(252,233,219)
#FCEDE4
(252,237,228)
#FCF1ED
(252,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC993 color. Also use rgb(252,201,147) instead hex code.

Text Font Color

.myTextColor { color: #FCC993; }

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

This text font color is #FCC993.


Background Color

.myBgColor { background-color: #FCC993; }

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

This div background color is #FCC993.


Border color

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

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

This div border color is #FCC993.


Opacity

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

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

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

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

This text has shadow with #FCC993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC993 on black background.


Color preview on white background

This text has color #FCC993 on white background.



Black color preview on #FCC993 background

This text has black color on #FCC993 background.


White color preview on #FCC993 background

This text has white color on #FCC993 background.