COLOR #F3A989

HEX: #F3A989 RGB: (243,169,137)

Color info

#F3A989 contains mainly red color. Web safe color of #F3A989 is #FF9999 (or #F99).

RGB color model

#F3A989 color RGB value is (243,169,137).

RGB: (243,169,137) (95%, 66%, 54%)

RGB channels and saturation

R 243 of 255 = 95%
G 169 of 255 = 66%
B 137 of 255 = 54%

243
169
137

R + G + B ~ 72%. #F3A989 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 169 + 137 = 549 (100%)
R 243 of 549 ~ 44.26%
G 169 of 549 ~ 30.78%
B 137 of 549 ~ 24.95'%

%44.26
%30.78
%24.95

CMYK color model

#F3A989 color CMYK value is (0,30,44,5).

  • cyan value is 0.00%
  • magenta value is 30.45%
  • yellow value is 43.62%
  • key color value is 4.71%

CMYK: (0,30,44,5)
C0M30Y44K5 (0%, 30%, 44%, 5%)
(0.00 / 0.30 / 0.44 / 0.05)

CMYK percentages

%0
%30.45
%43.62
%4.71

Codes

Color #F3A989 in popluar color models

F3 A9 89
RGB 243 169 137
HSL 18° 81.54% 74.51%
HSB/HSV 18° 43.62% 95.29%
CMYK 0.00% 30.45% 43.62%
4.71%

Color #F3A989 in popluar number systems.

HEX F3 A9 89
Decimal 243 169 137
Binary 11110011 10101001 10001001
Octal 363 251 211

Shades and tints

Shades of #F3A989

#F3A989
(243,169,137)
#DD9A7D
(221,154,125)
#C78B71
(199,139,113)
#B17C65
(177,124,101)
#9B6D59
(155,109,89)
#855E4D
(133,94,77)
#6F4F41
(111,79,65)
#594035
(89,64,53)
#433129
(67,49,41)
#2D221D
(45,34,29)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #F3A989

#F3A989
(243,169,137)
#F4B093
(244,176,147)
#F5B79D
(245,183,157)
#F6BEA7
(246,190,167)
#F7C5B1
(247,197,177)
#F8CCBB
(248,204,187)
#F9D3C5
(249,211,197)
#FADACF
(250,218,207)
#FBE1D9
(251,225,217)
#FCE8E3
(252,232,227)
#FDEFED
(253,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A989 color. Also use rgb(243,169,137) instead hex code.

Text Font Color

.myTextColor { color: #F3A989; }

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

This text font color is #F3A989.

Background Color

.myBgColor { background-color: #F3A989; }

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

This div background color is #F3A989.

Border color

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

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

This div border color is #F3A989.

Opacity

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

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

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

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

This text has shadow with #F3A989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3A989.

Preview

Color preview on black background

This text has color #F3A989 on black background.


Color preview on white background

This text has color #F3A989 on white background.


Black color preview on #F3A989 background

This text has black color on #F3A989 background.


White color preview on #F3A989 background

This text has white color on #F3A989 background.


Related colors

Complementary color

Complementary color for #hex is #0C5676.


I love getcolorcode.com

Triadic colors

1 #89F3A9 and #A989F3 with #F3A989 are triadic colors.

2 #89A9F3 and #A9F389 with #F3A989 are triadic colors.