COLOR #F0A59D

HEX: #F0A59D RGB: (240,165,157)

Color info

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

RGB color model

#F0A59D color RGB value is (240,165,157).

RGB: (240,165,157) (94%, 65%, 62%)

RGB channels and saturation

R 240 of 255 = 94%
G 165 of 255 = 65%
B 157 of 255 = 62%

240
165
157

R + G + B ~ 74%. #F0A59D is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 165 + 157 = 562 (100%)
R 240 of 562 ~ 42.7%
G 165 of 562 ~ 29.36%
B 157 of 562 ~ 27.94'%

%42.7
%29.36
%27.94

CMYK color model

#F0A59D color CMYK value is (0,31,35,6).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 34.58%
  • key color value is 5.88%

CMYK: (0,31,35,6)
C0M31Y35K6 (0%, 31%, 35%, 6%)
(0.00 / 0.31 / 0.35 / 0.06)

CMYK percentages

%0
%31.25
%34.58
%5.88

Codes

Color #F0A59D in popluar color models

F0 A5 9D
RGB 240 165 157
HSL 73.45% 77.84%
HSB/HSV 34.58% 94.12%
CMYK 0.00% 31.25% 34.58%
5.88%

Color #F0A59D in popluar number systems.

HEX F0 A5 9D
Decimal 240 165 157
Binary 11110000 10100101 10011101
Octal 360 245 235

Shades and tints

Shades of #F0A59D

#F0A59D
(240,165,157)
#DB968F
(219,150,143)
#C68781
(198,135,129)
#B17873
(177,120,115)
#9C6965
(156,105,101)
#875A57
(135,90,87)
#724B49
(114,75,73)
#5D3C3B
(93,60,59)
#482D2D
(72,45,45)
#331E1F
(51,30,31)
#1E0F11
(30,15,17)
#000000
(0,0,0)

Tints of #F0A59D

#F0A59D
(240,165,157)
#F1ADA5
(241,173,165)
#F2B5AD
(242,181,173)
#F3BDB5
(243,189,181)
#F4C5BD
(244,197,189)
#F5CDC5
(245,205,197)
#F6D5CD
(246,213,205)
#F7DDD5
(247,221,213)
#F8E5DD
(248,229,221)
#F9EDE5
(249,237,229)
#FAF5ED
(250,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0A59D; }

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

This text font color is #F0A59D.

Background Color

.myBgColor { background-color: #F0A59D; }

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

This div background color is #F0A59D.

Border color

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

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

This div border color is #F0A59D.

Opacity

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

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

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

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

This text has shadow with #F0A59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0A59D.

Preview

Color preview on black background

This text has color #F0A59D on black background.


Color preview on white background

This text has color #F0A59D on white background.


Black color preview on #F0A59D background

This text has black color on #F0A59D background.


White color preview on #F0A59D background

This text has white color on #F0A59D background.


Related colors

Complementary color

Complementary color for #hex is #0F5A62.


I love getcolorcode.com

Triadic colors

1 #9DF0A5 and #A59DF0 with #F0A59D are triadic colors.

2 #9DA5F0 and #A5F09D with #F0A59D are triadic colors.