COLOR #F2B59D

HEX: #F2B59D
RGB: (242,181,157)

Color info

#F2B59D contains mainly red color. Web safe color of #F2B59D is #FFCC99 (or #FC9).

RGB color model

#F2B59D color RGB value is (242,181,157).

  • red value is 242;
  • green value is 181;
  • blue value is 157.
RGB:
(242,181,157)
(95%,71%,62%)

RGB channels and saturation

R 242 of 255 = 95%
G 181 of 255 = 71%
B 157 of 255 = 62%

242
181
157

R + G + B ~ 76%. #F2B59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 181 + 157 = 580 (100%)
R 242 of 580 ~ 41.72%
G 181 of 580 ~ 31.21%
B 157 of 580 ~ 27.07%

%41.72
%31.21
%27.07

CMYK color model

#F2B59D color CMYK value is (0,25,35,5).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 35.12%
  • key color value is 5.10%
CMYK:
(0,25,35,5)
C0M25Y35K5 
(0%,25%,35%,5%)
(0.00/0.25/0.35/0.05)	

CMYK percentages

%0
%25.21
%35.12
%5.1

Codes

Color #F2B59D in popluar color models

F2B59D
RGB242181157
HSL17°76.58%78.24%
HSB/HSV17°35.12%94.90%
CMYK0.00%25.21%35.12%
5.10%

Color #F2B59D in popluar number systems.

HEXF2B59D
Decimal242181157
Binary111100101011010110011101
Octal362265235

Shades and tints

Shades of #F2B59D

#F2B59D
(242,181,157)
#DCA58F
(220,165,143)
#C69581
(198,149,129)
#B08573
(176,133,115)
#9A7565
(154,117,101)
#846557
(132,101,87)
#6E5549
(110,85,73)
#58453B
(88,69,59)
#42352D
(66,53,45)
#2C251F
(44,37,31)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #F2B59D

#F2B59D
(242,181,157)
#F3BBA5
(243,187,165)
#F4C1AD
(244,193,173)
#F5C7B5
(245,199,181)
#F6CDBD
(246,205,189)
#F7D3C5
(247,211,197)
#F8D9CD
(248,217,205)
#F9DFD5
(249,223,213)
#FAE5DD
(250,229,221)
#FBEBE5
(251,235,229)
#FCF1ED
(252,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B59D color. Also use rgb(242,181,157) instead hex code.

Text Font Color

.myTextColor { color: #F2B59D; }

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

This text font color is #F2B59D.


Background Color

.myBgColor { background-color: #F2B59D; }

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

This div background color is #F2B59D.


Border color

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

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

This div border color is #F2B59D.


Opacity

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

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

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

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

This text has shadow with #F2B59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B59D on black background.


Color preview on white background

This text has color #F2B59D on white background.



Black color preview on #F2B59D background

This text has black color on #F2B59D background.


White color preview on #F2B59D background

This text has white color on #F2B59D background.