COLOR #F7DC7F

HEX: #F7DC7F
RGB: (247,220,127)

Color info

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

RGB color model

#F7DC7F color RGB value is (247,220,127).

  • red value is 247;
  • green value is 220;
  • blue value is 127.
RGB:
(247,220,127)
(97%,86%,50%)

RGB channels and saturation

R 247 of 255 = 97%
G 220 of 255 = 86%
B 127 of 255 = 50%

247
220
127

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

Portions of RGB colors in percentages

R + G + B =
247 + 220 + 127 = 594 (100%)
R 247 of 594 ~ 41.58%
G 220 of 594 ~ 37.04%
B 127 of 594 ~ 21.38%

%41.58
%37.04
%21.38

CMYK color model

#F7DC7F color CMYK value is (0,11,49,3).

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 48.58%
  • key color value is 3.14%
CMYK:
(0,11,49,3)
C0M11Y49K3 
(0%,11%,49%,3%)
(0.00/0.11/0.49/0.03)	

CMYK percentages

%0
%10.93
%48.58
%3.14

Codes

Color #F7DC7F in popluar color models

F7DC7F
RGB247220127
HSL47°88.24%73.33%
HSB/HSV47°48.58%96.86%
CMYK0.00%10.93%48.58%
3.14%

Color #F7DC7F in popluar number systems.

HEXF7DC7F
Decimal247220127
Binary11110111110111001111111
Octal367334177

Shades and tints

Shades of #F7DC7F

#F7DC7F
(247,220,127)
#E1C874
(225,200,116)
#CBB469
(203,180,105)
#B5A05E
(181,160,94)
#9F8C53
(159,140,83)
#897848
(137,120,72)
#73643D
(115,100,61)
#5D5032
(93,80,50)
#473C27
(71,60,39)
#31281C
(49,40,28)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #F7DC7F

#F7DC7F
(247,220,127)
#F7DF8A
(247,223,138)
#F7E295
(247,226,149)
#F7E5A0
(247,229,160)
#F7E8AB
(247,232,171)
#F7EBB6
(247,235,182)
#F7EEC1
(247,238,193)
#F7F1CC
(247,241,204)
#F7F4D7
(247,244,215)
#F7F7E2
(247,247,226)
#F7FAED
(247,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DC7F color. Also use rgb(247,220,127) instead hex code.

Text Font Color

.myTextColor { color: #F7DC7F; }

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

This text font color is #F7DC7F.


Background Color

.myBgColor { background-color: #F7DC7F; }

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

This div background color is #F7DC7F.


Border color

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

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

This div border color is #F7DC7F.


Opacity

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

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

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

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

This text has shadow with #F7DC7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DC7F on black background.


Color preview on white background

This text has color #F7DC7F on white background.



Black color preview on #F7DC7F background

This text has black color on #F7DC7F background.


White color preview on #F7DC7F background

This text has white color on #F7DC7F background.