COLOR #F7DC5E

HEX: #F7DC5E
RGB: (247,220,94)

Color info

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

RGB color model

#F7DC5E color RGB value is (247,220,94).

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

RGB channels and saturation

R 247 of 255 = 97%
G 220 of 255 = 86%
B 94 of 255 = 37%

247
220
94

R + G + B ~ 73%. #F7DC5E is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 220 + 94 = 561 (100%)
R 247 of 561 ~ 44.03%
G 220 of 561 ~ 39.22%
B 94 of 561 ~ 16.76%

%44.03
%39.22
%16.76

CMYK color model

#F7DC5E color CMYK value is (0,11,62,3).

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 61.94%
  • key color value is 3.14%
CMYK:
(0,11,62,3)
C0M11Y62K3 
(0%,11%,62%,3%)
(0.00/0.11/0.62/0.03)	

CMYK percentages

%0
%10.93
%61.94
%3.14

Codes

Color #F7DC5E in popluar color models

F7DC5E
RGB24722094
HSL49°90.53%66.86%
HSB/HSV49°61.94%96.86%
CMYK0.00%10.93%61.94%
3.14%

Color #F7DC5E in popluar number systems.

HEXF7DC5E
Decimal24722094
Binary11110111110111001011110
Octal367334136

Shades and tints

Shades of #F7DC5E

#F7DC5E
(247,220,94)
#E1C856
(225,200,86)
#CBB44E
(203,180,78)
#B5A046
(181,160,70)
#9F8C3E
(159,140,62)
#897836
(137,120,54)
#73642E
(115,100,46)
#5D5026
(93,80,38)
#473C1E
(71,60,30)
#312816
(49,40,22)
#1B140E
(27,20,14)
#000000
(0,0,0)

Tints of #F7DC5E

#F7DC5E
(247,220,94)
#F7DF6C
(247,223,108)
#F7E27A
(247,226,122)
#F7E588
(247,229,136)
#F7E896
(247,232,150)
#F7EBA4
(247,235,164)
#F7EEB2
(247,238,178)
#F7F1C0
(247,241,192)
#F7F4CE
(247,244,206)
#F7F7DC
(247,247,220)
#F7FAEA
(247,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DC5E; }

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

This text font color is #F7DC5E.


Background Color

.myBgColor { background-color: #F7DC5E; }

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

This div background color is #F7DC5E.


Border color

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

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

This div border color is #F7DC5E.


Opacity

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

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

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

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

This text has shadow with #F7DC5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DC5E on black background.


Color preview on white background

This text has color #F7DC5E on white background.



Black color preview on #F7DC5E background

This text has black color on #F7DC5E background.


White color preview on #F7DC5E background

This text has white color on #F7DC5E background.