COLOR #F0A686

HEX: #F0A686
RGB: (240,166,134)

Color info

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

RGB color model

#F0A686 color RGB value is (240,166,134).

  • red value is 240;
  • green value is 166;
  • blue value is 134.
RGB:
(240,166,134)
(94%,65%,53%)

RGB channels and saturation

R 240 of 255 = 94%
G 166 of 255 = 65%
B 134 of 255 = 53%

240
166
134

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

Portions of RGB colors in percentages

R + G + B =
240 + 166 + 134 = 540 (100%)
R 240 of 540 ~ 44.44%
G 166 of 540 ~ 30.74%
B 134 of 540 ~ 24.81%

%44.44
%30.74
%24.81

CMYK color model

#F0A686 color CMYK value is (0,31,44,6).

  • cyan value is 0.00%
  • magenta value is 30.83%
  • yellow value is 44.17%
  • key color value is 5.88%
CMYK:
(0,31,44,6)
C0M31Y44K6 
(0%,31%,44%,6%)
(0.00/0.31/0.44/0.06)	

CMYK percentages

%0
%30.83
%44.17
%5.88

Codes

Color #F0A686 in popluar color models

F0A686
RGB240166134
HSL18°77.94%73.33%
HSB/HSV18°44.17%94.12%
CMYK0.00%30.83%44.17%
5.88%

Color #F0A686 in popluar number systems.

HEXF0A686
Decimal240166134
Binary111100001010011010000110
Octal360246206

Shades and tints

Shades of #F0A686

#F0A686
(240,166,134)
#DB977A
(219,151,122)
#C6886E
(198,136,110)
#B17962
(177,121,98)
#9C6A56
(156,106,86)
#875B4A
(135,91,74)
#724C3E
(114,76,62)
#5D3D32
(93,61,50)
#482E26
(72,46,38)
#331F1A
(51,31,26)
#1E100E
(30,16,14)
#000000
(0,0,0)

Tints of #F0A686

#F0A686
(240,166,134)
#F1AE91
(241,174,145)
#F2B69C
(242,182,156)
#F3BEA7
(243,190,167)
#F4C6B2
(244,198,178)
#F5CEBD
(245,206,189)
#F6D6C8
(246,214,200)
#F7DED3
(247,222,211)
#F8E6DE
(248,230,222)
#F9EEE9
(249,238,233)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A686 color. Also use rgb(240,166,134) instead hex code.

Text Font Color

.myTextColor { color: #F0A686; }

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

This text font color is #F0A686.


Background Color

.myBgColor { background-color: #F0A686; }

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

This div background color is #F0A686.


Border color

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

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

This div border color is #F0A686.


Opacity

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

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

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

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

This text has shadow with #F0A686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A686 on black background.


Color preview on white background

This text has color #F0A686 on white background.



Black color preview on #F0A686 background

This text has black color on #F0A686 background.


White color preview on #F0A686 background

This text has white color on #F0A686 background.