COLOR #F7D29F

HEX: #F7D29F RGB: (247,210,159)

Color info

#F7D29F contains mainly red and green colors. Web safe color of #F7D29F is #FFCC99 (or #FC9).

RGB color model

#F7D29F color RGB value is (247,210,159).

RGB: (247,210,159) (97%, 82%, 62%)

RGB channels and saturation

R 247 of 255 = 97%
G 210 of 255 = 82%
B 159 of 255 = 62%

247
210
159

R + G + B ~ 80%. #F7D29F is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 210 + 159 = 616 (100%)
R 247 of 616 ~ 40.1%
G 210 of 616 ~ 34.09%
B 159 of 616 ~ 25.81'%

%40.1
%34.09
%25.81

CMYK color model

#F7D29F color CMYK value is (0,15,36,3).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 35.63%
  • key color value is 3.14%

CMYK: (0,15,36,3)
C0M15Y36K3 (0%, 15%, 36%, 3%)
(0.00 / 0.15 / 0.36 / 0.03)

CMYK percentages

%0
%14.98
%35.63
%3.14

Codes

Color #F7D29F in popluar color models

F7 D2 9F
RGB 247 210 159
HSL 35° 84.62% 79.61%
HSB/HSV 35° 35.63% 96.86%
CMYK 0.00% 14.98% 35.63%
3.14%

Color #F7D29F in popluar number systems.

HEX F7 D2 9F
Decimal 247 210 159
Binary 11110111 11010010 10011111
Octal 367 322 237

Shades and tints

Shades of #F7D29F

#F7D29F
(247,210,159)
#E1BF91
(225,191,145)
#CBAC83
(203,172,131)
#B59975
(181,153,117)
#9F8667
(159,134,103)
#897359
(137,115,89)
#73604B
(115,96,75)
#5D4D3D
(93,77,61)
#473A2F
(71,58,47)
#312721
(49,39,33)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #F7D29F

#F7D29F
(247,210,159)
#F7D6A7
(247,214,167)
#F7DAAF
(247,218,175)
#F7DEB7
(247,222,183)
#F7E2BF
(247,226,191)
#F7E6C7
(247,230,199)
#F7EACF
(247,234,207)
#F7EED7
(247,238,215)
#F7F2DF
(247,242,223)
#F7F6E7
(247,246,231)
#F7FAEF
(247,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D29F color. Also use rgb(247,210,159) instead hex code.

Text Font Color

.myTextColor { color: #F7D29F; }

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

This text font color is #F7D29F.

Background Color

.myBgColor { background-color: #F7D29F; }

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

This div background color is #F7D29F.

Border color

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

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

This div border color is #F7D29F.

Opacity

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

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

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

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

This text has shadow with #F7D29F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7D29F.

Preview

Color preview on black background

This text has color #F7D29F on black background.


Color preview on white background

This text has color #F7D29F on white background.


Black color preview on #F7D29F background

This text has black color on #F7D29F background.


White color preview on #F7D29F background

This text has white color on #F7D29F background.


Related colors

Complementary color

Complementary color for #hex is #082D60.


I love getcolorcode.com

Triadic colors

1 #9FF7D2 and #D29FF7 with #F7D29F are triadic colors.

2 #9FD2F7 and #D2F79F with #F7D29F are triadic colors.