COLOR #F3B388

HEX: #F3B388
RGB: (243,179,136)

Color info

#F3B388 contains mainly red color. Web safe color of #F3B388 is #FF9999 (or #F99).

RGB color model

#F3B388 color RGB value is (243,179,136).

  • red value is 243;
  • green value is 179;
  • blue value is 136.
RGB:
(243,179,136)
(95%,70%,53%)

RGB channels and saturation

R 243 of 255 = 95%
G 179 of 255 = 70%
B 136 of 255 = 53%

243
179
136

R + G + B ~ 73%. #F3B388 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 179 + 136 = 558 (100%)
R 243 of 558 ~ 43.55%
G 179 of 558 ~ 32.08%
B 136 of 558 ~ 24.37%

%43.55
%32.08
%24.37

CMYK color model

#F3B388 color CMYK value is (0,26,44,5).

  • cyan value is 0.00%
  • magenta value is 26.34%
  • yellow value is 44.03%
  • key color value is 4.71%
CMYK:
(0,26,44,5)
C0M26Y44K5 
(0%,26%,44%,5%)
(0.00/0.26/0.44/0.05)	

CMYK percentages

%0
%26.34
%44.03
%4.71

Codes

Color #F3B388 in popluar color models

F3B388
RGB243179136
HSL24°81.68%74.31%
HSB/HSV24°44.03%95.29%
CMYK0.00%26.34%44.03%
4.71%

Color #F3B388 in popluar number systems.

HEXF3B388
Decimal243179136
Binary111100111011001110001000
Octal363263210

Shades and tints

Shades of #F3B388

#F3B388
(243,179,136)
#DDA37C
(221,163,124)
#C79370
(199,147,112)
#B18364
(177,131,100)
#9B7358
(155,115,88)
#85634C
(133,99,76)
#6F5340
(111,83,64)
#594334
(89,67,52)
#433328
(67,51,40)
#2D231C
(45,35,28)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #F3B388

#F3B388
(243,179,136)
#F4B992
(244,185,146)
#F5BF9C
(245,191,156)
#F6C5A6
(246,197,166)
#F7CBB0
(247,203,176)
#F8D1BA
(248,209,186)
#F9D7C4
(249,215,196)
#FADDCE
(250,221,206)
#FBE3D8
(251,227,216)
#FCE9E2
(252,233,226)
#FDEFEC
(253,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B388 color. Also use rgb(243,179,136) instead hex code.

Text Font Color

.myTextColor { color: #F3B388; }

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

This text font color is #F3B388.


Background Color

.myBgColor { background-color: #F3B388; }

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

This div background color is #F3B388.


Border color

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

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

This div border color is #F3B388.


Opacity

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

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

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

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

This text has shadow with #F3B388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B388 on black background.


Color preview on white background

This text has color #F3B388 on white background.



Black color preview on #F3B388 background

This text has black color on #F3B388 background.


White color preview on #F3B388 background

This text has white color on #F3B388 background.