COLOR #F0A597

HEX: #F0A597
RGB: (240,165,151)

Color info

#F0A597 contains mainly red color. Web safe color of #F0A597 is #FF9999 (or #F99).

RGB color model

#F0A597 color RGB value is (240,165,151).

  • red value is 240;
  • green value is 165;
  • blue value is 151.
RGB:
(240,165,151)
(94%,65%,59%)

RGB channels and saturation

R 240 of 255 = 94%
G 165 of 255 = 65%
B 151 of 255 = 59%

240
165
151

R + G + B ~ 73%. #F0A597 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 165 + 151 = 556 (100%)
R 240 of 556 ~ 43.17%
G 165 of 556 ~ 29.68%
B 151 of 556 ~ 27.16%

%43.17
%29.68
%27.16

CMYK color model

#F0A597 color CMYK value is (0,31,37,6).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 37.08%
  • key color value is 5.88%
CMYK:
(0,31,37,6)
C0M31Y37K6 
(0%,31%,37%,6%)
(0.00/0.31/0.37/0.06)	

CMYK percentages

%0
%31.25
%37.08
%5.88

Codes

Color #F0A597 in popluar color models

F0A597
RGB240165151
HSL74.79%76.67%
HSB/HSV37.08%94.12%
CMYK0.00%31.25%37.08%
5.88%

Color #F0A597 in popluar number systems.

HEXF0A597
Decimal240165151
Binary111100001010010110010111
Octal360245227

Shades and tints

Shades of #F0A597

#F0A597
(240,165,151)
#DB968A
(219,150,138)
#C6877D
(198,135,125)
#B17870
(177,120,112)
#9C6963
(156,105,99)
#875A56
(135,90,86)
#724B49
(114,75,73)
#5D3C3C
(93,60,60)
#482D2F
(72,45,47)
#331E22
(51,30,34)
#1E0F15
(30,15,21)
#000000
(0,0,0)

Tints of #F0A597

#F0A597
(240,165,151)
#F1ADA0
(241,173,160)
#F2B5A9
(242,181,169)
#F3BDB2
(243,189,178)
#F4C5BB
(244,197,187)
#F5CDC4
(245,205,196)
#F6D5CD
(246,213,205)
#F7DDD6
(247,221,214)
#F8E5DF
(248,229,223)
#F9EDE8
(249,237,232)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A597 color. Also use rgb(240,165,151) instead hex code.

Text Font Color

.myTextColor { color: #F0A597; }

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

This text font color is #F0A597.


Background Color

.myBgColor { background-color: #F0A597; }

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

This div background color is #F0A597.


Border color

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

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

This div border color is #F0A597.


Opacity

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

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

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

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

This text has shadow with #F0A597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A597 on black background.


Color preview on white background

This text has color #F0A597 on white background.



Black color preview on #F0A597 background

This text has black color on #F0A597 background.


White color preview on #F0A597 background

This text has white color on #F0A597 background.