COLOR #F6BB76

HEX: #F6BB76
RGB: (246,187,118)

Color info

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

RGB color model

#F6BB76 color RGB value is (246,187,118).

  • red value is 246;
  • green value is 187;
  • blue value is 118.
RGB:
(246,187,118)
(96%,73%,46%)

RGB channels and saturation

R 246 of 255 = 96%
G 187 of 255 = 73%
B 118 of 255 = 46%

246
187
118

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

Portions of RGB colors in percentages

R + G + B =
246 + 187 + 118 = 551 (100%)
R 246 of 551 ~ 44.65%
G 187 of 551 ~ 33.94%
B 118 of 551 ~ 21.42%

%44.65
%33.94
%21.42

CMYK color model

#F6BB76 color CMYK value is (0,24,52,4).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 52.03%
  • key color value is 3.53%
CMYK:
(0,24,52,4)
C0M24Y52K4 
(0%,24%,52%,4%)
(0.00/0.24/0.52/0.04)	

CMYK percentages

%0
%23.98
%52.03
%3.53

Codes

Color #F6BB76 in popluar color models

F6BB76
RGB246187118
HSL32°87.67%71.37%
HSB/HSV32°52.03%96.47%
CMYK0.00%23.98%52.03%
3.53%

Color #F6BB76 in popluar number systems.

HEXF6BB76
Decimal246187118
Binary11110110101110111110110
Octal366273166

Shades and tints

Shades of #F6BB76

#F6BB76
(246,187,118)
#E0AA6C
(224,170,108)
#CA9962
(202,153,98)
#B48858
(180,136,88)
#9E774E
(158,119,78)
#886644
(136,102,68)
#72553A
(114,85,58)
#5C4430
(92,68,48)
#463326
(70,51,38)
#30221C
(48,34,28)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #F6BB76

#F6BB76
(246,187,118)
#F6C182
(246,193,130)
#F6C78E
(246,199,142)
#F6CD9A
(246,205,154)
#F6D3A6
(246,211,166)
#F6D9B2
(246,217,178)
#F6DFBE
(246,223,190)
#F6E5CA
(246,229,202)
#F6EBD6
(246,235,214)
#F6F1E2
(246,241,226)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BB76 color. Also use rgb(246,187,118) instead hex code.

Text Font Color

.myTextColor { color: #F6BB76; }

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

This text font color is #F6BB76.


Background Color

.myBgColor { background-color: #F6BB76; }

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

This div background color is #F6BB76.


Border color

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

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

This div border color is #F6BB76.


Opacity

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

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

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

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

This text has shadow with #F6BB76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BB76 on black background.


Color preview on white background

This text has color #F6BB76 on white background.



Black color preview on #F6BB76 background

This text has black color on #F6BB76 background.


White color preview on #F6BB76 background

This text has white color on #F6BB76 background.