COLOR #F0D0A5

HEX: #F0D0A5 RGB: (240,208,165)

Color info

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

RGB color model

#F0D0A5 color RGB value is (240,208,165).

RGB: (240,208,165) (94%, 82%, 65%)

RGB channels and saturation

R 240 of 255 = 94%
G 208 of 255 = 82%
B 165 of 255 = 65%

240
208
165

R + G + B ~ 80%. #F0D0A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 208 + 165 = 613 (100%)
R 240 of 613 ~ 39.15%
G 208 of 613 ~ 33.93%
B 165 of 613 ~ 26.92'%

%39.15
%33.93
%26.92

CMYK color model

#F0D0A5 color CMYK value is (0,13,31,6).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 31.25%
  • key color value is 5.88%

CMYK: (0,13,31,6)
C0M13Y31K6 (0%, 13%, 31%, 6%)
(0.00 / 0.13 / 0.31 / 0.06)

CMYK percentages

%0
%13.33
%31.25
%5.88

Codes

Color #F0D0A5 in popluar color models

F0 D0 A5
RGB 240 208 165
HSL 34° 71.43% 79.41%
HSB/HSV 34° 31.25% 94.12%
CMYK 0.00% 13.33% 31.25%
5.88%

Color #F0D0A5 in popluar number systems.

HEX F0 D0 A5
Decimal 240 208 165
Binary 11110000 11010000 10100101
Octal 360 320 245

Shades and tints

Shades of #F0D0A5

#F0D0A5
(240,208,165)
#DBBE96
(219,190,150)
#C6AC87
(198,172,135)
#B19A78
(177,154,120)
#9C8869
(156,136,105)
#87765A
(135,118,90)
#72644B
(114,100,75)
#5D523C
(93,82,60)
#48402D
(72,64,45)
#332E1E
(51,46,30)
#1E1C0F
(30,28,15)
#000000
(0,0,0)

Tints of #F0D0A5

#F0D0A5
(240,208,165)
#F1D4AD
(241,212,173)
#F2D8B5
(242,216,181)
#F3DCBD
(243,220,189)
#F4E0C5
(244,224,197)
#F5E4CD
(245,228,205)
#F6E8D5
(246,232,213)
#F7ECDD
(247,236,221)
#F8F0E5
(248,240,229)
#F9F4ED
(249,244,237)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D0A5; }

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

This text font color is #F0D0A5.

Background Color

.myBgColor { background-color: #F0D0A5; }

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

This div background color is #F0D0A5.

Border color

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

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

This div border color is #F0D0A5.

Opacity

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

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

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

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

This text has shadow with #F0D0A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0D0A5.

Preview

Color preview on black background

This text has color #F0D0A5 on black background.


Color preview on white background

This text has color #F0D0A5 on white background.


Black color preview on #F0D0A5 background

This text has black color on #F0D0A5 background.


White color preview on #F0D0A5 background

This text has white color on #F0D0A5 background.


Related colors

Complementary color

Complementary color for #hex is #0F2F5A.


I love getcolorcode.com

Triadic colors

1 #A5F0D0 and #D0A5F0 with #F0D0A5 are triadic colors.

2 #A5D0F0 and #D0F0A5 with #F0D0A5 are triadic colors.