COLOR #F0CD7F

HEX: #F0CD7F RGB: (240,205,127)

Color info

#F0CD7F contains mainly red and green colors. Web safe color of #F0CD7F is #FFCC66 (or #FC6).

RGB color model

#F0CD7F color RGB value is (240,205,127).

RGB: (240,205,127) (94%, 80%, 50%)

RGB channels and saturation

R 240 of 255 = 94%
G 205 of 255 = 80%
B 127 of 255 = 50%

240
205
127

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

Portions of RGB colors in percentages

R + G + B = 240 + 205 + 127 = 572 (100%)
R 240 of 572 ~ 41.96%
G 205 of 572 ~ 35.84%
B 127 of 572 ~ 22.2'%

%41.96
%35.84
%22.2

CMYK color model

#F0CD7F color CMYK value is (0,15,47,6).

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 47.08%
  • key color value is 5.88%

CMYK: (0,15,47,6)
C0M15Y47K6 (0%, 15%, 47%, 6%)
(0.00 / 0.15 / 0.47 / 0.06)

CMYK percentages

%0
%14.58
%47.08
%5.88

Codes

Color #F0CD7F in popluar color models

F0 CD 7F
RGB 240 205 127
HSL 41° 79.02% 71.96%
HSB/HSV 41° 47.08% 94.12%
CMYK 0.00% 14.58% 47.08%
5.88%

Color #F0CD7F in popluar number systems.

HEX F0 CD 7F
Decimal 240 205 127
Binary 11110000 11001101 1111111
Octal 360 315 177

Shades and tints

Shades of #F0CD7F

#F0CD7F
(240,205,127)
#DBBB74
(219,187,116)
#C6A969
(198,169,105)
#B1975E
(177,151,94)
#9C8553
(156,133,83)
#877348
(135,115,72)
#72613D
(114,97,61)
#5D4F32
(93,79,50)
#483D27
(72,61,39)
#332B1C
(51,43,28)
#1E1911
(30,25,17)
#000000
(0,0,0)

Tints of #F0CD7F

#F0CD7F
(240,205,127)
#F1D18A
(241,209,138)
#F2D595
(242,213,149)
#F3D9A0
(243,217,160)
#F4DDAB
(244,221,171)
#F5E1B6
(245,225,182)
#F6E5C1
(246,229,193)
#F7E9CC
(247,233,204)
#F8EDD7
(248,237,215)
#F9F1E2
(249,241,226)
#FAF5ED
(250,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CD7F; }

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

This text font color is #F0CD7F.

Background Color

.myBgColor { background-color: #F0CD7F; }

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

This div background color is #F0CD7F.

Border color

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

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

This div border color is #F0CD7F.

Opacity

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

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

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

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

This text has shadow with #F0CD7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CD7F.

Preview

Color preview on black background

This text has color #F0CD7F on black background.


Color preview on white background

This text has color #F0CD7F on white background.


Black color preview on #F0CD7F background

This text has black color on #F0CD7F background.


White color preview on #F0CD7F background

This text has white color on #F0CD7F background.


Related colors

Complementary color

Complementary color for #hex is #0F3280.


I love getcolorcode.com

Triadic colors

1 #7FF0CD and #CD7FF0 with #F0CD7F are triadic colors.

2 #7FCDF0 and #CDF07F with #F0CD7F are triadic colors.