COLOR #F59F86

HEX: #F59F86
RGB: (245,159,134)

Color info

#F59F86 contains mainly red color. Web safe color of #F59F86 is #FF9999 (or #F99).

RGB color model

#F59F86 color RGB value is (245,159,134).

  • red value is 245;
  • green value is 159;
  • blue value is 134.
RGB:
(245,159,134)
(96%,62%,53%)

RGB channels and saturation

R 245 of 255 = 96%
G 159 of 255 = 62%
B 134 of 255 = 53%

245
159
134

R + G + B ~ 70%. #F59F86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 159 + 134 = 538 (100%)
R 245 of 538 ~ 45.54%
G 159 of 538 ~ 29.55%
B 134 of 538 ~ 24.91%

%45.54
%29.55
%24.91

CMYK color model

#F59F86 color CMYK value is (0,35,45,4).

  • cyan value is 0.00%
  • magenta value is 35.10%
  • yellow value is 45.31%
  • key color value is 3.92%
CMYK:
(0,35,45,4)
C0M35Y45K4 
(0%,35%,45%,4%)
(0.00/0.35/0.45/0.04)	

CMYK percentages

%0
%35.1
%45.31
%3.92

Codes

Color #F59F86 in popluar color models

F59F86
RGB245159134
HSL14°84.73%74.31%
HSB/HSV14°45.31%96.08%
CMYK0.00%35.10%45.31%
3.92%

Color #F59F86 in popluar number systems.

HEXF59F86
Decimal245159134
Binary111101011001111110000110
Octal365237206

Shades and tints

Shades of #F59F86

#F59F86
(245,159,134)
#DF917A
(223,145,122)
#C9836E
(201,131,110)
#B37562
(179,117,98)
#9D6756
(157,103,86)
#87594A
(135,89,74)
#714B3E
(113,75,62)
#5B3D32
(91,61,50)
#452F26
(69,47,38)
#2F211A
(47,33,26)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #F59F86

#F59F86
(245,159,134)
#F5A791
(245,167,145)
#F5AF9C
(245,175,156)
#F5B7A7
(245,183,167)
#F5BFB2
(245,191,178)
#F5C7BD
(245,199,189)
#F5CFC8
(245,207,200)
#F5D7D3
(245,215,211)
#F5DFDE
(245,223,222)
#F5E7E9
(245,231,233)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59F86 color. Also use rgb(245,159,134) instead hex code.

Text Font Color

.myTextColor { color: #F59F86; }

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

This text font color is #F59F86.


Background Color

.myBgColor { background-color: #F59F86; }

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

This div background color is #F59F86.


Border color

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

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

This div border color is #F59F86.


Opacity

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

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

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

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

This text has shadow with #F59F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59F86 on black background.


Color preview on white background

This text has color #F59F86 on white background.



Black color preview on #F59F86 background

This text has black color on #F59F86 background.


White color preview on #F59F86 background

This text has white color on #F59F86 background.