COLOR #F7BC7E

HEX: #F7BC7E RGB: (247,188,126)

Color info

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

RGB color model

#F7BC7E color RGB value is (247,188,126).

RGB: (247,188,126) (97%, 74%, 49%)

RGB channels and saturation

R 247 of 255 = 97%
G 188 of 255 = 74%
B 126 of 255 = 49%

247
188
126

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

Portions of RGB colors in percentages

R + G + B = 247 + 188 + 126 = 561 (100%)
R 247 of 561 ~ 44.03%
G 188 of 561 ~ 33.51%
B 126 of 561 ~ 22.46'%

%44.03
%33.51
%22.46

CMYK color model

#F7BC7E color CMYK value is (0,24,49,3).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 48.99%
  • key color value is 3.14%

CMYK: (0,24,49,3)
C0M24Y49K3 (0%, 24%, 49%, 3%)
(0.00 / 0.24 / 0.49 / 0.03)

CMYK percentages

%0
%23.89
%48.99
%3.14

Codes

Color #F7BC7E in popluar color models

F7 BC 7E
RGB 247 188 126
HSL 31° 88.32% 73.14%
HSB/HSV 31° 48.99% 96.86%
CMYK 0.00% 23.89% 48.99%
3.14%

Color #F7BC7E in popluar number systems.

HEX F7 BC 7E
Decimal 247 188 126
Binary 11110111 10111100 1111110
Octal 367 274 176

Shades and tints

Shades of #F7BC7E

#F7BC7E
(247,188,126)
#E1AB73
(225,171,115)
#CB9A68
(203,154,104)
#B5895D
(181,137,93)
#9F7852
(159,120,82)
#896747
(137,103,71)
#73563C
(115,86,60)
#5D4531
(93,69,49)
#473426
(71,52,38)
#31231B
(49,35,27)
#1B1210
(27,18,16)
#000000
(0,0,0)

Tints of #F7BC7E

#F7BC7E
(247,188,126)
#F7C289
(247,194,137)
#F7C894
(247,200,148)
#F7CE9F
(247,206,159)
#F7D4AA
(247,212,170)
#F7DAB5
(247,218,181)
#F7E0C0
(247,224,192)
#F7E6CB
(247,230,203)
#F7ECD6
(247,236,214)
#F7F2E1
(247,242,225)
#F7F8EC
(247,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7BC7E color. Also use rgb(247,188,126) instead hex code.

Text Font Color

.myTextColor { color: #F7BC7E; }

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

This text font color is #F7BC7E.

Background Color

.myBgColor { background-color: #F7BC7E; }

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

This div background color is #F7BC7E.

Border color

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

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

This div border color is #F7BC7E.

Opacity

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

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

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

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

This text has shadow with #F7BC7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7BC7E.

Preview

Color preview on black background

This text has color #F7BC7E on black background.


Color preview on white background

This text has color #F7BC7E on white background.


Black color preview on #F7BC7E background

This text has black color on #F7BC7E background.


White color preview on #F7BC7E background

This text has white color on #F7BC7E background.


Related colors

Complementary color

Complementary color for #hex is #084381.


I love getcolorcode.com

Triadic colors

1 #7EF7BC and #BC7EF7 with #F7BC7E are triadic colors.

2 #7EBCF7 and #BCF77E with #F7BC7E are triadic colors.