COLOR #F2BF71

HEX: #F2BF71 RGB: (242,191,113)

Color info

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

RGB color model

#F2BF71 color RGB value is (242,191,113).

RGB: (242,191,113) (95%, 75%, 44%)

RGB channels and saturation

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

242
191
113

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

Portions of RGB colors in percentages

R + G + B = 242 + 191 + 113 = 546 (100%)
R 242 of 546 ~ 44.32%
G 191 of 546 ~ 34.98%
B 113 of 546 ~ 20.7'%

%44.32
%34.98
%20.7

CMYK color model

#F2BF71 color CMYK value is (0,21,53,5).

  • cyan value is 0.00%
  • magenta value is 21.07%
  • yellow value is 53.31%
  • key color value is 5.10%

CMYK: (0,21,53,5)
C0M21Y53K5 (0%, 21%, 53%, 5%)
(0.00 / 0.21 / 0.53 / 0.05)

CMYK percentages

%0
%21.07
%53.31
%5.1

Codes

Color #F2BF71 in popluar color models

F2 BF 71
RGB 242 191 113
HSL 36° 83.23% 69.61%
HSB/HSV 36° 53.31% 94.90%
CMYK 0.00% 21.07% 53.31%
5.10%

Color #F2BF71 in popluar number systems.

HEX F2 BF 71
Decimal 242 191 113
Binary 11110010 10111111 1110001
Octal 362 277 161

Shades and tints

Shades of #F2BF71

#F2BF71
(242,191,113)
#DCAE67
(220,174,103)
#C69D5D
(198,157,93)
#B08C53
(176,140,83)
#9A7B49
(154,123,73)
#846A3F
(132,106,63)
#6E5935
(110,89,53)
#58482B
(88,72,43)
#423721
(66,55,33)
#2C2617
(44,38,23)
#16150D
(22,21,13)
#000000
(0,0,0)

Tints of #F2BF71

#F2BF71
(242,191,113)
#F3C47D
(243,196,125)
#F4C989
(244,201,137)
#F5CE95
(245,206,149)
#F6D3A1
(246,211,161)
#F7D8AD
(247,216,173)
#F8DDB9
(248,221,185)
#F9E2C5
(249,226,197)
#FAE7D1
(250,231,209)
#FBECDD
(251,236,221)
#FCF1E9
(252,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2BF71; }

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

This text font color is #F2BF71.

Background Color

.myBgColor { background-color: #F2BF71; }

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

This div background color is #F2BF71.

Border color

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

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

This div border color is #F2BF71.

Opacity

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

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

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

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

This text has shadow with #F2BF71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2BF71.

Preview

Color preview on black background

This text has color #F2BF71 on black background.


Color preview on white background

This text has color #F2BF71 on white background.


Black color preview on #F2BF71 background

This text has black color on #F2BF71 background.


White color preview on #F2BF71 background

This text has white color on #F2BF71 background.


Related colors

Complementary color

Complementary color for #hex is #0D408E.


I love getcolorcode.com

Triadic colors

1 #71F2BF and #BF71F2 with #F2BF71 are triadic colors.

2 #71BFF2 and #BFF271 with #F2BF71 are triadic colors.