COLOR #F3BD76

HEX: #F3BD76
RGB: (243,189,118)

Color info

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

RGB color model

#F3BD76 color RGB value is (243,189,118).

  • red value is 243;
  • green value is 189;
  • blue value is 118.
RGB:
(243,189,118)
(95%,74%,46%)

RGB channels and saturation

R 243 of 255 = 95%
G 189 of 255 = 74%
B 118 of 255 = 46%

243
189
118

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

Portions of RGB colors in percentages

R + G + B =
243 + 189 + 118 = 550 (100%)
R 243 of 550 ~ 44.18%
G 189 of 550 ~ 34.36%
B 118 of 550 ~ 21.45%

%44.18
%34.36
%21.45

CMYK color model

#F3BD76 color CMYK value is (0,22,51,5).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 51.44%
  • key color value is 4.71%
CMYK:
(0,22,51,5)
C0M22Y51K5 
(0%,22%,51%,5%)
(0.00/0.22/0.51/0.05)	

CMYK percentages

%0
%22.22
%51.44
%4.71

Codes

Color #F3BD76 in popluar color models

F3BD76
RGB243189118
HSL34°83.89%70.78%
HSB/HSV34°51.44%95.29%
CMYK0.00%22.22%51.44%
4.71%

Color #F3BD76 in popluar number systems.

HEXF3BD76
Decimal243189118
Binary11110011101111011110110
Octal363275166

Shades and tints

Shades of #F3BD76

#F3BD76
(243,189,118)
#DDAC6C
(221,172,108)
#C79B62
(199,155,98)
#B18A58
(177,138,88)
#9B794E
(155,121,78)
#856844
(133,104,68)
#6F573A
(111,87,58)
#594630
(89,70,48)
#433526
(67,53,38)
#2D241C
(45,36,28)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #F3BD76

#F3BD76
(243,189,118)
#F4C382
(244,195,130)
#F5C98E
(245,201,142)
#F6CF9A
(246,207,154)
#F7D5A6
(247,213,166)
#F8DBB2
(248,219,178)
#F9E1BE
(249,225,190)
#FAE7CA
(250,231,202)
#FBEDD6
(251,237,214)
#FCF3E2
(252,243,226)
#FDF9EE
(253,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3BD76 color. Also use rgb(243,189,118) instead hex code.

Text Font Color

.myTextColor { color: #F3BD76; }

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

This text font color is #F3BD76.


Background Color

.myBgColor { background-color: #F3BD76; }

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

This div background color is #F3BD76.


Border color

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

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

This div border color is #F3BD76.


Opacity

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

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

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

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

This text has shadow with #F3BD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BD76 on black background.


Color preview on white background

This text has color #F3BD76 on white background.



Black color preview on #F3BD76 background

This text has black color on #F3BD76 background.


White color preview on #F3BD76 background

This text has white color on #F3BD76 background.