COLOR #F2A387

HEX: #F2A387
RGB: (242,163,135)

Color info

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

RGB color model

#F2A387 color RGB value is (242,163,135).

  • red value is 242;
  • green value is 163;
  • blue value is 135.
RGB:
(242,163,135)
(95%,64%,53%)

RGB channels and saturation

R 242 of 255 = 95%
G 163 of 255 = 64%
B 135 of 255 = 53%

242
163
135

R + G + B ~ 71%. #F2A387 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 163 + 135 = 540 (100%)
R 242 of 540 ~ 44.81%
G 163 of 540 ~ 30.19%
B 135 of 540 ~ 25%

%44.81
%30.19
%25

CMYK color model

#F2A387 color CMYK value is (0,33,44,5).

  • cyan value is 0.00%
  • magenta value is 32.64%
  • yellow value is 44.21%
  • key color value is 5.10%
CMYK:
(0,33,44,5)
C0M33Y44K5 
(0%,33%,44%,5%)
(0.00/0.33/0.44/0.05)	

CMYK percentages

%0
%32.64
%44.21
%5.1

Codes

Color #F2A387 in popluar color models

F2A387
RGB242163135
HSL16°80.45%73.92%
HSB/HSV16°44.21%94.90%
CMYK0.00%32.64%44.21%
5.10%

Color #F2A387 in popluar number systems.

HEXF2A387
Decimal242163135
Binary111100101010001110000111
Octal362243207

Shades and tints

Shades of #F2A387

#F2A387
(242,163,135)
#DC957B
(220,149,123)
#C6876F
(198,135,111)
#B07963
(176,121,99)
#9A6B57
(154,107,87)
#845D4B
(132,93,75)
#6E4F3F
(110,79,63)
#584133
(88,65,51)
#423327
(66,51,39)
#2C251B
(44,37,27)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #F2A387

#F2A387
(242,163,135)
#F3AB91
(243,171,145)
#F4B39B
(244,179,155)
#F5BBA5
(245,187,165)
#F6C3AF
(246,195,175)
#F7CBB9
(247,203,185)
#F8D3C3
(248,211,195)
#F9DBCD
(249,219,205)
#FAE3D7
(250,227,215)
#FBEBE1
(251,235,225)
#FCF3EB
(252,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A387 color. Also use rgb(242,163,135) instead hex code.

Text Font Color

.myTextColor { color: #F2A387; }

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

This text font color is #F2A387.


Background Color

.myBgColor { background-color: #F2A387; }

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

This div background color is #F2A387.


Border color

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

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

This div border color is #F2A387.


Opacity

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

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

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

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

This text has shadow with #F2A387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A387 on black background.


Color preview on white background

This text has color #F2A387 on white background.



Black color preview on #F2A387 background

This text has black color on #F2A387 background.


White color preview on #F2A387 background

This text has white color on #F2A387 background.