COLOR #F3AC71

HEX: #F3AC71
RGB: (243,172,113)

Color info

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

RGB color model

#F3AC71 color RGB value is (243,172,113).

  • red value is 243;
  • green value is 172;
  • blue value is 113.
RGB:
(243,172,113)
(95%,67%,44%)

RGB channels and saturation

R 243 of 255 = 95%
G 172 of 255 = 67%
B 113 of 255 = 44%

243
172
113

R + G + B ~ 69%. #F3AC71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 172 + 113 = 528 (100%)
R 243 of 528 ~ 46.02%
G 172 of 528 ~ 32.58%
B 113 of 528 ~ 21.4%

%46.02
%32.58
%21.4

CMYK color model

#F3AC71 color CMYK value is (0,29,53,5).

  • cyan value is 0.00%
  • magenta value is 29.22%
  • yellow value is 53.50%
  • key color value is 4.71%
CMYK:
(0,29,53,5)
C0M29Y53K5 
(0%,29%,53%,5%)
(0.00/0.29/0.53/0.05)	

CMYK percentages

%0
%29.22
%53.5
%4.71

Codes

Color #F3AC71 in popluar color models

F3AC71
RGB243172113
HSL27°84.42%69.80%
HSB/HSV27°53.50%95.29%
CMYK0.00%29.22%53.50%
4.71%

Color #F3AC71 in popluar number systems.

HEXF3AC71
Decimal243172113
Binary11110011101011001110001
Octal363254161

Shades and tints

Shades of #F3AC71

#F3AC71
(243,172,113)
#DD9D67
(221,157,103)
#C78E5D
(199,142,93)
#B17F53
(177,127,83)
#9B7049
(155,112,73)
#85613F
(133,97,63)
#6F5235
(111,82,53)
#59432B
(89,67,43)
#433421
(67,52,33)
#2D2517
(45,37,23)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #F3AC71

#F3AC71
(243,172,113)
#F4B37D
(244,179,125)
#F5BA89
(245,186,137)
#F6C195
(246,193,149)
#F7C8A1
(247,200,161)
#F8CFAD
(248,207,173)
#F9D6B9
(249,214,185)
#FADDC5
(250,221,197)
#FBE4D1
(251,228,209)
#FCEBDD
(252,235,221)
#FDF2E9
(253,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3AC71 color. Also use rgb(243,172,113) instead hex code.

Text Font Color

.myTextColor { color: #F3AC71; }

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

This text font color is #F3AC71.


Background Color

.myBgColor { background-color: #F3AC71; }

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

This div background color is #F3AC71.


Border color

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

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

This div border color is #F3AC71.


Opacity

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

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

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

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

This text has shadow with #F3AC71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3AC71 on black background.


Color preview on white background

This text has color #F3AC71 on white background.



Black color preview on #F3AC71 background

This text has black color on #F3AC71 background.


White color preview on #F3AC71 background

This text has white color on #F3AC71 background.