COLOR #FCC09A

HEX: #FCC09A
RGB: (252,192,154)

Renk bilgisi

#FCC09A contains mainly red color. #FCC09A ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FCC09A color RGB value is (252,192,154).

  • kırmız ton 252;
  • yeşil ton 192;
  • mavi ton 154.
RGB:
(252,192,154)
(99%,75%,60%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 192 of 255 = 75%
B 154 of 255 = 60%

252
192
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 192 + 154 = 598 (100%)
R 252 of 598 ~ 42.14%
G 192 of 598 ~ 32.11%
B 154 of 598 ~ 25.75%

%42.14
%32.11
%25.75

CMYK RENK MODELİ

#FCC09A rengi CMYK tonu (0,24,39,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.81%
  • sarı tonu 38.89%
  • ana renk tonu 1.18%
CMYK:
(0,24,39,1)
C0M24Y39K1 
(0%,24%,39%,1%)
(0.00/0.24/0.39/0.01)	

CMYK yüzdeleri

%0
%23.81
%38.89
%1.18

Codes

Color #FCC09A in popluar color models

FCC09A
RGB252192154
HSL23°94.23%79.61%
HSB/HSV23°38.89%98.82%
CMYK0.00%23.81%38.89%
1.18%

Color #FCC09A in popluar number systems.

HEXFCC09A
Decimal252192154
Binary111111001100000010011010
Octal374300232

Shades and tints

Shades of #FCC09A

#FCC09A
(252,192,154)
#E6AF8C
(230,175,140)
#D09E7E
(208,158,126)
#BA8D70
(186,141,112)
#A47C62
(164,124,98)
#8E6B54
(142,107,84)
#785A46
(120,90,70)
#624938
(98,73,56)
#4C382A
(76,56,42)
#36271C
(54,39,28)
#20160E
(32,22,14)
#000000
(0,0,0)

Tints of #FCC09A

#FCC09A
(252,192,154)
#FCC5A3
(252,197,163)
#FCCAAC
(252,202,172)
#FCCFB5
(252,207,181)
#FCD4BE
(252,212,190)
#FCD9C7
(252,217,199)
#FCDED0
(252,222,208)
#FCE3D9
(252,227,217)
#FCE8E2
(252,232,226)
#FCEDEB
(252,237,235)
#FCF2F4
(252,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC09A color. Also use rgb(252,192,154) instead hex code.

Text Font Color

.myTextColor { color: #FCC09A; }

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

This text font color is #FCC09A.


Background Color

.myBgColor { background-color: #FCC09A; }

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

This div background color is #FCC09A.


Border color

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

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

This div border color is #FCC09A.


Opacity

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

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

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

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

This text has shadow with #FCC09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC09A on black background.


Color preview on white background

This text has color #FCC09A on white background.



Black color preview on #FCC09A background

This text has black color on #FCC09A background.


White color preview on #FCC09A background

This text has white color on #FCC09A background.