COLOR #F7D39B

HEX: #F7D39B RGB: (247,211,155)

Color info

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

RGB color model

#F7D39B color RGB value is (247,211,155).

RGB: (247,211,155) (97%, 83%, 61%)

RGB channels and saturation

R 247 of 255 = 97%
G 211 of 255 = 83%
B 155 of 255 = 61%

247
211
155

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

Portions of RGB colors in percentages

R + G + B = 247 + 211 + 155 = 613 (100%)
R 247 of 613 ~ 40.29%
G 211 of 613 ~ 34.42%
B 155 of 613 ~ 25.29'%

%40.29
%34.42
%25.29

CMYK color model

#F7D39B color CMYK value is (0,15,37,3).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 37.25%
  • key color value is 3.14%

CMYK: (0,15,37,3)
C0M15Y37K3 (0%, 15%, 37%, 3%)
(0.00 / 0.15 / 0.37 / 0.03)

CMYK percentages

%0
%14.57
%37.25
%3.14

Codes

Color #F7D39B in popluar color models

F7 D3 9B
RGB 247 211 155
HSL 37° 85.19% 78.82%
HSB/HSV 37° 37.25% 96.86%
CMYK 0.00% 14.57% 37.25%
3.14%

Color #F7D39B in popluar number systems.

HEX F7 D3 9B
Decimal 247 211 155
Binary 11110111 11010011 10011011
Octal 367 323 233

Shades and tints

Shades of #F7D39B

#F7D39B
(247,211,155)
#E1C08D
(225,192,141)
#CBAD7F
(203,173,127)
#B59A71
(181,154,113)
#9F8763
(159,135,99)
#897455
(137,116,85)
#736147
(115,97,71)
#5D4E39
(93,78,57)
#473B2B
(71,59,43)
#31281D
(49,40,29)
#1B150F
(27,21,15)
#000000
(0,0,0)

Tints of #F7D39B

#F7D39B
(247,211,155)
#F7D7A4
(247,215,164)
#F7DBAD
(247,219,173)
#F7DFB6
(247,223,182)
#F7E3BF
(247,227,191)
#F7E7C8
(247,231,200)
#F7EBD1
(247,235,209)
#F7EFDA
(247,239,218)
#F7F3E3
(247,243,227)
#F7F7EC
(247,247,236)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D39B color. Also use rgb(247,211,155) instead hex code.

Text Font Color

.myTextColor { color: #F7D39B; }

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

This text font color is #F7D39B.

Background Color

.myBgColor { background-color: #F7D39B; }

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

This div background color is #F7D39B.

Border color

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

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

This div border color is #F7D39B.

Opacity

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

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

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

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

This text has shadow with #F7D39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7D39B.

Preview

Color preview on black background

This text has color #F7D39B on black background.


Color preview on white background

This text has color #F7D39B on white background.


Black color preview on #F7D39B background

This text has black color on #F7D39B background.


White color preview on #F7D39B background

This text has white color on #F7D39B background.


Related colors

Complementary color

Complementary color for #hex is #082C64.


I love getcolorcode.com

Triadic colors

1 #9BF7D3 and #D39BF7 with #F7D39B are triadic colors.

2 #9BD3F7 and #D3F79B with #F7D39B are triadic colors.