COLOR #F0B38A

HEX: #F0B38A RGB: (240,179,138)

Color info

#F0B38A contains mainly red color. Web safe color of #F0B38A is #FF9999 (or #F99).

RGB color model

#F0B38A color RGB value is (240,179,138).

RGB: (240,179,138) (94%, 70%, 54%)

RGB channels and saturation

R 240 of 255 = 94%
G 179 of 255 = 70%
B 138 of 255 = 54%

240
179
138

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

Portions of RGB colors in percentages

R + G + B = 240 + 179 + 138 = 557 (100%)
R 240 of 557 ~ 43.09%
G 179 of 557 ~ 32.14%
B 138 of 557 ~ 24.78'%

%43.09
%32.14
%24.78

CMYK color model

#F0B38A color CMYK value is (0,25,43,6).

  • cyan value is 0.00%
  • magenta value is 25.42%
  • yellow value is 42.50%
  • key color value is 5.88%

CMYK: (0,25,43,6)
C0M25Y43K6 (0%, 25%, 43%, 6%)
(0.00 / 0.25 / 0.43 / 0.06)

CMYK percentages

%0
%25.42
%42.5
%5.88

Codes

Color #F0B38A in popluar color models

F0 B3 8A
RGB 240 179 138
HSL 24° 77.27% 74.12%
HSB/HSV 24° 42.50% 94.12%
CMYK 0.00% 25.42% 42.50%
5.88%

Color #F0B38A in popluar number systems.

HEX F0 B3 8A
Decimal 240 179 138
Binary 11110000 10110011 10001010
Octal 360 263 212

Shades and tints

Shades of #F0B38A

#F0B38A
(240,179,138)
#DBA37E
(219,163,126)
#C69372
(198,147,114)
#B18366
(177,131,102)
#9C735A
(156,115,90)
#87634E
(135,99,78)
#725342
(114,83,66)
#5D4336
(93,67,54)
#48332A
(72,51,42)
#33231E
(51,35,30)
#1E1312
(30,19,18)
#000000
(0,0,0)

Tints of #F0B38A

#F0B38A
(240,179,138)
#F1B994
(241,185,148)
#F2BF9E
(242,191,158)
#F3C5A8
(243,197,168)
#F4CBB2
(244,203,178)
#F5D1BC
(245,209,188)
#F6D7C6
(246,215,198)
#F7DDD0
(247,221,208)
#F8E3DA
(248,227,218)
#F9E9E4
(249,233,228)
#FAEFEE
(250,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B38A color. Also use rgb(240,179,138) instead hex code.

Text Font Color

.myTextColor { color: #F0B38A; }

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

This text font color is #F0B38A.

Background Color

.myBgColor { background-color: #F0B38A; }

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

This div background color is #F0B38A.

Border color

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

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

This div border color is #F0B38A.

Opacity

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

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

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

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

This text has shadow with #F0B38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B38A.

Preview

Color preview on black background

This text has color #F0B38A on black background.


Color preview on white background

This text has color #F0B38A on white background.


Black color preview on #F0B38A background

This text has black color on #F0B38A background.


White color preview on #F0B38A background

This text has white color on #F0B38A background.


Related colors

Complementary color

Complementary color for #hex is #0F4C75.


I love getcolorcode.com

Triadic colors

1 #8AF0B3 and #B38AF0 with #F0B38A are triadic colors.

2 #8AB3F0 and #B3F08A with #F0B38A are triadic colors.