COLOR #F3C2A0

HEX: #F3C2A0
RGB: (243,194,160)

Color info

#F3C2A0 contains mainly red and green colors. Web safe color of #F3C2A0 is #FFCC99 (or #FC9).

RGB color model

#F3C2A0 color RGB value is (243,194,160).

  • red value is 243;
  • green value is 194;
  • blue value is 160.
RGB:
(243,194,160)
(95%,76%,63%)

RGB channels and saturation

R 243 of 255 = 95%
G 194 of 255 = 76%
B 160 of 255 = 63%

243
194
160

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

Portions of RGB colors in percentages

R + G + B =
243 + 194 + 160 = 597 (100%)
R 243 of 597 ~ 40.7%
G 194 of 597 ~ 32.5%
B 160 of 597 ~ 26.8%

%40.7
%32.5
%26.8

CMYK color model

#F3C2A0 color CMYK value is (0,20,34,5).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 34.16%
  • key color value is 4.71%
CMYK:
(0,20,34,5)
C0M20Y34K5 
(0%,20%,34%,5%)
(0.00/0.20/0.34/0.05)	

CMYK percentages

%0
%20.16
%34.16
%4.71

Codes

Color #F3C2A0 in popluar color models

F3C2A0
RGB243194160
HSL25°77.57%79.02%
HSB/HSV25°34.16%95.29%
CMYK0.00%20.16%34.16%
4.71%

Color #F3C2A0 in popluar number systems.

HEXF3C2A0
Decimal243194160
Binary111100111100001010100000
Octal363302240

Shades and tints

Shades of #F3C2A0

#F3C2A0
(243,194,160)
#DDB192
(221,177,146)
#C7A084
(199,160,132)
#B18F76
(177,143,118)
#9B7E68
(155,126,104)
#856D5A
(133,109,90)
#6F5C4C
(111,92,76)
#594B3E
(89,75,62)
#433A30
(67,58,48)
#2D2922
(45,41,34)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #F3C2A0

#F3C2A0
(243,194,160)
#F4C7A8
(244,199,168)
#F5CCB0
(245,204,176)
#F6D1B8
(246,209,184)
#F7D6C0
(247,214,192)
#F8DBC8
(248,219,200)
#F9E0D0
(249,224,208)
#FAE5D8
(250,229,216)
#FBEAE0
(251,234,224)
#FCEFE8
(252,239,232)
#FDF4F0
(253,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C2A0 color. Also use rgb(243,194,160) instead hex code.

Text Font Color

.myTextColor { color: #F3C2A0; }

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

This text font color is #F3C2A0.


Background Color

.myBgColor { background-color: #F3C2A0; }

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

This div background color is #F3C2A0.


Border color

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

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

This div border color is #F3C2A0.


Opacity

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

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

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

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

This text has shadow with #F3C2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C2A0 on black background.


Color preview on white background

This text has color #F3C2A0 on white background.



Black color preview on #F3C2A0 background

This text has black color on #F3C2A0 background.


White color preview on #F3C2A0 background

This text has white color on #F3C2A0 background.