COLOR #F7C585

HEX: #F7C585
RGB: (247,197,133)

Color info

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

RGB color model

#F7C585 color RGB value is (247,197,133).

  • red value is 247;
  • green value is 197;
  • blue value is 133.
RGB:
(247,197,133)
(97%,77%,52%)

RGB channels and saturation

R 247 of 255 = 97%
G 197 of 255 = 77%
B 133 of 255 = 52%

247
197
133

R + G + B ~ 75%. #F7C585 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 197 + 133 = 577 (100%)
R 247 of 577 ~ 42.81%
G 197 of 577 ~ 34.14%
B 133 of 577 ~ 23.05%

%42.81
%34.14
%23.05

CMYK color model

#F7C585 color CMYK value is (0,20,46,3).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 46.15%
  • key color value is 3.14%
CMYK:
(0,20,46,3)
C0M20Y46K3 
(0%,20%,46%,3%)
(0.00/0.20/0.46/0.03)	

CMYK percentages

%0
%20.24
%46.15
%3.14

Codes

Color #F7C585 in popluar color models

F7C585
RGB247197133
HSL34°87.69%74.51%
HSB/HSV34°46.15%96.86%
CMYK0.00%20.24%46.15%
3.14%

Color #F7C585 in popluar number systems.

HEXF7C585
Decimal247197133
Binary111101111100010110000101
Octal367305205

Shades and tints

Shades of #F7C585

#F7C585
(247,197,133)
#E1B479
(225,180,121)
#CBA36D
(203,163,109)
#B59261
(181,146,97)
#9F8155
(159,129,85)
#897049
(137,112,73)
#735F3D
(115,95,61)
#5D4E31
(93,78,49)
#473D25
(71,61,37)
#312C19
(49,44,25)
#1B1B0D
(27,27,13)
#000000
(0,0,0)

Tints of #F7C585

#F7C585
(247,197,133)
#F7CA90
(247,202,144)
#F7CF9B
(247,207,155)
#F7D4A6
(247,212,166)
#F7D9B1
(247,217,177)
#F7DEBC
(247,222,188)
#F7E3C7
(247,227,199)
#F7E8D2
(247,232,210)
#F7EDDD
(247,237,221)
#F7F2E8
(247,242,232)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C585 color. Also use rgb(247,197,133) instead hex code.

Text Font Color

.myTextColor { color: #F7C585; }

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

This text font color is #F7C585.


Background Color

.myBgColor { background-color: #F7C585; }

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

This div background color is #F7C585.


Border color

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

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

This div border color is #F7C585.


Opacity

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

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

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

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

This text has shadow with #F7C585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C585 on black background.


Color preview on white background

This text has color #F7C585 on white background.



Black color preview on #F7C585 background

This text has black color on #F7C585 background.


White color preview on #F7C585 background

This text has white color on #F7C585 background.