COLOR #F1BE76

HEX: #F1BE76
RGB: (241,190,118)

Color info

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

RGB color model

#F1BE76 color RGB value is (241,190,118).

  • red value is 241;
  • green value is 190;
  • blue value is 118.
RGB:
(241,190,118)
(95%,75%,46%)

RGB channels and saturation

R 241 of 255 = 95%
G 190 of 255 = 75%
B 118 of 255 = 46%

241
190
118

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

Portions of RGB colors in percentages

R + G + B =
241 + 190 + 118 = 549 (100%)
R 241 of 549 ~ 43.9%
G 190 of 549 ~ 34.61%
B 118 of 549 ~ 21.49%

%43.9
%34.61
%21.49

CMYK color model

#F1BE76 color CMYK value is (0,21,51,5).

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 51.04%
  • key color value is 5.49%
CMYK:
(0,21,51,5)
C0M21Y51K5 
(0%,21%,51%,5%)
(0.00/0.21/0.51/0.05)	

CMYK percentages

%0
%21.16
%51.04
%5.49

Codes

Color #F1BE76 in popluar color models

F1BE76
RGB241190118
HSL35°81.46%70.39%
HSB/HSV35°51.04%94.51%
CMYK0.00%21.16%51.04%
5.49%

Color #F1BE76 in popluar number systems.

HEXF1BE76
Decimal241190118
Binary11110001101111101110110
Octal361276166

Shades and tints

Shades of #F1BE76

#F1BE76
(241,190,118)
#DCAD6C
(220,173,108)
#C79C62
(199,156,98)
#B28B58
(178,139,88)
#9D7A4E
(157,122,78)
#886944
(136,105,68)
#73583A
(115,88,58)
#5E4730
(94,71,48)
#493626
(73,54,38)
#34251C
(52,37,28)
#1F1412
(31,20,18)
#000000
(0,0,0)

Tints of #F1BE76

#F1BE76
(241,190,118)
#F2C382
(242,195,130)
#F3C88E
(243,200,142)
#F4CD9A
(244,205,154)
#F5D2A6
(245,210,166)
#F6D7B2
(246,215,178)
#F7DCBE
(247,220,190)
#F8E1CA
(248,225,202)
#F9E6D6
(249,230,214)
#FAEBE2
(250,235,226)
#FBF0EE
(251,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1BE76 color. Also use rgb(241,190,118) instead hex code.

Text Font Color

.myTextColor { color: #F1BE76; }

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

This text font color is #F1BE76.


Background Color

.myBgColor { background-color: #F1BE76; }

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

This div background color is #F1BE76.


Border color

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

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

This div border color is #F1BE76.


Opacity

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

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

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

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

This text has shadow with #F1BE76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BE76 on black background.


Color preview on white background

This text has color #F1BE76 on white background.



Black color preview on #F1BE76 background

This text has black color on #F1BE76 background.


White color preview on #F1BE76 background

This text has white color on #F1BE76 background.