COLOR #F3A172

HEX: #F3A172
RGB: (243,161,114)

Color info

#F3A172 contains mainly red color. Web safe color of #F3A172 is #FF9966 (or #F96).

RGB color model

#F3A172 color RGB value is (243,161,114).

  • red value is 243;
  • green value is 161;
  • blue value is 114.
RGB:
(243,161,114)
(95%,63%,45%)

RGB channels and saturation

R 243 of 255 = 95%
G 161 of 255 = 63%
B 114 of 255 = 45%

243
161
114

R + G + B ~ 68%. #F3A172 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 161 + 114 = 518 (100%)
R 243 of 518 ~ 46.91%
G 161 of 518 ~ 31.08%
B 114 of 518 ~ 22.01%

%46.91
%31.08
%22.01

CMYK color model

#F3A172 color CMYK value is (0,34,53,5).

  • cyan value is 0.00%
  • magenta value is 33.74%
  • yellow value is 53.09%
  • key color value is 4.71%
CMYK:
(0,34,53,5)
C0M34Y53K5 
(0%,34%,53%,5%)
(0.00/0.34/0.53/0.05)	

CMYK percentages

%0
%33.74
%53.09
%4.71

Codes

Color #F3A172 in popluar color models

F3A172
RGB243161114
HSL22°84.31%70.00%
HSB/HSV22°53.09%95.29%
CMYK0.00%33.74%53.09%
4.71%

Color #F3A172 in popluar number systems.

HEXF3A172
Decimal243161114
Binary11110011101000011110010
Octal363241162

Shades and tints

Shades of #F3A172

#F3A172
(243,161,114)
#DD9368
(221,147,104)
#C7855E
(199,133,94)
#B17754
(177,119,84)
#9B694A
(155,105,74)
#855B40
(133,91,64)
#6F4D36
(111,77,54)
#593F2C
(89,63,44)
#433122
(67,49,34)
#2D2318
(45,35,24)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #F3A172

#F3A172
(243,161,114)
#F4A97E
(244,169,126)
#F5B18A
(245,177,138)
#F6B996
(246,185,150)
#F7C1A2
(247,193,162)
#F8C9AE
(248,201,174)
#F9D1BA
(249,209,186)
#FAD9C6
(250,217,198)
#FBE1D2
(251,225,210)
#FCE9DE
(252,233,222)
#FDF1EA
(253,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A172 color. Also use rgb(243,161,114) instead hex code.

Text Font Color

.myTextColor { color: #F3A172; }

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

This text font color is #F3A172.


Background Color

.myBgColor { background-color: #F3A172; }

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

This div background color is #F3A172.


Border color

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

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

This div border color is #F3A172.


Opacity

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

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

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

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

This text has shadow with #F3A172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A172 on black background.


Color preview on white background

This text has color #F3A172 on white background.



Black color preview on #F3A172 background

This text has black color on #F3A172 background.


White color preview on #F3A172 background

This text has white color on #F3A172 background.