COLOR #F0B86E

HEX: #F0B86E
RGB: (240,184,110)

Color info

#F0B86E contains mainly red and green colors. Web safe color of #F0B86E is #FFCC66 (or #FC6).

RGB color model

#F0B86E color RGB value is (240,184,110).

  • red value is 240;
  • green value is 184;
  • blue value is 110.
RGB:
(240,184,110)
(94%,72%,43%)

RGB channels and saturation

R 240 of 255 = 94%
G 184 of 255 = 72%
B 110 of 255 = 43%

240
184
110

R + G + B ~ 70%. #F0B86E is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 184 + 110 = 534 (100%)
R 240 of 534 ~ 44.94%
G 184 of 534 ~ 34.46%
B 110 of 534 ~ 20.6%

%44.94
%34.46
%20.6

CMYK color model

#F0B86E color CMYK value is (0,23,54,6).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 54.17%
  • key color value is 5.88%
CMYK:
(0,23,54,6)
C0M23Y54K6 
(0%,23%,54%,6%)
(0.00/0.23/0.54/0.06)	

CMYK percentages

%0
%23.33
%54.17
%5.88

Codes

Color #F0B86E in popluar color models

F0B86E
RGB240184110
HSL34°81.25%68.63%
HSB/HSV34°54.17%94.12%
CMYK0.00%23.33%54.17%
5.88%

Color #F0B86E in popluar number systems.

HEXF0B86E
Decimal240184110
Binary11110000101110001101110
Octal360270156

Shades and tints

Shades of #F0B86E

#F0B86E
(240,184,110)
#DBA864
(219,168,100)
#C6985A
(198,152,90)
#B18850
(177,136,80)
#9C7846
(156,120,70)
#87683C
(135,104,60)
#725832
(114,88,50)
#5D4828
(93,72,40)
#48381E
(72,56,30)
#332814
(51,40,20)
#1E180A
(30,24,10)
#000000
(0,0,0)

Tints of #F0B86E

#F0B86E
(240,184,110)
#F1BE7B
(241,190,123)
#F2C488
(242,196,136)
#F3CA95
(243,202,149)
#F4D0A2
(244,208,162)
#F5D6AF
(245,214,175)
#F6DCBC
(246,220,188)
#F7E2C9
(247,226,201)
#F8E8D6
(248,232,214)
#F9EEE3
(249,238,227)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B86E color. Also use rgb(240,184,110) instead hex code.

Text Font Color

.myTextColor { color: #F0B86E; }

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

This text font color is #F0B86E.


Background Color

.myBgColor { background-color: #F0B86E; }

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

This div background color is #F0B86E.


Border color

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

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

This div border color is #F0B86E.


Opacity

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

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

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

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

This text has shadow with #F0B86E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B86E on black background.


Color preview on white background

This text has color #F0B86E on white background.



Black color preview on #F0B86E background

This text has black color on #F0B86E background.


White color preview on #F0B86E background

This text has white color on #F0B86E background.