COLOR #F3A481

HEX: #F3A481
RGB: (243,164,129)

Color info

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

RGB color model

#F3A481 color RGB value is (243,164,129).

  • red value is 243;
  • green value is 164;
  • blue value is 129.
RGB:
(243,164,129)
(95%,64%,51%)

RGB channels and saturation

R 243 of 255 = 95%
G 164 of 255 = 64%
B 129 of 255 = 51%

243
164
129

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

Portions of RGB colors in percentages

R + G + B =
243 + 164 + 129 = 536 (100%)
R 243 of 536 ~ 45.34%
G 164 of 536 ~ 30.6%
B 129 of 536 ~ 24.07%

%45.34
%30.6
%24.07

CMYK color model

#F3A481 color CMYK value is (0,33,47,5).

  • cyan value is 0.00%
  • magenta value is 32.51%
  • yellow value is 46.91%
  • key color value is 4.71%
CMYK:
(0,33,47,5)
C0M33Y47K5 
(0%,33%,47%,5%)
(0.00/0.33/0.47/0.05)	

CMYK percentages

%0
%32.51
%46.91
%4.71

Codes

Color #F3A481 in popluar color models

F3A481
RGB243164129
HSL18°82.61%72.94%
HSB/HSV18°46.91%95.29%
CMYK0.00%32.51%46.91%
4.71%

Color #F3A481 in popluar number systems.

HEXF3A481
Decimal243164129
Binary111100111010010010000001
Octal363244201

Shades and tints

Shades of #F3A481

#F3A481
(243,164,129)
#DD9676
(221,150,118)
#C7886B
(199,136,107)
#B17A60
(177,122,96)
#9B6C55
(155,108,85)
#855E4A
(133,94,74)
#6F503F
(111,80,63)
#594234
(89,66,52)
#433429
(67,52,41)
#2D261E
(45,38,30)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #F3A481

#F3A481
(243,164,129)
#F4AC8C
(244,172,140)
#F5B497
(245,180,151)
#F6BCA2
(246,188,162)
#F7C4AD
(247,196,173)
#F8CCB8
(248,204,184)
#F9D4C3
(249,212,195)
#FADCCE
(250,220,206)
#FBE4D9
(251,228,217)
#FCECE4
(252,236,228)
#FDF4EF
(253,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A481 color. Also use rgb(243,164,129) instead hex code.

Text Font Color

.myTextColor { color: #F3A481; }

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

This text font color is #F3A481.


Background Color

.myBgColor { background-color: #F3A481; }

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

This div background color is #F3A481.


Border color

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

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

This div border color is #F3A481.


Opacity

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

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

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

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

This text has shadow with #F3A481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A481 on black background.


Color preview on white background

This text has color #F3A481 on white background.



Black color preview on #F3A481 background

This text has black color on #F3A481 background.


White color preview on #F3A481 background

This text has white color on #F3A481 background.