COLOR #F7C4A2

HEX: #F7C4A2
RGB: (247,196,162)

Color info

#F7C4A2 contains mainly red and green colors. Web safe color of #F7C4A2 is #FFCC99 (or #FC9).

RGB color model

#F7C4A2 color RGB value is (247,196,162).

  • red value is 247;
  • green value is 196;
  • blue value is 162.
RGB:
(247,196,162)
(97%,77%,64%)

RGB channels and saturation

R 247 of 255 = 97%
G 196 of 255 = 77%
B 162 of 255 = 64%

247
196
162

R + G + B ~ 79%. #F7C4A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 196 + 162 = 605 (100%)
R 247 of 605 ~ 40.83%
G 196 of 605 ~ 32.4%
B 162 of 605 ~ 26.78%

%40.83
%32.4
%26.78

CMYK color model

#F7C4A2 color CMYK value is (0,21,34,3).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 34.41%
  • key color value is 3.14%
CMYK:
(0,21,34,3)
C0M21Y34K3 
(0%,21%,34%,3%)
(0.00/0.21/0.34/0.03)	

CMYK percentages

%0
%20.65
%34.41
%3.14

Codes

Color #F7C4A2 in popluar color models

F7C4A2
RGB247196162
HSL24°84.16%80.20%
HSB/HSV24°34.41%96.86%
CMYK0.00%20.65%34.41%
3.14%

Color #F7C4A2 in popluar number systems.

HEXF7C4A2
Decimal247196162
Binary111101111100010010100010
Octal367304242

Shades and tints

Shades of #F7C4A2

#F7C4A2
(247,196,162)
#E1B394
(225,179,148)
#CBA286
(203,162,134)
#B59178
(181,145,120)
#9F806A
(159,128,106)
#896F5C
(137,111,92)
#735E4E
(115,94,78)
#5D4D40
(93,77,64)
#473C32
(71,60,50)
#312B24
(49,43,36)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #F7C4A2

#F7C4A2
(247,196,162)
#F7C9AA
(247,201,170)
#F7CEB2
(247,206,178)
#F7D3BA
(247,211,186)
#F7D8C2
(247,216,194)
#F7DDCA
(247,221,202)
#F7E2D2
(247,226,210)
#F7E7DA
(247,231,218)
#F7ECE2
(247,236,226)
#F7F1EA
(247,241,234)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C4A2 color. Also use rgb(247,196,162) instead hex code.

Text Font Color

.myTextColor { color: #F7C4A2; }

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

This text font color is #F7C4A2.


Background Color

.myBgColor { background-color: #F7C4A2; }

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

This div background color is #F7C4A2.


Border color

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

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

This div border color is #F7C4A2.


Opacity

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

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

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

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

This text has shadow with #F7C4A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C4A2 on black background.


Color preview on white background

This text has color #F7C4A2 on white background.



Black color preview on #F7C4A2 background

This text has black color on #F7C4A2 background.


White color preview on #F7C4A2 background

This text has white color on #F7C4A2 background.