COLOR #F8B089

HEX: #F8B089
RGB: (248,176,137)

Color info

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

RGB color model

#F8B089 color RGB value is (248,176,137).

  • red value is 248;
  • green value is 176;
  • blue value is 137.
RGB:
(248,176,137)
(97%,69%,54%)

RGB channels and saturation

R 248 of 255 = 97%
G 176 of 255 = 69%
B 137 of 255 = 54%

248
176
137

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

Portions of RGB colors in percentages

R + G + B =
248 + 176 + 137 = 561 (100%)
R 248 of 561 ~ 44.21%
G 176 of 561 ~ 31.37%
B 137 of 561 ~ 24.42%

%44.21
%31.37
%24.42

CMYK color model

#F8B089 color CMYK value is (0,29,45,3).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 44.76%
  • key color value is 2.75%
CMYK:
(0,29,45,3)
C0M29Y45K3 
(0%,29%,45%,3%)
(0.00/0.29/0.45/0.03)	

CMYK percentages

%0
%29.03
%44.76
%2.75

Codes

Color #F8B089 in popluar color models

F8B089
RGB248176137
HSL21°88.80%75.49%
HSB/HSV21°44.76%97.25%
CMYK0.00%29.03%44.76%
2.75%

Color #F8B089 in popluar number systems.

HEXF8B089
Decimal248176137
Binary111110001011000010001001
Octal370260211

Shades and tints

Shades of #F8B089

#F8B089
(248,176,137)
#E2A07D
(226,160,125)
#CC9071
(204,144,113)
#B68065
(182,128,101)
#A07059
(160,112,89)
#8A604D
(138,96,77)
#745041
(116,80,65)
#5E4035
(94,64,53)
#483029
(72,48,41)
#32201D
(50,32,29)
#1C1011
(28,16,17)
#000000
(0,0,0)

Tints of #F8B089

#F8B089
(248,176,137)
#F8B793
(248,183,147)
#F8BE9D
(248,190,157)
#F8C5A7
(248,197,167)
#F8CCB1
(248,204,177)
#F8D3BB
(248,211,187)
#F8DAC5
(248,218,197)
#F8E1CF
(248,225,207)
#F8E8D9
(248,232,217)
#F8EFE3
(248,239,227)
#F8F6ED
(248,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8B089 color. Also use rgb(248,176,137) instead hex code.

Text Font Color

.myTextColor { color: #F8B089; }

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

This text font color is #F8B089.


Background Color

.myBgColor { background-color: #F8B089; }

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

This div background color is #F8B089.


Border color

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

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

This div border color is #F8B089.


Opacity

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

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

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

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

This text has shadow with #F8B089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B089 on black background.


Color preview on white background

This text has color #F8B089 on white background.



Black color preview on #F8B089 background

This text has black color on #F8B089 background.


White color preview on #F8B089 background

This text has white color on #F8B089 background.