COLOR #F0DCA5

HEX: #F0DCA5 RGB: (240,220,165)

Color info

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

RGB color model

#F0DCA5 color RGB value is (240,220,165).

RGB: (240,220,165) (94%, 86%, 65%)

RGB channels and saturation

R 240 of 255 = 94%
G 220 of 255 = 86%
B 165 of 255 = 65%

240
220
165

R + G + B ~ 82%. #F0DCA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 220 + 165 = 625 (100%)
R 240 of 625 ~ 38.4%
G 220 of 625 ~ 35.2%
B 165 of 625 ~ 26.4'%

%38.4
%35.2
%26.4

CMYK color model

#F0DCA5 color CMYK value is (0,8,31,6).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 31.25%
  • key color value is 5.88%
CMYK: (0,8,31,6) C0M8Y31K6 (0%,8%,31%,6%) (0.00/0.08/0.31/0.06) 

CMYK percentages

%0
%8.33
%31.25
%5.88

Codes

Color #F0DCA5 in popluar color models

F0 DC A5
RGB 240 220 165
HSL 44° 71.43% 79.41%
HSB/HSV 44° 31.25% 94.12%
CMYK 0.00% 8.33% 31.25%
5.88%

Color #F0DCA5 in popluar number systems.

HEX F0 DC A5
Decimal 240 220 165
Binary 11110000 11011100 10100101
Octal 360 334 245

Shades and tints

Shades of #F0DCA5

#F0DCA5
(240,220,165)
#DBC896
(219,200,150)
#C6B487
(198,180,135)
#B1A078
(177,160,120)
#9C8C69
(156,140,105)
#87785A
(135,120,90)
#72644B
(114,100,75)
#5D503C
(93,80,60)
#483C2D
(72,60,45)
#33281E
(51,40,30)
#1E140F
(30,20,15)
#000000
(0,0,0)

Tints of #F0DCA5

#F0DCA5
(240,220,165)
#F1DFAD
(241,223,173)
#F2E2B5
(242,226,181)
#F3E5BD
(243,229,189)
#F4E8C5
(244,232,197)
#F5EBCD
(245,235,205)
#F6EED5
(246,238,213)
#F7F1DD
(247,241,221)
#F8F4E5
(248,244,229)
#F9F7ED
(249,247,237)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DCA5 color. Also use rgb(240,220,165) instead hex code.

Text Font Color

.myTextColor { color: #F0DCA5; }

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

This text font color is #F0DCA5.

Background Color

.myBgColor { background-color: #F0DCA5; }

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

This div background color is #F0DCA5.

Border color

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

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

This div border color is #F0DCA5.

Opacity

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

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

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

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

This text has shadow with #F0DCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DCA5.

Preview

Color preview on black background

This text has color #F0DCA5 on black background.


Color preview on white background

This text has color #F0DCA5 on white background.


Black color preview on #F0DCA5 background

This text has black color on #F0DCA5 background.


White color preview on #F0DCA5 background

This text has white color on #F0DCA5 background.


Related colors

Complementary color

Complementary color for #hex is #0F235A.


I love getcolorcode.com

Triadic colors

1 #A5F0DC and #DCA5F0 with #F0DCA5 are triadic colors.

2 #A5DCF0 and #DCF0A5 with #F0DCA5 are triadic colors.