COLOR #F0B590

HEX: #F0B590
RGB: (240,181,144)

Color info

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

RGB color model

#F0B590 color RGB value is (240,181,144).

  • red value is 240;
  • green value is 181;
  • blue value is 144.
RGB:
(240,181,144)
(94%,71%,56%)

RGB channels and saturation

R 240 of 255 = 94%
G 181 of 255 = 71%
B 144 of 255 = 56%

240
181
144

R + G + B ~ 74%. #F0B590 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 181 + 144 = 565 (100%)
R 240 of 565 ~ 42.48%
G 181 of 565 ~ 32.04%
B 144 of 565 ~ 25.49%

%42.48
%32.04
%25.49

CMYK color model

#F0B590 color CMYK value is (0,25,40,6).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 40.00%
  • key color value is 5.88%
CMYK:
(0,25,40,6)
C0M25Y40K6 
(0%,25%,40%,6%)
(0.00/0.25/0.40/0.06)	

CMYK percentages

%0
%24.58
%40
%5.88

Codes

Color #F0B590 in popluar color models

F0B590
RGB240181144
HSL23°76.19%75.29%
HSB/HSV23°40.00%94.12%
CMYK0.00%24.58%40.00%
5.88%

Color #F0B590 in popluar number systems.

HEXF0B590
Decimal240181144
Binary111100001011010110010000
Octal360265220

Shades and tints

Shades of #F0B590

#F0B590
(240,181,144)
#DBA583
(219,165,131)
#C69576
(198,149,118)
#B18569
(177,133,105)
#9C755C
(156,117,92)
#87654F
(135,101,79)
#725542
(114,85,66)
#5D4535
(93,69,53)
#483528
(72,53,40)
#33251B
(51,37,27)
#1E150E
(30,21,14)
#000000
(0,0,0)

Tints of #F0B590

#F0B590
(240,181,144)
#F1BB9A
(241,187,154)
#F2C1A4
(242,193,164)
#F3C7AE
(243,199,174)
#F4CDB8
(244,205,184)
#F5D3C2
(245,211,194)
#F6D9CC
(246,217,204)
#F7DFD6
(247,223,214)
#F8E5E0
(248,229,224)
#F9EBEA
(249,235,234)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B590 color. Also use rgb(240,181,144) instead hex code.

Text Font Color

.myTextColor { color: #F0B590; }

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

This text font color is #F0B590.


Background Color

.myBgColor { background-color: #F0B590; }

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

This div background color is #F0B590.


Border color

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

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

This div border color is #F0B590.


Opacity

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

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

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

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

This text has shadow with #F0B590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B590 on black background.


Color preview on white background

This text has color #F0B590 on white background.



Black color preview on #F0B590 background

This text has black color on #F0B590 background.


White color preview on #F0B590 background

This text has white color on #F0B590 background.