COLOR #F0D295

HEX: #F0D295 RGB: (240,210,149)

Color info

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

RGB color model

#F0D295 color RGB value is (240,210,149).

RGB: (240,210,149) (94%, 82%, 58%)

RGB channels and saturation

R 240 of 255 = 94%
G 210 of 255 = 82%
B 149 of 255 = 58%

240
210
149

R + G + B ~ 78%. #F0D295 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 210 + 149 = 599 (100%)
R 240 of 599 ~ 40.07%
G 210 of 599 ~ 35.06%
B 149 of 599 ~ 24.87'%

%40.07
%35.06
%24.87

CMYK color model

#F0D295 color CMYK value is (0,13,38,6).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 37.92%
  • key color value is 5.88%

CMYK: (0,13,38,6)
C0M13Y38K6 (0%, 13%, 38%, 6%)
(0.00 / 0.13 / 0.38 / 0.06)

CMYK percentages

%0
%12.5
%37.92
%5.88

Codes

Color #F0D295 in popluar color models

F0 D2 95
RGB 240 210 149
HSL 40° 75.21% 76.27%
HSB/HSV 40° 37.92% 94.12%
CMYK 0.00% 12.50% 37.92%
5.88%

Color #F0D295 in popluar number systems.

HEX F0 D2 95
Decimal 240 210 149
Binary 11110000 11010010 10010101
Octal 360 322 225

Shades and tints

Shades of #F0D295

#F0D295
(240,210,149)
#DBBF88
(219,191,136)
#C6AC7B
(198,172,123)
#B1996E
(177,153,110)
#9C8661
(156,134,97)
#877354
(135,115,84)
#726047
(114,96,71)
#5D4D3A
(93,77,58)
#483A2D
(72,58,45)
#332720
(51,39,32)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #F0D295

#F0D295
(240,210,149)
#F1D69E
(241,214,158)
#F2DAA7
(242,218,167)
#F3DEB0
(243,222,176)
#F4E2B9
(244,226,185)
#F5E6C2
(245,230,194)
#F6EACB
(246,234,203)
#F7EED4
(247,238,212)
#F8F2DD
(248,242,221)
#F9F6E6
(249,246,230)
#FAFAEF
(250,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D295 color. Also use rgb(240,210,149) instead hex code.

Text Font Color

.myTextColor { color: #F0D295; }

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

This text font color is #F0D295.

Background Color

.myBgColor { background-color: #F0D295; }

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

This div background color is #F0D295.

Border color

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

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

This div border color is #F0D295.

Opacity

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

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

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

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

This text has shadow with #F0D295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0D295.

Preview

Color preview on black background

This text has color #F0D295 on black background.


Color preview on white background

This text has color #F0D295 on white background.


Black color preview on #F0D295 background

This text has black color on #F0D295 background.


White color preview on #F0D295 background

This text has white color on #F0D295 background.


Related colors

Complementary color

Complementary color for #hex is #0F2D6A.


I love getcolorcode.com

Triadic colors

1 #95F0D2 and #D295F0 with #F0D295 are triadic colors.

2 #95D2F0 and #D2F095 with #F0D295 are triadic colors.