COLOR #F2B883

HEX: #F2B883
RGB: (242,184,131)

Color info

#F2B883 contains mainly red and green colors. Web safe color of #F2B883 is #FFCC99 (or #FC9).

RGB color model

#F2B883 color RGB value is (242,184,131).

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

RGB channels and saturation

R 242 of 255 = 95%
G 184 of 255 = 72%
B 131 of 255 = 51%

242
184
131

R + G + B ~ 73%. #F2B883 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 184 + 131 = 557 (100%)
R 242 of 557 ~ 43.45%
G 184 of 557 ~ 33.03%
B 131 of 557 ~ 23.52%

%43.45
%33.03
%23.52

CMYK color model

#F2B883 color CMYK value is (0,24,46,5).

  • cyan value is 0.00%
  • magenta value is 23.97%
  • yellow value is 45.87%
  • key color value is 5.10%
CMYK:
(0,24,46,5)
C0M24Y46K5 
(0%,24%,46%,5%)
(0.00/0.24/0.46/0.05)	

CMYK percentages

%0
%23.97
%45.87
%5.1

Codes

Color #F2B883 in popluar color models

F2B883
RGB242184131
HSL29°81.02%73.14%
HSB/HSV29°45.87%94.90%
CMYK0.00%23.97%45.87%
5.10%

Color #F2B883 in popluar number systems.

HEXF2B883
Decimal242184131
Binary111100101011100010000011
Octal362270203

Shades and tints

Shades of #F2B883

#F2B883
(242,184,131)
#DCA878
(220,168,120)
#C6986D
(198,152,109)
#B08862
(176,136,98)
#9A7857
(154,120,87)
#84684C
(132,104,76)
#6E5841
(110,88,65)
#584836
(88,72,54)
#42382B
(66,56,43)
#2C2820
(44,40,32)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #F2B883

#F2B883
(242,184,131)
#F3BE8E
(243,190,142)
#F4C499
(244,196,153)
#F5CAA4
(245,202,164)
#F6D0AF
(246,208,175)
#F7D6BA
(247,214,186)
#F8DCC5
(248,220,197)
#F9E2D0
(249,226,208)
#FAE8DB
(250,232,219)
#FBEEE6
(251,238,230)
#FCF4F1
(252,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B883; }

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

This text font color is #F2B883.


Background Color

.myBgColor { background-color: #F2B883; }

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

This div background color is #F2B883.


Border color

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

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

This div border color is #F2B883.


Opacity

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

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

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

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

This text has shadow with #F2B883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B883 on black background.


Color preview on white background

This text has color #F2B883 on white background.



Black color preview on #F2B883 background

This text has black color on #F2B883 background.


White color preview on #F2B883 background

This text has white color on #F2B883 background.