COLOR #F3B18A

HEX: #F3B18A
RGB: (243,177,138)

Color info

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

RGB color model

#F3B18A color RGB value is (243,177,138).

  • red value is 243;
  • green value is 177;
  • blue value is 138.
RGB:
(243,177,138)
(95%,69%,54%)

RGB channels and saturation

R 243 of 255 = 95%
G 177 of 255 = 69%
B 138 of 255 = 54%

243
177
138

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

Portions of RGB colors in percentages

R + G + B =
243 + 177 + 138 = 558 (100%)
R 243 of 558 ~ 43.55%
G 177 of 558 ~ 31.72%
B 138 of 558 ~ 24.73%

%43.55
%31.72
%24.73

CMYK color model

#F3B18A color CMYK value is (0,27,43,5).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 43.21%
  • key color value is 4.71%
CMYK:
(0,27,43,5)
C0M27Y43K5 
(0%,27%,43%,5%)
(0.00/0.27/0.43/0.05)	

CMYK percentages

%0
%27.16
%43.21
%4.71

Codes

Color #F3B18A in popluar color models

F3B18A
RGB243177138
HSL22°81.40%74.71%
HSB/HSV22°43.21%95.29%
CMYK0.00%27.16%43.21%
4.71%

Color #F3B18A in popluar number systems.

HEXF3B18A
Decimal243177138
Binary111100111011000110001010
Octal363261212

Shades and tints

Shades of #F3B18A

#F3B18A
(243,177,138)
#DDA17E
(221,161,126)
#C79172
(199,145,114)
#B18166
(177,129,102)
#9B715A
(155,113,90)
#85614E
(133,97,78)
#6F5142
(111,81,66)
#594136
(89,65,54)
#43312A
(67,49,42)
#2D211E
(45,33,30)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #F3B18A

#F3B18A
(243,177,138)
#F4B894
(244,184,148)
#F5BF9E
(245,191,158)
#F6C6A8
(246,198,168)
#F7CDB2
(247,205,178)
#F8D4BC
(248,212,188)
#F9DBC6
(249,219,198)
#FAE2D0
(250,226,208)
#FBE9DA
(251,233,218)
#FCF0E4
(252,240,228)
#FDF7EE
(253,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B18A color. Also use rgb(243,177,138) instead hex code.

Text Font Color

.myTextColor { color: #F3B18A; }

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

This text font color is #F3B18A.


Background Color

.myBgColor { background-color: #F3B18A; }

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

This div background color is #F3B18A.


Border color

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

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

This div border color is #F3B18A.


Opacity

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

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

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

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

This text has shadow with #F3B18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B18A on black background.


Color preview on white background

This text has color #F3B18A on white background.



Black color preview on #F3B18A background

This text has black color on #F3B18A background.


White color preview on #F3B18A background

This text has white color on #F3B18A background.