COLOR #F0CD88

HEX: #F0CD88
RGB: (240,205,136)

Color info

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

RGB color model

#F0CD88 color RGB value is (240,205,136).

  • red value is 240;
  • green value is 205;
  • blue value is 136.
RGB:
(240,205,136)
(94%,80%,53%)

RGB channels and saturation

R 240 of 255 = 94%
G 205 of 255 = 80%
B 136 of 255 = 53%

240
205
136

R + G + B ~ 76%. #F0CD88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 205 + 136 = 581 (100%)
R 240 of 581 ~ 41.31%
G 205 of 581 ~ 35.28%
B 136 of 581 ~ 23.41%

%41.31
%35.28
%23.41

CMYK color model

#F0CD88 color CMYK value is (0,15,43,6).

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 43.33%
  • key color value is 5.88%
CMYK:
(0,15,43,6)
C0M15Y43K6 
(0%,15%,43%,6%)
(0.00/0.15/0.43/0.06)	

CMYK percentages

%0
%14.58
%43.33
%5.88

Codes

Color #F0CD88 in popluar color models

F0CD88
RGB240205136
HSL40°77.61%73.73%
HSB/HSV40°43.33%94.12%
CMYK0.00%14.58%43.33%
5.88%

Color #F0CD88 in popluar number systems.

HEXF0CD88
Decimal240205136
Binary111100001100110110001000
Octal360315210

Shades and tints

Shades of #F0CD88

#F0CD88
(240,205,136)
#DBBB7C
(219,187,124)
#C6A970
(198,169,112)
#B19764
(177,151,100)
#9C8558
(156,133,88)
#87734C
(135,115,76)
#726140
(114,97,64)
#5D4F34
(93,79,52)
#483D28
(72,61,40)
#332B1C
(51,43,28)
#1E1910
(30,25,16)
#000000
(0,0,0)

Tints of #F0CD88

#F0CD88
(240,205,136)
#F1D192
(241,209,146)
#F2D59C
(242,213,156)
#F3D9A6
(243,217,166)
#F4DDB0
(244,221,176)
#F5E1BA
(245,225,186)
#F6E5C4
(246,229,196)
#F7E9CE
(247,233,206)
#F8EDD8
(248,237,216)
#F9F1E2
(249,241,226)
#FAF5EC
(250,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CD88 color. Also use rgb(240,205,136) instead hex code.

Text Font Color

.myTextColor { color: #F0CD88; }

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

This text font color is #F0CD88.


Background Color

.myBgColor { background-color: #F0CD88; }

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

This div background color is #F0CD88.


Border color

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

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

This div border color is #F0CD88.


Opacity

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

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

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

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

This text has shadow with #F0CD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CD88 on black background.


Color preview on white background

This text has color #F0CD88 on white background.



Black color preview on #F0CD88 background

This text has black color on #F0CD88 background.


White color preview on #F0CD88 background

This text has white color on #F0CD88 background.