COLOR #F0C685

HEX: #F0C685
RGB: (240,198,133)

Color info

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

RGB color model

#F0C685 color RGB value is (240,198,133).

  • red value is 240;
  • green value is 198;
  • blue value is 133.
RGB:
(240,198,133)
(94%,78%,52%)

RGB channels and saturation

R 240 of 255 = 94%
G 198 of 255 = 78%
B 133 of 255 = 52%

240
198
133

R + G + B ~ 75%. #F0C685 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 198 + 133 = 571 (100%)
R 240 of 571 ~ 42.03%
G 198 of 571 ~ 34.68%
B 133 of 571 ~ 23.29%

%42.03
%34.68
%23.29

CMYK color model

#F0C685 color CMYK value is (0,18,45,6).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 44.58%
  • key color value is 5.88%
CMYK:
(0,18,45,6)
C0M18Y45K6 
(0%,18%,45%,6%)
(0.00/0.18/0.45/0.06)	

CMYK percentages

%0
%17.5
%44.58
%5.88

Codes

Color #F0C685 in popluar color models

F0C685
RGB240198133
HSL36°78.10%73.14%
HSB/HSV36°44.58%94.12%
CMYK0.00%17.50%44.58%
5.88%

Color #F0C685 in popluar number systems.

HEXF0C685
Decimal240198133
Binary111100001100011010000101
Octal360306205

Shades and tints

Shades of #F0C685

#F0C685
(240,198,133)
#DBB479
(219,180,121)
#C6A26D
(198,162,109)
#B19061
(177,144,97)
#9C7E55
(156,126,85)
#876C49
(135,108,73)
#725A3D
(114,90,61)
#5D4831
(93,72,49)
#483625
(72,54,37)
#332419
(51,36,25)
#1E120D
(30,18,13)
#000000
(0,0,0)

Tints of #F0C685

#F0C685
(240,198,133)
#F1CB90
(241,203,144)
#F2D09B
(242,208,155)
#F3D5A6
(243,213,166)
#F4DAB1
(244,218,177)
#F5DFBC
(245,223,188)
#F6E4C7
(246,228,199)
#F7E9D2
(247,233,210)
#F8EEDD
(248,238,221)
#F9F3E8
(249,243,232)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C685 color. Also use rgb(240,198,133) instead hex code.

Text Font Color

.myTextColor { color: #F0C685; }

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

This text font color is #F0C685.


Background Color

.myBgColor { background-color: #F0C685; }

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

This div background color is #F0C685.


Border color

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

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

This div border color is #F0C685.


Opacity

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

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

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

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

This text has shadow with #F0C685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C685 on black background.


Color preview on white background

This text has color #F0C685 on white background.



Black color preview on #F0C685 background

This text has black color on #F0C685 background.


White color preview on #F0C685 background

This text has white color on #F0C685 background.