COLOR #F59D7C

HEX: #F59D7C
RGB: (245,157,124)

Color info

#F59D7C contains mainly red color. Web safe color of #F59D7C is #FF9966 (or #F96).

RGB color model

#F59D7C color RGB value is (245,157,124).

  • red value is 245;
  • green value is 157;
  • blue value is 124.
RGB:
(245,157,124)
(96%,62%,49%)

RGB channels and saturation

R 245 of 255 = 96%
G 157 of 255 = 62%
B 124 of 255 = 49%

245
157
124

R + G + B ~ 69%. #F59D7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 157 + 124 = 526 (100%)
R 245 of 526 ~ 46.58%
G 157 of 526 ~ 29.85%
B 124 of 526 ~ 23.57%

%46.58
%29.85
%23.57

CMYK color model

#F59D7C color CMYK value is (0,36,49,4).

  • cyan value is 0.00%
  • magenta value is 35.92%
  • yellow value is 49.39%
  • key color value is 3.92%
CMYK:
(0,36,49,4)
C0M36Y49K4 
(0%,36%,49%,4%)
(0.00/0.36/0.49/0.04)	

CMYK percentages

%0
%35.92
%49.39
%3.92

Codes

Color #F59D7C in popluar color models

F59D7C
RGB245157124
HSL16°85.82%72.35%
HSB/HSV16°49.39%96.08%
CMYK0.00%35.92%49.39%
3.92%

Color #F59D7C in popluar number systems.

HEXF59D7C
Decimal245157124
Binary11110101100111011111100
Octal365235174

Shades and tints

Shades of #F59D7C

#F59D7C
(245,157,124)
#DF8F71
(223,143,113)
#C98166
(201,129,102)
#B3735B
(179,115,91)
#9D6550
(157,101,80)
#875745
(135,87,69)
#71493A
(113,73,58)
#5B3B2F
(91,59,47)
#452D24
(69,45,36)
#2F1F19
(47,31,25)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #F59D7C

#F59D7C
(245,157,124)
#F5A587
(245,165,135)
#F5AD92
(245,173,146)
#F5B59D
(245,181,157)
#F5BDA8
(245,189,168)
#F5C5B3
(245,197,179)
#F5CDBE
(245,205,190)
#F5D5C9
(245,213,201)
#F5DDD4
(245,221,212)
#F5E5DF
(245,229,223)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59D7C color. Also use rgb(245,157,124) instead hex code.

Text Font Color

.myTextColor { color: #F59D7C; }

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

This text font color is #F59D7C.


Background Color

.myBgColor { background-color: #F59D7C; }

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

This div background color is #F59D7C.


Border color

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

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

This div border color is #F59D7C.


Opacity

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

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

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

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

This text has shadow with #F59D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59D7C on black background.


Color preview on white background

This text has color #F59D7C on white background.



Black color preview on #F59D7C background

This text has black color on #F59D7C background.


White color preview on #F59D7C background

This text has white color on #F59D7C background.