COLOR #F0A576

HEX: #F0A576
RGB: (240,165,118)

Color info

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

RGB color model

#F0A576 color RGB value is (240,165,118).

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

RGB channels and saturation

R 240 of 255 = 94%
G 165 of 255 = 65%
B 118 of 255 = 46%

240
165
118

R + G + B ~ 68%. #F0A576 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 165 + 118 = 523 (100%)
R 240 of 523 ~ 45.89%
G 165 of 523 ~ 31.55%
B 118 of 523 ~ 22.56%

%45.89
%31.55
%22.56

CMYK color model

#F0A576 color CMYK value is (0,31,51,6).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 50.83%
  • key color value is 5.88%
CMYK:
(0,31,51,6)
C0M31Y51K6 
(0%,31%,51%,6%)
(0.00/0.31/0.51/0.06)	

CMYK percentages

%0
%31.25
%50.83
%5.88

Codes

Color #F0A576 in popluar color models

F0A576
RGB240165118
HSL23°80.26%70.20%
HSB/HSV23°50.83%94.12%
CMYK0.00%31.25%50.83%
5.88%

Color #F0A576 in popluar number systems.

HEXF0A576
Decimal240165118
Binary11110000101001011110110
Octal360245166

Shades and tints

Shades of #F0A576

#F0A576
(240,165,118)
#DB966C
(219,150,108)
#C68762
(198,135,98)
#B17858
(177,120,88)
#9C694E
(156,105,78)
#875A44
(135,90,68)
#724B3A
(114,75,58)
#5D3C30
(93,60,48)
#482D26
(72,45,38)
#331E1C
(51,30,28)
#1E0F12
(30,15,18)
#000000
(0,0,0)

Tints of #F0A576

#F0A576
(240,165,118)
#F1AD82
(241,173,130)
#F2B58E
(242,181,142)
#F3BD9A
(243,189,154)
#F4C5A6
(244,197,166)
#F5CDB2
(245,205,178)
#F6D5BE
(246,213,190)
#F7DDCA
(247,221,202)
#F8E5D6
(248,229,214)
#F9EDE2
(249,237,226)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0A576; }

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

This text font color is #F0A576.


Background Color

.myBgColor { background-color: #F0A576; }

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

This div background color is #F0A576.


Border color

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

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

This div border color is #F0A576.


Opacity

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

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

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

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

This text has shadow with #F0A576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A576 on black background.


Color preview on white background

This text has color #F0A576 on white background.



Black color preview on #F0A576 background

This text has black color on #F0A576 background.


White color preview on #F0A576 background

This text has white color on #F0A576 background.