COLOR #F0B788

HEX: #F0B788
RGB: (240,183,136)

Color info

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

RGB color model

#F0B788 color RGB value is (240,183,136).

  • red value is 240;
  • green value is 183;
  • blue value is 136.
RGB:
(240,183,136)
(94%,72%,53%)

RGB channels and saturation

R 240 of 255 = 94%
G 183 of 255 = 72%
B 136 of 255 = 53%

240
183
136

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

Portions of RGB colors in percentages

R + G + B =
240 + 183 + 136 = 559 (100%)
R 240 of 559 ~ 42.93%
G 183 of 559 ~ 32.74%
B 136 of 559 ~ 24.33%

%42.93
%32.74
%24.33

CMYK color model

#F0B788 color CMYK value is (0,24,43,6).

  • cyan value is 0.00%
  • magenta value is 23.75%
  • yellow value is 43.33%
  • key color value is 5.88%
CMYK:
(0,24,43,6)
C0M24Y43K6 
(0%,24%,43%,6%)
(0.00/0.24/0.43/0.06)	

CMYK percentages

%0
%23.75
%43.33
%5.88

Codes

Color #F0B788 in popluar color models

F0B788
RGB240183136
HSL27°77.61%73.73%
HSB/HSV27°43.33%94.12%
CMYK0.00%23.75%43.33%
5.88%

Color #F0B788 in popluar number systems.

HEXF0B788
Decimal240183136
Binary111100001011011110001000
Octal360267210

Shades and tints

Shades of #F0B788

#F0B788
(240,183,136)
#DBA77C
(219,167,124)
#C69770
(198,151,112)
#B18764
(177,135,100)
#9C7758
(156,119,88)
#87674C
(135,103,76)
#725740
(114,87,64)
#5D4734
(93,71,52)
#483728
(72,55,40)
#33271C
(51,39,28)
#1E1710
(30,23,16)
#000000
(0,0,0)

Tints of #F0B788

#F0B788
(240,183,136)
#F1BD92
(241,189,146)
#F2C39C
(242,195,156)
#F3C9A6
(243,201,166)
#F4CFB0
(244,207,176)
#F5D5BA
(245,213,186)
#F6DBC4
(246,219,196)
#F7E1CE
(247,225,206)
#F8E7D8
(248,231,216)
#F9EDE2
(249,237,226)
#FAF3EC
(250,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B788 color. Also use rgb(240,183,136) instead hex code.

Text Font Color

.myTextColor { color: #F0B788; }

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

This text font color is #F0B788.


Background Color

.myBgColor { background-color: #F0B788; }

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

This div background color is #F0B788.


Border color

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

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

This div border color is #F0B788.


Opacity

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

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

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

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

This text has shadow with #F0B788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B788 on black background.


Color preview on white background

This text has color #F0B788 on white background.



Black color preview on #F0B788 background

This text has black color on #F0B788 background.


White color preview on #F0B788 background

This text has white color on #F0B788 background.