COLOR #F2B87E

HEX: #F2B87E
RGB: (242,184,126)

Color info

#F2B87E contains mainly red and green colors. Web safe color of #F2B87E is #FFCC66 (or #FC6).

RGB color model

#F2B87E color RGB value is (242,184,126).

  • red value is 242;
  • green value is 184;
  • blue value is 126.
RGB:
(242,184,126)
(95%,72%,49%)

RGB channels and saturation

R 242 of 255 = 95%
G 184 of 255 = 72%
B 126 of 255 = 49%

242
184
126

R + G + B ~ 72%. #F2B87E is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 184 + 126 = 552 (100%)
R 242 of 552 ~ 43.84%
G 184 of 552 ~ 33.33%
B 126 of 552 ~ 22.83%

%43.84
%33.33
%22.83

CMYK color model

#F2B87E color CMYK value is (0,24,48,5).

  • cyan value is 0.00%
  • magenta value is 23.97%
  • yellow value is 47.93%
  • key color value is 5.10%
CMYK:
(0,24,48,5)
C0M24Y48K5 
(0%,24%,48%,5%)
(0.00/0.24/0.48/0.05)	

CMYK percentages

%0
%23.97
%47.93
%5.1

Codes

Color #F2B87E in popluar color models

F2B87E
RGB242184126
HSL30°81.69%72.16%
HSB/HSV30°47.93%94.90%
CMYK0.00%23.97%47.93%
5.10%

Color #F2B87E in popluar number systems.

HEXF2B87E
Decimal242184126
Binary11110010101110001111110
Octal362270176

Shades and tints

Shades of #F2B87E

#F2B87E
(242,184,126)
#DCA873
(220,168,115)
#C69868
(198,152,104)
#B0885D
(176,136,93)
#9A7852
(154,120,82)
#846847
(132,104,71)
#6E583C
(110,88,60)
#584831
(88,72,49)
#423826
(66,56,38)
#2C281B
(44,40,27)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #F2B87E

#F2B87E
(242,184,126)
#F3BE89
(243,190,137)
#F4C494
(244,196,148)
#F5CA9F
(245,202,159)
#F6D0AA
(246,208,170)
#F7D6B5
(247,214,181)
#F8DCC0
(248,220,192)
#F9E2CB
(249,226,203)
#FAE8D6
(250,232,214)
#FBEEE1
(251,238,225)
#FCF4EC
(252,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B87E color. Also use rgb(242,184,126) instead hex code.

Text Font Color

.myTextColor { color: #F2B87E; }

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

This text font color is #F2B87E.


Background Color

.myBgColor { background-color: #F2B87E; }

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

This div background color is #F2B87E.


Border color

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

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

This div border color is #F2B87E.


Opacity

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

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

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

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

This text has shadow with #F2B87E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B87E on black background.


Color preview on white background

This text has color #F2B87E on white background.



Black color preview on #F2B87E background

This text has black color on #F2B87E background.


White color preview on #F2B87E background

This text has white color on #F2B87E background.