COLOR #F0B68C

HEX: #F0B68C RGB: (240,182,140)

Color info

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

RGB color model

#F0B68C color RGB value is (240,182,140).

RGB: (240,182,140) (94%, 71%, 55%)

RGB channels and saturation

R 240 of 255 = 94%
G 182 of 255 = 71%
B 140 of 255 = 55%

240
182
140

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

Portions of RGB colors in percentages

R + G + B = 240 + 182 + 140 = 562 (100%)
R 240 of 562 ~ 42.7%
G 182 of 562 ~ 32.38%
B 140 of 562 ~ 24.91'%

%42.7
%32.38
%24.91

CMYK color model

#F0B68C color CMYK value is (0,24,42,6).

  • cyan value is 0.00%
  • magenta value is 24.17%
  • yellow value is 41.67%
  • key color value is 5.88%

CMYK: (0,24,42,6)
C0M24Y42K6 (0%, 24%, 42%, 6%)
(0.00 / 0.24 / 0.42 / 0.06)

CMYK percentages

%0
%24.17
%41.67
%5.88

Codes

Color #F0B68C in popluar color models

F0 B6 8C
RGB 240 182 140
HSL 25° 76.92% 74.51%
HSB/HSV 25° 41.67% 94.12%
CMYK 0.00% 24.17% 41.67%
5.88%

Color #F0B68C in popluar number systems.

HEX F0 B6 8C
Decimal 240 182 140
Binary 11110000 10110110 10001100
Octal 360 266 214

Shades and tints

Shades of #F0B68C

#F0B68C
(240,182,140)
#DBA680
(219,166,128)
#C69674
(198,150,116)
#B18668
(177,134,104)
#9C765C
(156,118,92)
#876650
(135,102,80)
#725644
(114,86,68)
#5D4638
(93,70,56)
#48362C
(72,54,44)
#332620
(51,38,32)
#1E1614
(30,22,20)
#000000
(0,0,0)

Tints of #F0B68C

#F0B68C
(240,182,140)
#F1BC96
(241,188,150)
#F2C2A0
(242,194,160)
#F3C8AA
(243,200,170)
#F4CEB4
(244,206,180)
#F5D4BE
(245,212,190)
#F6DAC8
(246,218,200)
#F7E0D2
(247,224,210)
#F8E6DC
(248,230,220)
#F9ECE6
(249,236,230)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B68C color. Also use rgb(240,182,140) instead hex code.

Text Font Color

.myTextColor { color: #F0B68C; }

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

This text font color is #F0B68C.

Background Color

.myBgColor { background-color: #F0B68C; }

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

This div background color is #F0B68C.

Border color

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

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

This div border color is #F0B68C.

Opacity

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

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

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

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

This text has shadow with #F0B68C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B68C.

Preview

Color preview on black background

This text has color #F0B68C on black background.


Color preview on white background

This text has color #F0B68C on white background.


Black color preview on #F0B68C background

This text has black color on #F0B68C background.


White color preview on #F0B68C background

This text has white color on #F0B68C background.


Related colors

Complementary color

Complementary color for #hex is #0F4973.


I love getcolorcode.com

Triadic colors

1 #8CF0B6 and #B68CF0 with #F0B68C are triadic colors.

2 #8CB6F0 and #B6F08C with #F0B68C are triadic colors.