COLOR #F3AC7A

HEX: #F3AC7A
RGB: (243,172,122)

Color info

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

RGB color model

#F3AC7A color RGB value is (243,172,122).

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

RGB channels and saturation

R 243 of 255 = 95%
G 172 of 255 = 67%
B 122 of 255 = 48%

243
172
122

R + G + B ~ 70%. #F3AC7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 172 + 122 = 537 (100%)
R 243 of 537 ~ 45.25%
G 172 of 537 ~ 32.03%
B 122 of 537 ~ 22.72%

%45.25
%32.03
%22.72

CMYK color model

#F3AC7A color CMYK value is (0,29,50,5).

  • cyan value is 0.00%
  • magenta value is 29.22%
  • yellow value is 49.79%
  • key color value is 4.71%
CMYK:
(0,29,50,5)
C0M29Y50K5 
(0%,29%,50%,5%)
(0.00/0.29/0.50/0.05)	

CMYK percentages

%0
%29.22
%49.79
%4.71

Codes

Color #F3AC7A in popluar color models

F3AC7A
RGB243172122
HSL25°83.45%71.57%
HSB/HSV25°49.79%95.29%
CMYK0.00%29.22%49.79%
4.71%

Color #F3AC7A in popluar number systems.

HEXF3AC7A
Decimal243172122
Binary11110011101011001111010
Octal363254172

Shades and tints

Shades of #F3AC7A

#F3AC7A
(243,172,122)
#DD9D6F
(221,157,111)
#C78E64
(199,142,100)
#B17F59
(177,127,89)
#9B704E
(155,112,78)
#856143
(133,97,67)
#6F5238
(111,82,56)
#59432D
(89,67,45)
#433422
(67,52,34)
#2D2517
(45,37,23)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #F3AC7A

#F3AC7A
(243,172,122)
#F4B386
(244,179,134)
#F5BA92
(245,186,146)
#F6C19E
(246,193,158)
#F7C8AA
(247,200,170)
#F8CFB6
(248,207,182)
#F9D6C2
(249,214,194)
#FADDCE
(250,221,206)
#FBE4DA
(251,228,218)
#FCEBE6
(252,235,230)
#FDF2F2
(253,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3AC7A; }

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

This text font color is #F3AC7A.


Background Color

.myBgColor { background-color: #F3AC7A; }

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

This div background color is #F3AC7A.


Border color

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

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

This div border color is #F3AC7A.


Opacity

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

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

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

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

This text has shadow with #F3AC7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3AC7A on black background.


Color preview on white background

This text has color #F3AC7A on white background.



Black color preview on #F3AC7A background

This text has black color on #F3AC7A background.


White color preview on #F3AC7A background

This text has white color on #F3AC7A background.