COLOR #F7AE75

HEX: #F7AE75
RGB: (247,174,117)

Color info

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

RGB color model

#F7AE75 color RGB value is (247,174,117).

  • red value is 247;
  • green value is 174;
  • blue value is 117.
RGB:
(247,174,117)
(97%,68%,46%)

RGB channels and saturation

R 247 of 255 = 97%
G 174 of 255 = 68%
B 117 of 255 = 46%

247
174
117

R + G + B ~ 70%. #F7AE75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 174 + 117 = 538 (100%)
R 247 of 538 ~ 45.91%
G 174 of 538 ~ 32.34%
B 117 of 538 ~ 21.75%

%45.91
%32.34
%21.75

CMYK color model

#F7AE75 color CMYK value is (0,30,53,3).

  • cyan value is 0.00%
  • magenta value is 29.55%
  • yellow value is 52.63%
  • key color value is 3.14%
CMYK:
(0,30,53,3)
C0M30Y53K3 
(0%,30%,53%,3%)
(0.00/0.30/0.53/0.03)	

CMYK percentages

%0
%29.55
%52.63
%3.14

Codes

Color #F7AE75 in popluar color models

F7AE75
RGB247174117
HSL26°89.04%71.37%
HSB/HSV26°52.63%96.86%
CMYK0.00%29.55%52.63%
3.14%

Color #F7AE75 in popluar number systems.

HEXF7AE75
Decimal247174117
Binary11110111101011101110101
Octal367256165

Shades and tints

Shades of #F7AE75

#F7AE75
(247,174,117)
#E19F6B
(225,159,107)
#CB9061
(203,144,97)
#B58157
(181,129,87)
#9F724D
(159,114,77)
#896343
(137,99,67)
#735439
(115,84,57)
#5D452F
(93,69,47)
#473625
(71,54,37)
#31271B
(49,39,27)
#1B1811
(27,24,17)
#000000
(0,0,0)

Tints of #F7AE75

#F7AE75
(247,174,117)
#F7B581
(247,181,129)
#F7BC8D
(247,188,141)
#F7C399
(247,195,153)
#F7CAA5
(247,202,165)
#F7D1B1
(247,209,177)
#F7D8BD
(247,216,189)
#F7DFC9
(247,223,201)
#F7E6D5
(247,230,213)
#F7EDE1
(247,237,225)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7AE75 color. Also use rgb(247,174,117) instead hex code.

Text Font Color

.myTextColor { color: #F7AE75; }

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

This text font color is #F7AE75.


Background Color

.myBgColor { background-color: #F7AE75; }

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

This div background color is #F7AE75.


Border color

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

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

This div border color is #F7AE75.


Opacity

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

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

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

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

This text has shadow with #F7AE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7AE75 on black background.


Color preview on white background

This text has color #F7AE75 on white background.



Black color preview on #F7AE75 background

This text has black color on #F7AE75 background.


White color preview on #F7AE75 background

This text has white color on #F7AE75 background.