COLOR #F59B8A

HEX: #F59B8A
RGB: (245,155,138)

Color info

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

RGB color model

#F59B8A color RGB value is (245,155,138).

  • red value is 245;
  • green value is 155;
  • blue value is 138.
RGB:
(245,155,138)
(96%,61%,54%)

RGB channels and saturation

R 245 of 255 = 96%
G 155 of 255 = 61%
B 138 of 255 = 54%

245
155
138

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

Portions of RGB colors in percentages

R + G + B =
245 + 155 + 138 = 538 (100%)
R 245 of 538 ~ 45.54%
G 155 of 538 ~ 28.81%
B 138 of 538 ~ 25.65%

%45.54
%28.81
%25.65

CMYK color model

#F59B8A color CMYK value is (0,37,44,4).

  • cyan value is 0.00%
  • magenta value is 36.73%
  • yellow value is 43.67%
  • key color value is 3.92%
CMYK:
(0,37,44,4)
C0M37Y44K4 
(0%,37%,44%,4%)
(0.00/0.37/0.44/0.04)	

CMYK percentages

%0
%36.73
%43.67
%3.92

Codes

Color #F59B8A in popluar color models

F59B8A
RGB245155138
HSL10°84.25%75.10%
HSB/HSV10°43.67%96.08%
CMYK0.00%36.73%43.67%
3.92%

Color #F59B8A in popluar number systems.

HEXF59B8A
Decimal245155138
Binary111101011001101110001010
Octal365233212

Shades and tints

Shades of #F59B8A

#F59B8A
(245,155,138)
#DF8D7E
(223,141,126)
#C97F72
(201,127,114)
#B37166
(179,113,102)
#9D635A
(157,99,90)
#87554E
(135,85,78)
#714742
(113,71,66)
#5B3936
(91,57,54)
#452B2A
(69,43,42)
#2F1D1E
(47,29,30)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #F59B8A

#F59B8A
(245,155,138)
#F5A494
(245,164,148)
#F5AD9E
(245,173,158)
#F5B6A8
(245,182,168)
#F5BFB2
(245,191,178)
#F5C8BC
(245,200,188)
#F5D1C6
(245,209,198)
#F5DAD0
(245,218,208)
#F5E3DA
(245,227,218)
#F5ECE4
(245,236,228)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59B8A color. Also use rgb(245,155,138) instead hex code.

Text Font Color

.myTextColor { color: #F59B8A; }

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

This text font color is #F59B8A.


Background Color

.myBgColor { background-color: #F59B8A; }

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

This div background color is #F59B8A.


Border color

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

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

This div border color is #F59B8A.


Opacity

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

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

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

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

This text has shadow with #F59B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59B8A on black background.


Color preview on white background

This text has color #F59B8A on white background.



Black color preview on #F59B8A background

This text has black color on #F59B8A background.


White color preview on #F59B8A background

This text has white color on #F59B8A background.