COLOR #F0B791

HEX: #F0B791 RGB: (240,183,145)

Color info

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

RGB color model

#F0B791 color RGB value is (240,183,145).

RGB: (240,183,145) (94%, 72%, 57%)

RGB channels and saturation

R 240 of 255 = 94%
G 183 of 255 = 72%
B 145 of 255 = 57%

240
183
145

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

Portions of RGB colors in percentages

R + G + B = 240 + 183 + 145 = 568 (100%)
R 240 of 568 ~ 42.25%
G 183 of 568 ~ 32.22%
B 145 of 568 ~ 25.53'%

%42.25
%32.22
%25.53

CMYK color model

#F0B791 color CMYK value is (0,24,40,6).

  • cyan value is 0.00%
  • magenta value is 23.75%
  • yellow value is 39.58%
  • key color value is 5.88%
CMYK: (0,24,40,6) C0M24Y40K6 (0%,24%,40%,6%) (0.00/0.24/0.40/0.06) 

CMYK percentages

%0
%23.75
%39.58
%5.88

Codes

Color #F0B791 in popluar color models

F0 B7 91
RGB 240 183 145
HSL 24° 76.00% 75.49%
HSB/HSV 24° 39.58% 94.12%
CMYK 0.00% 23.75% 39.58%
5.88%

Color #F0B791 in popluar number systems.

HEX F0 B7 91
Decimal 240 183 145
Binary 11110000 10110111 10010001
Octal 360 267 221

Shades and tints

Shades of #F0B791

#F0B791
(240,183,145)
#DBA784
(219,167,132)
#C69777
(198,151,119)
#B1876A
(177,135,106)
#9C775D
(156,119,93)
#876750
(135,103,80)
#725743
(114,87,67)
#5D4736
(93,71,54)
#483729
(72,55,41)
#33271C
(51,39,28)
#1E170F
(30,23,15)
#000000
(0,0,0)

Tints of #F0B791

#F0B791
(240,183,145)
#F1BD9B
(241,189,155)
#F2C3A5
(242,195,165)
#F3C9AF
(243,201,175)
#F4CFB9
(244,207,185)
#F5D5C3
(245,213,195)
#F6DBCD
(246,219,205)
#F7E1D7
(247,225,215)
#F8E7E1
(248,231,225)
#F9EDEB
(249,237,235)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B791; }

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

This text font color is #F0B791.

Background Color

.myBgColor { background-color: #F0B791; }

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

This div background color is #F0B791.

Border color

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

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

This div border color is #F0B791.

Opacity

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

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

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

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

This text has shadow with #F0B791 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B791.

Preview

Color preview on black background

This text has color #F0B791 on black background.


Color preview on white background

This text has color #F0B791 on white background.


Black color preview on #F0B791 background

This text has black color on #F0B791 background.


White color preview on #F0B791 background

This text has white color on #F0B791 background.


Related colors

Complementary color

Complementary color for #hex is #0F486E.


I love getcolorcode.com

Triadic colors

1 #91F0B7 and #B791F0 with #F0B791 are triadic colors.

2 #91B7F0 and #B7F091 with #F0B791 are triadic colors.