COLOR #F7DA74

HEX: #F7DA74
RGB: (247,218,116)

Color info

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

RGB color model

#F7DA74 color RGB value is (247,218,116).

  • red value is 247;
  • green value is 218;
  • blue value is 116.
RGB:
(247,218,116)
(97%,85%,45%)

RGB channels and saturation

R 247 of 255 = 97%
G 218 of 255 = 85%
B 116 of 255 = 45%

247
218
116

R + G + B ~ 76%. #F7DA74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 218 + 116 = 581 (100%)
R 247 of 581 ~ 42.51%
G 218 of 581 ~ 37.52%
B 116 of 581 ~ 19.97%

%42.51
%37.52
%19.97

CMYK color model

#F7DA74 color CMYK value is (0,12,53,3).

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 53.04%
  • key color value is 3.14%
CMYK:
(0,12,53,3)
C0M12Y53K3 
(0%,12%,53%,3%)
(0.00/0.12/0.53/0.03)	

CMYK percentages

%0
%11.74
%53.04
%3.14

Codes

Color #F7DA74 in popluar color models

F7DA74
RGB247218116
HSL47°89.12%71.18%
HSB/HSV47°53.04%96.86%
CMYK0.00%11.74%53.04%
3.14%

Color #F7DA74 in popluar number systems.

HEXF7DA74
Decimal247218116
Binary11110111110110101110100
Octal367332164

Shades and tints

Shades of #F7DA74

#F7DA74
(247,218,116)
#E1C76A
(225,199,106)
#CBB460
(203,180,96)
#B5A156
(181,161,86)
#9F8E4C
(159,142,76)
#897B42
(137,123,66)
#736838
(115,104,56)
#5D552E
(93,85,46)
#474224
(71,66,36)
#312F1A
(49,47,26)
#1B1C10
(27,28,16)
#000000
(0,0,0)

Tints of #F7DA74

#F7DA74
(247,218,116)
#F7DD80
(247,221,128)
#F7E08C
(247,224,140)
#F7E398
(247,227,152)
#F7E6A4
(247,230,164)
#F7E9B0
(247,233,176)
#F7ECBC
(247,236,188)
#F7EFC8
(247,239,200)
#F7F2D4
(247,242,212)
#F7F5E0
(247,245,224)
#F7F8EC
(247,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DA74 color. Also use rgb(247,218,116) instead hex code.

Text Font Color

.myTextColor { color: #F7DA74; }

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

This text font color is #F7DA74.


Background Color

.myBgColor { background-color: #F7DA74; }

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

This div background color is #F7DA74.


Border color

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

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

This div border color is #F7DA74.


Opacity

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

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

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

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

This text has shadow with #F7DA74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DA74 on black background.


Color preview on white background

This text has color #F7DA74 on white background.



Black color preview on #F7DA74 background

This text has black color on #F7DA74 background.


White color preview on #F7DA74 background

This text has white color on #F7DA74 background.