COLOR #F7CD73

HEX: #F7CD73
RGB: (247,205,115)

Color info

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

RGB color model

#F7CD73 color RGB value is (247,205,115).

  • red value is 247;
  • green value is 205;
  • blue value is 115.
RGB:
(247,205,115)
(97%,80%,45%)

RGB channels and saturation

R 247 of 255 = 97%
G 205 of 255 = 80%
B 115 of 255 = 45%

247
205
115

R + G + B ~ 74%. #F7CD73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 205 + 115 = 567 (100%)
R 247 of 567 ~ 43.56%
G 205 of 567 ~ 36.16%
B 115 of 567 ~ 20.28%

%43.56
%36.16
%20.28

CMYK color model

#F7CD73 color CMYK value is (0,17,53,3).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 53.44%
  • key color value is 3.14%
CMYK:
(0,17,53,3)
C0M17Y53K3 
(0%,17%,53%,3%)
(0.00/0.17/0.53/0.03)	

CMYK percentages

%0
%17
%53.44
%3.14

Codes

Color #F7CD73 in popluar color models

F7CD73
RGB247205115
HSL41°89.19%70.98%
HSB/HSV41°53.44%96.86%
CMYK0.00%17.00%53.44%
3.14%

Color #F7CD73 in popluar number systems.

HEXF7CD73
Decimal247205115
Binary11110111110011011110011
Octal367315163

Shades and tints

Shades of #F7CD73

#F7CD73
(247,205,115)
#E1BB69
(225,187,105)
#CBA95F
(203,169,95)
#B59755
(181,151,85)
#9F854B
(159,133,75)
#897341
(137,115,65)
#736137
(115,97,55)
#5D4F2D
(93,79,45)
#473D23
(71,61,35)
#312B19
(49,43,25)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #F7CD73

#F7CD73
(247,205,115)
#F7D17F
(247,209,127)
#F7D58B
(247,213,139)
#F7D997
(247,217,151)
#F7DDA3
(247,221,163)
#F7E1AF
(247,225,175)
#F7E5BB
(247,229,187)
#F7E9C7
(247,233,199)
#F7EDD3
(247,237,211)
#F7F1DF
(247,241,223)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CD73 color. Also use rgb(247,205,115) instead hex code.

Text Font Color

.myTextColor { color: #F7CD73; }

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

This text font color is #F7CD73.


Background Color

.myBgColor { background-color: #F7CD73; }

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

This div background color is #F7CD73.


Border color

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

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

This div border color is #F7CD73.


Opacity

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

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

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

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

This text has shadow with #F7CD73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CD73 on black background.


Color preview on white background

This text has color #F7CD73 on white background.



Black color preview on #F7CD73 background

This text has black color on #F7CD73 background.


White color preview on #F7CD73 background

This text has white color on #F7CD73 background.