COLOR #F0BB85

HEX: #F0BB85
RGB: (240,187,133)

Color info

#F0BB85 contains mainly red and green colors. Web safe color of #F0BB85 is #FFCC99 (or #FC9).

RGB color model

#F0BB85 color RGB value is (240,187,133).

  • red value is 240;
  • green value is 187;
  • blue value is 133.
RGB:
(240,187,133)
(94%,73%,52%)

RGB channels and saturation

R 240 of 255 = 94%
G 187 of 255 = 73%
B 133 of 255 = 52%

240
187
133

R + G + B ~ 73%. #F0BB85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 187 + 133 = 560 (100%)
R 240 of 560 ~ 42.86%
G 187 of 560 ~ 33.39%
B 133 of 560 ~ 23.75%

%42.86
%33.39
%23.75

CMYK color model

#F0BB85 color CMYK value is (0,22,45,6).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 44.58%
  • key color value is 5.88%
CMYK:
(0,22,45,6)
C0M22Y45K6 
(0%,22%,45%,6%)
(0.00/0.22/0.45/0.06)	

CMYK percentages

%0
%22.08
%44.58
%5.88

Codes

Color #F0BB85 in popluar color models

F0BB85
RGB240187133
HSL30°78.10%73.14%
HSB/HSV30°44.58%94.12%
CMYK0.00%22.08%44.58%
5.88%

Color #F0BB85 in popluar number systems.

HEXF0BB85
Decimal240187133
Binary111100001011101110000101
Octal360273205

Shades and tints

Shades of #F0BB85

#F0BB85
(240,187,133)
#DBAA79
(219,170,121)
#C6996D
(198,153,109)
#B18861
(177,136,97)
#9C7755
(156,119,85)
#876649
(135,102,73)
#72553D
(114,85,61)
#5D4431
(93,68,49)
#483325
(72,51,37)
#332219
(51,34,25)
#1E110D
(30,17,13)
#000000
(0,0,0)

Tints of #F0BB85

#F0BB85
(240,187,133)
#F1C190
(241,193,144)
#F2C79B
(242,199,155)
#F3CDA6
(243,205,166)
#F4D3B1
(244,211,177)
#F5D9BC
(245,217,188)
#F6DFC7
(246,223,199)
#F7E5D2
(247,229,210)
#F8EBDD
(248,235,221)
#F9F1E8
(249,241,232)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0BB85 color. Also use rgb(240,187,133) instead hex code.

Text Font Color

.myTextColor { color: #F0BB85; }

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

This text font color is #F0BB85.


Background Color

.myBgColor { background-color: #F0BB85; }

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

This div background color is #F0BB85.


Border color

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

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

This div border color is #F0BB85.


Opacity

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

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

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

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

This text has shadow with #F0BB85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BB85 on black background.


Color preview on white background

This text has color #F0BB85 on white background.



Black color preview on #F0BB85 background

This text has black color on #F0BB85 background.


White color preview on #F0BB85 background

This text has white color on #F0BB85 background.