COLOR #F2B572

HEX: #F2B572
RGB: (242,181,114)

Color info

#F2B572 contains mainly red color. Web safe color of #F2B572 is #FFCC66 (or #FC6).

RGB color model

#F2B572 color RGB value is (242,181,114).

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

RGB channels and saturation

R 242 of 255 = 95%
G 181 of 255 = 71%
B 114 of 255 = 45%

242
181
114

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

Portions of RGB colors in percentages

R + G + B =
242 + 181 + 114 = 537 (100%)
R 242 of 537 ~ 45.07%
G 181 of 537 ~ 33.71%
B 114 of 537 ~ 21.23%

%45.07
%33.71
%21.23

CMYK color model

#F2B572 color CMYK value is (0,25,53,5).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 52.89%
  • key color value is 5.10%
CMYK:
(0,25,53,5)
C0M25Y53K5 
(0%,25%,53%,5%)
(0.00/0.25/0.53/0.05)	

CMYK percentages

%0
%25.21
%52.89
%5.1

Codes

Color #F2B572 in popluar color models

F2B572
RGB242181114
HSL31°83.12%69.80%
HSB/HSV31°52.89%94.90%
CMYK0.00%25.21%52.89%
5.10%

Color #F2B572 in popluar number systems.

HEXF2B572
Decimal242181114
Binary11110010101101011110010
Octal362265162

Shades and tints

Shades of #F2B572

#F2B572
(242,181,114)
#DCA568
(220,165,104)
#C6955E
(198,149,94)
#B08554
(176,133,84)
#9A754A
(154,117,74)
#846540
(132,101,64)
#6E5536
(110,85,54)
#58452C
(88,69,44)
#423522
(66,53,34)
#2C2518
(44,37,24)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #F2B572

#F2B572
(242,181,114)
#F3BB7E
(243,187,126)
#F4C18A
(244,193,138)
#F5C796
(245,199,150)
#F6CDA2
(246,205,162)
#F7D3AE
(247,211,174)
#F8D9BA
(248,217,186)
#F9DFC6
(249,223,198)
#FAE5D2
(250,229,210)
#FBEBDE
(251,235,222)
#FCF1EA
(252,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B572; }

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

This text font color is #F2B572.


Background Color

.myBgColor { background-color: #F2B572; }

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

This div background color is #F2B572.


Border color

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

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

This div border color is #F2B572.


Opacity

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

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

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

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

This text has shadow with #F2B572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B572 on black background.


Color preview on white background

This text has color #F2B572 on white background.



Black color preview on #F2B572 background

This text has black color on #F2B572 background.


White color preview on #F2B572 background

This text has white color on #F2B572 background.