COLOR #F2BF6F

HEX: #F2BF6F
RGB: (242,191,111)

Color info

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

RGB color model

#F2BF6F color RGB value is (242,191,111).

  • red value is 242;
  • green value is 191;
  • blue value is 111.
RGB:
(242,191,111)
(95%,75%,44%)

RGB channels and saturation

R 242 of 255 = 95%
G 191 of 255 = 75%
B 111 of 255 = 44%

242
191
111

R + G + B ~ 71%. #F2BF6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 191 + 111 = 544 (100%)
R 242 of 544 ~ 44.49%
G 191 of 544 ~ 35.11%
B 111 of 544 ~ 20.4%

%44.49
%35.11
%20.4

CMYK color model

#F2BF6F color CMYK value is (0,21,54,5).

  • cyan value is 0.00%
  • magenta value is 21.07%
  • yellow value is 54.13%
  • key color value is 5.10%
CMYK:
(0,21,54,5)
C0M21Y54K5 
(0%,21%,54%,5%)
(0.00/0.21/0.54/0.05)	

CMYK percentages

%0
%21.07
%54.13
%5.1

Codes

Color #F2BF6F in popluar color models

F2BF6F
RGB242191111
HSL37°83.44%69.22%
HSB/HSV37°54.13%94.90%
CMYK0.00%21.07%54.13%
5.10%

Color #F2BF6F in popluar number systems.

HEXF2BF6F
Decimal242191111
Binary11110010101111111101111
Octal362277157

Shades and tints

Shades of #F2BF6F

#F2BF6F
(242,191,111)
#DCAE65
(220,174,101)
#C69D5B
(198,157,91)
#B08C51
(176,140,81)
#9A7B47
(154,123,71)
#846A3D
(132,106,61)
#6E5933
(110,89,51)
#584829
(88,72,41)
#42371F
(66,55,31)
#2C2615
(44,38,21)
#16150B
(22,21,11)
#000000
(0,0,0)

Tints of #F2BF6F

#F2BF6F
(242,191,111)
#F3C47C
(243,196,124)
#F4C989
(244,201,137)
#F5CE96
(245,206,150)
#F6D3A3
(246,211,163)
#F7D8B0
(247,216,176)
#F8DDBD
(248,221,189)
#F9E2CA
(249,226,202)
#FAE7D7
(250,231,215)
#FBECE4
(251,236,228)
#FCF1F1
(252,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BF6F color. Also use rgb(242,191,111) instead hex code.

Text Font Color

.myTextColor { color: #F2BF6F; }

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

This text font color is #F2BF6F.


Background Color

.myBgColor { background-color: #F2BF6F; }

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

This div background color is #F2BF6F.


Border color

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

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

This div border color is #F2BF6F.


Opacity

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

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

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

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

This text has shadow with #F2BF6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BF6F on black background.


Color preview on white background

This text has color #F2BF6F on white background.



Black color preview on #F2BF6F background

This text has black color on #F2BF6F background.


White color preview on #F2BF6F background

This text has white color on #F2BF6F background.