COLOR #F7A265

HEX: #F7A265
RGB: (247,162,101)

Color info

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

RGB color model

#F7A265 color RGB value is (247,162,101).

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

RGB channels and saturation

R 247 of 255 = 97%
G 162 of 255 = 64%
B 101 of 255 = 40%

247
162
101

R + G + B ~ 67%. #F7A265 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 162 + 101 = 510 (100%)
R 247 of 510 ~ 48.43%
G 162 of 510 ~ 31.76%
B 101 of 510 ~ 19.8%

%48.43
%31.76
%19.8

CMYK color model

#F7A265 color CMYK value is (0,34,59,3).

  • cyan value is 0.00%
  • magenta value is 34.41%
  • yellow value is 59.11%
  • key color value is 3.14%
CMYK:
(0,34,59,3)
C0M34Y59K3 
(0%,34%,59%,3%)
(0.00/0.34/0.59/0.03)	

CMYK percentages

%0
%34.41
%59.11
%3.14

Codes

Color #F7A265 in popluar color models

F7A265
RGB247162101
HSL25°90.12%68.24%
HSB/HSV25°59.11%96.86%
CMYK0.00%34.41%59.11%
3.14%

Color #F7A265 in popluar number systems.

HEXF7A265
Decimal247162101
Binary11110111101000101100101
Octal367242145

Shades and tints

Shades of #F7A265

#F7A265
(247,162,101)
#E1945C
(225,148,92)
#CB8653
(203,134,83)
#B5784A
(181,120,74)
#9F6A41
(159,106,65)
#895C38
(137,92,56)
#734E2F
(115,78,47)
#5D4026
(93,64,38)
#47321D
(71,50,29)
#312414
(49,36,20)
#1B160B
(27,22,11)
#000000
(0,0,0)

Tints of #F7A265

#F7A265
(247,162,101)
#F7AA73
(247,170,115)
#F7B281
(247,178,129)
#F7BA8F
(247,186,143)
#F7C29D
(247,194,157)
#F7CAAB
(247,202,171)
#F7D2B9
(247,210,185)
#F7DAC7
(247,218,199)
#F7E2D5
(247,226,213)
#F7EAE3
(247,234,227)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7A265; }

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

This text font color is #F7A265.


Background Color

.myBgColor { background-color: #F7A265; }

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

This div background color is #F7A265.


Border color

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

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

This div border color is #F7A265.


Opacity

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

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

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

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

This text has shadow with #F7A265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A265 on black background.


Color preview on white background

This text has color #F7A265 on white background.



Black color preview on #F7A265 background

This text has black color on #F7A265 background.


White color preview on #F7A265 background

This text has white color on #F7A265 background.