COLOR #F3B492

HEX: #F3B492
RGB: (243,180,146)

Color info

#F3B492 contains mainly red color. Web safe color of #F3B492 is #FFCC99 (or #FC9).

RGB color model

#F3B492 color RGB value is (243,180,146).

  • red value is 243;
  • green value is 180;
  • blue value is 146.
RGB:
(243,180,146)
(95%,71%,57%)

RGB channels and saturation

R 243 of 255 = 95%
G 180 of 255 = 71%
B 146 of 255 = 57%

243
180
146

R + G + B ~ 74%. #F3B492 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 180 + 146 = 569 (100%)
R 243 of 569 ~ 42.71%
G 180 of 569 ~ 31.63%
B 146 of 569 ~ 25.66%

%42.71
%31.63
%25.66

CMYK color model

#F3B492 color CMYK value is (0,26,40,5).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 39.92%
  • key color value is 4.71%
CMYK:
(0,26,40,5)
C0M26Y40K5 
(0%,26%,40%,5%)
(0.00/0.26/0.40/0.05)	

CMYK percentages

%0
%25.93
%39.92
%4.71

Codes

Color #F3B492 in popluar color models

F3B492
RGB243180146
HSL21°80.17%76.27%
HSB/HSV21°39.92%95.29%
CMYK0.00%25.93%39.92%
4.71%

Color #F3B492 in popluar number systems.

HEXF3B492
Decimal243180146
Binary111100111011010010010010
Octal363264222

Shades and tints

Shades of #F3B492

#F3B492
(243,180,146)
#DDA485
(221,164,133)
#C79478
(199,148,120)
#B1846B
(177,132,107)
#9B745E
(155,116,94)
#856451
(133,100,81)
#6F5444
(111,84,68)
#594437
(89,68,55)
#43342A
(67,52,42)
#2D241D
(45,36,29)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #F3B492

#F3B492
(243,180,146)
#F4BA9B
(244,186,155)
#F5C0A4
(245,192,164)
#F6C6AD
(246,198,173)
#F7CCB6
(247,204,182)
#F8D2BF
(248,210,191)
#F9D8C8
(249,216,200)
#FADED1
(250,222,209)
#FBE4DA
(251,228,218)
#FCEAE3
(252,234,227)
#FDF0EC
(253,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B492 color. Also use rgb(243,180,146) instead hex code.

Text Font Color

.myTextColor { color: #F3B492; }

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

This text font color is #F3B492.


Background Color

.myBgColor { background-color: #F3B492; }

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

This div background color is #F3B492.


Border color

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

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

This div border color is #F3B492.


Opacity

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

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

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

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

This text has shadow with #F3B492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B492 on black background.


Color preview on white background

This text has color #F3B492 on white background.



Black color preview on #F3B492 background

This text has black color on #F3B492 background.


White color preview on #F3B492 background

This text has white color on #F3B492 background.