COLOR #F0AA75

HEX: #F0AA75
RGB: (240,170,117)

Color info

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

RGB color model

#F0AA75 color RGB value is (240,170,117).

  • red value is 240;
  • green value is 170;
  • blue value is 117.
RGB:
(240,170,117)
(94%,67%,46%)

RGB channels and saturation

R 240 of 255 = 94%
G 170 of 255 = 67%
B 117 of 255 = 46%

240
170
117

R + G + B ~ 69%. #F0AA75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 170 + 117 = 527 (100%)
R 240 of 527 ~ 45.54%
G 170 of 527 ~ 32.26%
B 117 of 527 ~ 22.2%

%45.54
%32.26
%22.2

CMYK color model

#F0AA75 color CMYK value is (0,29,51,6).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 51.25%
  • key color value is 5.88%
CMYK:
(0,29,51,6)
C0M29Y51K6 
(0%,29%,51%,6%)
(0.00/0.29/0.51/0.06)	

CMYK percentages

%0
%29.17
%51.25
%5.88

Codes

Color #F0AA75 in popluar color models

F0AA75
RGB240170117
HSL26°80.39%70.00%
HSB/HSV26°51.25%94.12%
CMYK0.00%29.17%51.25%
5.88%

Color #F0AA75 in popluar number systems.

HEXF0AA75
Decimal240170117
Binary11110000101010101110101
Octal360252165

Shades and tints

Shades of #F0AA75

#F0AA75
(240,170,117)
#DB9B6B
(219,155,107)
#C68C61
(198,140,97)
#B17D57
(177,125,87)
#9C6E4D
(156,110,77)
#875F43
(135,95,67)
#725039
(114,80,57)
#5D412F
(93,65,47)
#483225
(72,50,37)
#33231B
(51,35,27)
#1E1411
(30,20,17)
#000000
(0,0,0)

Tints of #F0AA75

#F0AA75
(240,170,117)
#F1B181
(241,177,129)
#F2B88D
(242,184,141)
#F3BF99
(243,191,153)
#F4C6A5
(244,198,165)
#F5CDB1
(245,205,177)
#F6D4BD
(246,212,189)
#F7DBC9
(247,219,201)
#F8E2D5
(248,226,213)
#F9E9E1
(249,233,225)
#FAF0ED
(250,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0AA75 color. Also use rgb(240,170,117) instead hex code.

Text Font Color

.myTextColor { color: #F0AA75; }

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

This text font color is #F0AA75.


Background Color

.myBgColor { background-color: #F0AA75; }

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

This div background color is #F0AA75.


Border color

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

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

This div border color is #F0AA75.


Opacity

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

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

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

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

This text has shadow with #F0AA75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0AA75 on black background.


Color preview on white background

This text has color #F0AA75 on white background.



Black color preview on #F0AA75 background

This text has black color on #F0AA75 background.


White color preview on #F0AA75 background

This text has white color on #F0AA75 background.