COLOR #F0BB80

HEX: #F0BB80
RGB: (240,187,128)

Color info

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

RGB color model

#F0BB80 color RGB value is (240,187,128).

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

RGB channels and saturation

R 240 of 255 = 94%
G 187 of 255 = 73%
B 128 of 255 = 50%

240
187
128

R + G + B ~ 72%. #F0BB80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 187 + 128 = 555 (100%)
R 240 of 555 ~ 43.24%
G 187 of 555 ~ 33.69%
B 128 of 555 ~ 23.06%

%43.24
%33.69
%23.06

CMYK color model

#F0BB80 color CMYK value is (0,22,47,6).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 46.67%
  • key color value is 5.88%
CMYK:
(0,22,47,6)
C0M22Y47K6 
(0%,22%,47%,6%)
(0.00/0.22/0.47/0.06)	

CMYK percentages

%0
%22.08
%46.67
%5.88

Codes

Color #F0BB80 in popluar color models

F0BB80
RGB240187128
HSL32°78.87%72.16%
HSB/HSV32°46.67%94.12%
CMYK0.00%22.08%46.67%
5.88%

Color #F0BB80 in popluar number systems.

HEXF0BB80
Decimal240187128
Binary111100001011101110000000
Octal360273200

Shades and tints

Shades of #F0BB80

#F0BB80
(240,187,128)
#DBAA75
(219,170,117)
#C6996A
(198,153,106)
#B1885F
(177,136,95)
#9C7754
(156,119,84)
#876649
(135,102,73)
#72553E
(114,85,62)
#5D4433
(93,68,51)
#483328
(72,51,40)
#33221D
(51,34,29)
#1E1112
(30,17,18)
#000000
(0,0,0)

Tints of #F0BB80

#F0BB80
(240,187,128)
#F1C18B
(241,193,139)
#F2C796
(242,199,150)
#F3CDA1
(243,205,161)
#F4D3AC
(244,211,172)
#F5D9B7
(245,217,183)
#F6DFC2
(246,223,194)
#F7E5CD
(247,229,205)
#F8EBD8
(248,235,216)
#F9F1E3
(249,241,227)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BB80; }

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

This text font color is #F0BB80.


Background Color

.myBgColor { background-color: #F0BB80; }

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

This div background color is #F0BB80.


Border color

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

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

This div border color is #F0BB80.


Opacity

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

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

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

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

This text has shadow with #F0BB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BB80 on black background.


Color preview on white background

This text has color #F0BB80 on white background.



Black color preview on #F0BB80 background

This text has black color on #F0BB80 background.


White color preview on #F0BB80 background

This text has white color on #F0BB80 background.