COLOR #F0AA7B

HEX: #F0AA7B
RGB: (240,170,123)

Color info

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

RGB color model

#F0AA7B color RGB value is (240,170,123).

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

RGB channels and saturation

R 240 of 255 = 94%
G 170 of 255 = 67%
B 123 of 255 = 48%

240
170
123

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

Portions of RGB colors in percentages

R + G + B =
240 + 170 + 123 = 533 (100%)
R 240 of 533 ~ 45.03%
G 170 of 533 ~ 31.89%
B 123 of 533 ~ 23.08%

%45.03
%31.89
%23.08

CMYK color model

#F0AA7B color CMYK value is (0,29,49,6).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 48.75%
  • key color value is 5.88%
CMYK:
(0,29,49,6)
C0M29Y49K6 
(0%,29%,49%,6%)
(0.00/0.29/0.49/0.06)	

CMYK percentages

%0
%29.17
%48.75
%5.88

Codes

Color #F0AA7B in popluar color models

F0AA7B
RGB240170123
HSL24°79.59%71.18%
HSB/HSV24°48.75%94.12%
CMYK0.00%29.17%48.75%
5.88%

Color #F0AA7B in popluar number systems.

HEXF0AA7B
Decimal240170123
Binary11110000101010101111011
Octal360252173

Shades and tints

Shades of #F0AA7B

#F0AA7B
(240,170,123)
#DB9B70
(219,155,112)
#C68C65
(198,140,101)
#B17D5A
(177,125,90)
#9C6E4F
(156,110,79)
#875F44
(135,95,68)
#725039
(114,80,57)
#5D412E
(93,65,46)
#483223
(72,50,35)
#332318
(51,35,24)
#1E140D
(30,20,13)
#000000
(0,0,0)

Tints of #F0AA7B

#F0AA7B
(240,170,123)
#F1B187
(241,177,135)
#F2B893
(242,184,147)
#F3BF9F
(243,191,159)
#F4C6AB
(244,198,171)
#F5CDB7
(245,205,183)
#F6D4C3
(246,212,195)
#F7DBCF
(247,219,207)
#F8E2DB
(248,226,219)
#F9E9E7
(249,233,231)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0AA7B; }

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

This text font color is #F0AA7B.


Background Color

.myBgColor { background-color: #F0AA7B; }

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

This div background color is #F0AA7B.


Border color

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

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

This div border color is #F0AA7B.


Opacity

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

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

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

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

This text has shadow with #F0AA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0AA7B on black background.


Color preview on white background

This text has color #F0AA7B on white background.



Black color preview on #F0AA7B background

This text has black color on #F0AA7B background.


White color preview on #F0AA7B background

This text has white color on #F0AA7B background.