COLOR #FB8F73

HEX: #FB8F73
RGB: (251,143,115)

Color info

#FB8F73 contains mainly red color. Web safe color of #FB8F73 is #FF9966 (or #F96).

RGB color model

#FB8F73 color RGB value is (251,143,115).

  • red value is 251;
  • green value is 143;
  • blue value is 115.
RGB:
(251,143,115)
(98%,56%,45%)

RGB channels and saturation

R 251 of 255 = 98%
G 143 of 255 = 56%
B 115 of 255 = 45%

251
143
115

R + G + B ~ 66%. #FB8F73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 143 + 115 = 509 (100%)
R 251 of 509 ~ 49.31%
G 143 of 509 ~ 28.09%
B 115 of 509 ~ 22.59%

%49.31
%28.09
%22.59

CMYK color model

#FB8F73 color CMYK value is (0,43,54,2).

  • cyan value is 0.00%
  • magenta value is 43.03%
  • yellow value is 54.18%
  • key color value is 1.57%
CMYK:
(0,43,54,2)
C0M43Y54K2 
(0%,43%,54%,2%)
(0.00/0.43/0.54/0.02)	

CMYK percentages

%0
%43.03
%54.18
%1.57

Codes

Color #FB8F73 in popluar color models

FB8F73
RGB251143115
HSL12°94.44%71.76%
HSB/HSV12°54.18%98.43%
CMYK0.00%43.03%54.18%
1.57%

Color #FB8F73 in popluar number systems.

HEXFB8F73
Decimal251143115
Binary11111011100011111110011
Octal373217163

Shades and tints

Shades of #FB8F73

#FB8F73
(251,143,115)
#E58269
(229,130,105)
#CF755F
(207,117,95)
#B96855
(185,104,85)
#A35B4B
(163,91,75)
#8D4E41
(141,78,65)
#774137
(119,65,55)
#61342D
(97,52,45)
#4B2723
(75,39,35)
#351A19
(53,26,25)
#1F0D0F
(31,13,15)
#000000
(0,0,0)

Tints of #FB8F73

#FB8F73
(251,143,115)
#FB997F
(251,153,127)
#FBA38B
(251,163,139)
#FBAD97
(251,173,151)
#FBB7A3
(251,183,163)
#FBC1AF
(251,193,175)
#FBCBBB
(251,203,187)
#FBD5C7
(251,213,199)
#FBDFD3
(251,223,211)
#FBE9DF
(251,233,223)
#FBF3EB
(251,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB8F73 color. Also use rgb(251,143,115) instead hex code.

Text Font Color

.myTextColor { color: #FB8F73; }

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

This text font color is #FB8F73.


Background Color

.myBgColor { background-color: #FB8F73; }

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

This div background color is #FB8F73.


Border color

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

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

This div border color is #FB8F73.


Opacity

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

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

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

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

This text has shadow with #FB8F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB8F73 on black background.


Color preview on white background

This text has color #FB8F73 on white background.



Black color preview on #FB8F73 background

This text has black color on #FB8F73 background.


White color preview on #FB8F73 background

This text has white color on #FB8F73 background.