COLOR #F0A28D

HEX: #F0A28D RGB: (240,162,141)

Color info

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

RGB color model

#F0A28D color RGB value is (240,162,141).

RGB: (240,162,141) (94%, 64%, 55%)

RGB channels and saturation

R 240 of 255 = 94%
G 162 of 255 = 64%
B 141 of 255 = 55%

240
162
141

R + G + B ~ 71%. #F0A28D is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 162 + 141 = 543 (100%)
R 240 of 543 ~ 44.2%
G 162 of 543 ~ 29.83%
B 141 of 543 ~ 25.97'%

%44.2
%29.83
%25.97

CMYK color model

#F0A28D color CMYK value is (0,33,41,6).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 41.25%
  • key color value is 5.88%

CMYK: (0,33,41,6)
C0M33Y41K6 (0%, 33%, 41%, 6%)
(0.00 / 0.33 / 0.41 / 0.06)

CMYK percentages

%0
%32.5
%41.25
%5.88

Codes

Color #F0A28D in popluar color models

F0 A2 8D
RGB 240 162 141
HSL 13° 76.74% 74.71%
HSB/HSV 13° 41.25% 94.12%
CMYK 0.00% 32.50% 41.25%
5.88%

Color #F0A28D in popluar number systems.

HEX F0 A2 8D
Decimal 240 162 141
Binary 11110000 10100010 10001101
Octal 360 242 215

Shades and tints

Shades of #F0A28D

#F0A28D
(240,162,141)
#DB9481
(219,148,129)
#C68675
(198,134,117)
#B17869
(177,120,105)
#9C6A5D
(156,106,93)
#875C51
(135,92,81)
#724E45
(114,78,69)
#5D4039
(93,64,57)
#48322D
(72,50,45)
#332421
(51,36,33)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #F0A28D

#F0A28D
(240,162,141)
#F1AA97
(241,170,151)
#F2B2A1
(242,178,161)
#F3BAAB
(243,186,171)
#F4C2B5
(244,194,181)
#F5CABF
(245,202,191)
#F6D2C9
(246,210,201)
#F7DAD3
(247,218,211)
#F8E2DD
(248,226,221)
#F9EAE7
(249,234,231)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A28D color. Also use rgb(240,162,141) instead hex code.

Text Font Color

.myTextColor { color: #F0A28D; }

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

This text font color is #F0A28D.

Background Color

.myBgColor { background-color: #F0A28D; }

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

This div background color is #F0A28D.

Border color

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

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

This div border color is #F0A28D.

Opacity

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

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

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

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

This text has shadow with #F0A28D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0A28D.

Preview

Color preview on black background

This text has color #F0A28D on black background.


Color preview on white background

This text has color #F0A28D on white background.


Black color preview on #F0A28D background

This text has black color on #F0A28D background.


White color preview on #F0A28D background

This text has white color on #F0A28D background.


Related colors

Complementary color

Complementary color for #hex is #0F5D72.


I love getcolorcode.com

Triadic colors

1 #8DF0A2 and #A28DF0 with #F0A28D are triadic colors.

2 #8DA2F0 and #A2F08D with #F0A28D are triadic colors.