COLOR #FCC193

HEX: #FCC193
RGB: (252,193,147)

Renk bilgisi

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

RGB renk modeli

#FCC193 color RGB value is (252,193,147).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 193 of 255 = 76%
B 147 of 255 = 58%

252
193
147

R + G + B ~ 78%. #FCC193 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 193 + 147 = 592 (100%)
R 252 of 592 ~ 42.57%
G 193 of 592 ~ 32.6%
B 147 of 592 ~ 24.83%

%42.57
%32.6
%24.83

CMYK RENK MODELİ

#FCC193 rengi CMYK tonu (0,23,42,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.41%
  • sarı tonu 41.67%
  • ana renk tonu 1.18%
CMYK:
(0,23,42,1)
C0M23Y42K1 
(0%,23%,42%,1%)
(0.00/0.23/0.42/0.01)	

CMYK yüzdeleri

%0
%23.41
%41.67
%1.18

Codes

Color #FCC193 in popluar color models

FCC193
RGB252193147
HSL26°94.59%78.24%
HSB/HSV26°41.67%98.82%
CMYK0.00%23.41%41.67%
1.18%

Color #FCC193 in popluar number systems.

HEXFCC193
Decimal252193147
Binary111111001100000110010011
Octal374301223

Shades and tints

Shades of #FCC193

#FCC193
(252,193,147)
#E6B086
(230,176,134)
#D09F79
(208,159,121)
#BA8E6C
(186,142,108)
#A47D5F
(164,125,95)
#8E6C52
(142,108,82)
#785B45
(120,91,69)
#624A38
(98,74,56)
#4C392B
(76,57,43)
#36281E
(54,40,30)
#201711
(32,23,17)
#000000
(0,0,0)

Tints of #FCC193

#FCC193
(252,193,147)
#FCC69C
(252,198,156)
#FCCBA5
(252,203,165)
#FCD0AE
(252,208,174)
#FCD5B7
(252,213,183)
#FCDAC0
(252,218,192)
#FCDFC9
(252,223,201)
#FCE4D2
(252,228,210)
#FCE9DB
(252,233,219)
#FCEEE4
(252,238,228)
#FCF3ED
(252,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC193; }

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

This text font color is #FCC193.


Background Color

.myBgColor { background-color: #FCC193; }

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

This div background color is #FCC193.


Border color

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

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

This div border color is #FCC193.


Opacity

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

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

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

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

This text has shadow with #FCC193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC193 on black background.


Color preview on white background

This text has color #FCC193 on white background.



Black color preview on #FCC193 background

This text has black color on #FCC193 background.


White color preview on #FCC193 background

This text has white color on #FCC193 background.