COLOR #F3BE75

HEX: #F3BE75
RGB: (243,190,117)

Color info

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

RGB color model

#F3BE75 color RGB value is (243,190,117).

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

RGB channels and saturation

R 243 of 255 = 95%
G 190 of 255 = 75%
B 117 of 255 = 46%

243
190
117

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

Portions of RGB colors in percentages

R + G + B =
243 + 190 + 117 = 550 (100%)
R 243 of 550 ~ 44.18%
G 190 of 550 ~ 34.55%
B 117 of 550 ~ 21.27%

%44.18
%34.55
%21.27

CMYK color model

#F3BE75 color CMYK value is (0,22,52,5).

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 51.85%
  • key color value is 4.71%
CMYK:
(0,22,52,5)
C0M22Y52K5 
(0%,22%,52%,5%)
(0.00/0.22/0.52/0.05)	

CMYK percentages

%0
%21.81
%51.85
%4.71

Codes

Color #F3BE75 in popluar color models

F3BE75
RGB243190117
HSL35°84.00%70.59%
HSB/HSV35°51.85%95.29%
CMYK0.00%21.81%51.85%
4.71%

Color #F3BE75 in popluar number systems.

HEXF3BE75
Decimal243190117
Binary11110011101111101110101
Octal363276165

Shades and tints

Shades of #F3BE75

#F3BE75
(243,190,117)
#DDAD6B
(221,173,107)
#C79C61
(199,156,97)
#B18B57
(177,139,87)
#9B7A4D
(155,122,77)
#856943
(133,105,67)
#6F5839
(111,88,57)
#59472F
(89,71,47)
#433625
(67,54,37)
#2D251B
(45,37,27)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #F3BE75

#F3BE75
(243,190,117)
#F4C381
(244,195,129)
#F5C88D
(245,200,141)
#F6CD99
(246,205,153)
#F7D2A5
(247,210,165)
#F8D7B1
(248,215,177)
#F9DCBD
(249,220,189)
#FAE1C9
(250,225,201)
#FBE6D5
(251,230,213)
#FCEBE1
(252,235,225)
#FDF0ED
(253,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3BE75 color. Also use rgb(243,190,117) instead hex code.

Text Font Color

.myTextColor { color: #F3BE75; }

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

This text font color is #F3BE75.


Background Color

.myBgColor { background-color: #F3BE75; }

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

This div background color is #F3BE75.


Border color

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

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

This div border color is #F3BE75.


Opacity

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

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

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

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

This text has shadow with #F3BE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BE75 on black background.


Color preview on white background

This text has color #F3BE75 on white background.



Black color preview on #F3BE75 background

This text has black color on #F3BE75 background.


White color preview on #F3BE75 background

This text has white color on #F3BE75 background.