COLOR #F7B57C

HEX: #F7B57C RGB: (247,181,124)

Color info

#F7B57C contains mainly red color. Web safe color of #F7B57C is #FFCC66 (or #FC6).

RGB color model

#F7B57C color RGB value is (247,181,124).

RGB: (247,181,124) (97%, 71%, 49%)

RGB channels and saturation

R 247 of 255 = 97%
G 181 of 255 = 71%
B 124 of 255 = 49%

247
181
124

R + G + B ~ 72%. #F7B57C is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 181 + 124 = 552 (100%)
R 247 of 552 ~ 44.75%
G 181 of 552 ~ 32.79%
B 124 of 552 ~ 22.46'%

%44.75
%32.79
%22.46

CMYK color model

#F7B57C color CMYK value is (0,27,50,3).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 49.80%
  • key color value is 3.14%

CMYK: (0,27,50,3)
C0M27Y50K3 (0%, 27%, 50%, 3%)
(0.00 / 0.27 / 0.50 / 0.03)

CMYK percentages

%0
%26.72
%49.8
%3.14

Codes

Color #F7B57C in popluar color models

F7 B5 7C
RGB 247 181 124
HSL 28° 88.49% 72.75%
HSB/HSV 28° 49.80% 96.86%
CMYK 0.00% 26.72% 49.80%
3.14%

Color #F7B57C in popluar number systems.

HEX F7 B5 7C
Decimal 247 181 124
Binary 11110111 10110101 1111100
Octal 367 265 174

Shades and tints

Shades of #F7B57C

#F7B57C
(247,181,124)
#E1A571
(225,165,113)
#CB9566
(203,149,102)
#B5855B
(181,133,91)
#9F7550
(159,117,80)
#896545
(137,101,69)
#73553A
(115,85,58)
#5D452F
(93,69,47)
#473524
(71,53,36)
#312519
(49,37,25)
#1B150E
(27,21,14)
#000000
(0,0,0)

Tints of #F7B57C

#F7B57C
(247,181,124)
#F7BB87
(247,187,135)
#F7C192
(247,193,146)
#F7C79D
(247,199,157)
#F7CDA8
(247,205,168)
#F7D3B3
(247,211,179)
#F7D9BE
(247,217,190)
#F7DFC9
(247,223,201)
#F7E5D4
(247,229,212)
#F7EBDF
(247,235,223)
#F7F1EA
(247,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B57C color. Also use rgb(247,181,124) instead hex code.

Text Font Color

.myTextColor { color: #F7B57C; }

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

This text font color is #F7B57C.

Background Color

.myBgColor { background-color: #F7B57C; }

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

This div background color is #F7B57C.

Border color

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

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

This div border color is #F7B57C.

Opacity

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

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

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

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

This text has shadow with #F7B57C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7B57C.

Preview

Color preview on black background

This text has color #F7B57C on black background.


Color preview on white background

This text has color #F7B57C on white background.


Black color preview on #F7B57C background

This text has black color on #F7B57C background.


White color preview on #F7B57C background

This text has white color on #F7B57C background.


Related colors

Complementary color

Complementary color for #hex is #084A83.


I love getcolorcode.com

Triadic colors

1 #7CF7B5 and #B57CF7 with #F7B57C are triadic colors.

2 #7CB5F7 and #B5F77C with #F7B57C are triadic colors.