COLOR #F7A97F

HEX: #F7A97F RGB: (247,169,127)

Color info

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

RGB color model

#F7A97F color RGB value is (247,169,127).

RGB: (247,169,127) (97%, 66%, 50%)

RGB channels and saturation

R 247 of 255 = 97%
G 169 of 255 = 66%
B 127 of 255 = 50%

247
169
127

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

Portions of RGB colors in percentages

R + G + B = 247 + 169 + 127 = 543 (100%)
R 247 of 543 ~ 45.49%
G 169 of 543 ~ 31.12%
B 127 of 543 ~ 23.39'%

%45.49
%31.12
%23.39

CMYK color model

#F7A97F color CMYK value is (0,32,49,3).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 48.58%
  • key color value is 3.14%

CMYK: (0,32,49,3)
C0M32Y49K3 (0%, 32%, 49%, 3%)
(0.00 / 0.32 / 0.49 / 0.03)

CMYK percentages

%0
%31.58
%48.58
%3.14

Codes

Color #F7A97F in popluar color models

F7 A9 7F
RGB 247 169 127
HSL 21° 88.24% 73.33%
HSB/HSV 21° 48.58% 96.86%
CMYK 0.00% 31.58% 48.58%
3.14%

Color #F7A97F in popluar number systems.

HEX F7 A9 7F
Decimal 247 169 127
Binary 11110111 10101001 1111111
Octal 367 251 177

Shades and tints

Shades of #F7A97F

#F7A97F
(247,169,127)
#E19A74
(225,154,116)
#CB8B69
(203,139,105)
#B57C5E
(181,124,94)
#9F6D53
(159,109,83)
#895E48
(137,94,72)
#734F3D
(115,79,61)
#5D4032
(93,64,50)
#473127
(71,49,39)
#31221C
(49,34,28)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #F7A97F

#F7A97F
(247,169,127)
#F7B08A
(247,176,138)
#F7B795
(247,183,149)
#F7BEA0
(247,190,160)
#F7C5AB
(247,197,171)
#F7CCB6
(247,204,182)
#F7D3C1
(247,211,193)
#F7DACC
(247,218,204)
#F7E1D7
(247,225,215)
#F7E8E2
(247,232,226)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7A97F color. Also use rgb(247,169,127) instead hex code.

Text Font Color

.myTextColor { color: #F7A97F; }

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

This text font color is #F7A97F.

Background Color

.myBgColor { background-color: #F7A97F; }

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

This div background color is #F7A97F.

Border color

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

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

This div border color is #F7A97F.

Opacity

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

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

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

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

This text has shadow with #F7A97F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7A97F.

Preview

Color preview on black background

This text has color #F7A97F on black background.


Color preview on white background

This text has color #F7A97F on white background.


Black color preview on #F7A97F background

This text has black color on #F7A97F background.


White color preview on #F7A97F background

This text has white color on #F7A97F background.


Related colors

Complementary color

Complementary color for #hex is #085680.


I love getcolorcode.com

Triadic colors

1 #7FF7A9 and #A97FF7 with #F7A97F are triadic colors.

2 #7FA9F7 and #A9F77F with #F7A97F are triadic colors.