COLOR #F2A373

HEX: #F2A373
RGB: (242,163,115)

Color info

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

RGB color model

#F2A373 color RGB value is (242,163,115).

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

RGB channels and saturation

R 242 of 255 = 95%
G 163 of 255 = 64%
B 115 of 255 = 45%

242
163
115

R + G + B ~ 68%. #F2A373 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 163 + 115 = 520 (100%)
R 242 of 520 ~ 46.54%
G 163 of 520 ~ 31.35%
B 115 of 520 ~ 22.12%

%46.54
%31.35
%22.12

CMYK color model

#F2A373 color CMYK value is (0,33,52,5).

  • cyan value is 0.00%
  • magenta value is 32.64%
  • yellow value is 52.48%
  • key color value is 5.10%
CMYK:
(0,33,52,5)
C0M33Y52K5 
(0%,33%,52%,5%)
(0.00/0.33/0.52/0.05)	

CMYK percentages

%0
%32.64
%52.48
%5.1

Codes

Color #F2A373 in popluar color models

F2A373
RGB242163115
HSL23°83.01%70.00%
HSB/HSV23°52.48%94.90%
CMYK0.00%32.64%52.48%
5.10%

Color #F2A373 in popluar number systems.

HEXF2A373
Decimal242163115
Binary11110010101000111110011
Octal362243163

Shades and tints

Shades of #F2A373

#F2A373
(242,163,115)
#DC9569
(220,149,105)
#C6875F
(198,135,95)
#B07955
(176,121,85)
#9A6B4B
(154,107,75)
#845D41
(132,93,65)
#6E4F37
(110,79,55)
#58412D
(88,65,45)
#423323
(66,51,35)
#2C2519
(44,37,25)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #F2A373

#F2A373
(242,163,115)
#F3AB7F
(243,171,127)
#F4B38B
(244,179,139)
#F5BB97
(245,187,151)
#F6C3A3
(246,195,163)
#F7CBAF
(247,203,175)
#F8D3BB
(248,211,187)
#F9DBC7
(249,219,199)
#FAE3D3
(250,227,211)
#FBEBDF
(251,235,223)
#FCF3EB
(252,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2A373; }

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

This text font color is #F2A373.


Background Color

.myBgColor { background-color: #F2A373; }

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

This div background color is #F2A373.


Border color

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

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

This div border color is #F2A373.


Opacity

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

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

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

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

This text has shadow with #F2A373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A373 on black background.


Color preview on white background

This text has color #F2A373 on white background.



Black color preview on #F2A373 background

This text has black color on #F2A373 background.


White color preview on #F2A373 background

This text has white color on #F2A373 background.