COLOR #FB9077

HEX: #FB9077
RGB: (251,144,119)

Color info

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

RGB color model

#FB9077 color RGB value is (251,144,119).

  • red value is 251;
  • green value is 144;
  • blue value is 119.
RGB:
(251,144,119)
(98%,56%,47%)

RGB channels and saturation

R 251 of 255 = 98%
G 144 of 255 = 56%
B 119 of 255 = 47%

251
144
119

R + G + B ~ 67%. #FB9077 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 144 + 119 = 514 (100%)
R 251 of 514 ~ 48.83%
G 144 of 514 ~ 28.02%
B 119 of 514 ~ 23.15%

%48.83
%28.02
%23.15

CMYK color model

#FB9077 color CMYK value is (0,43,53,2).

  • cyan value is 0.00%
  • magenta value is 42.63%
  • yellow value is 52.59%
  • key color value is 1.57%
CMYK:
(0,43,53,2)
C0M43Y53K2 
(0%,43%,53%,2%)
(0.00/0.43/0.53/0.02)	

CMYK percentages

%0
%42.63
%52.59
%1.57

Codes

Color #FB9077 in popluar color models

FB9077
RGB251144119
HSL11°94.29%72.55%
HSB/HSV11°52.59%98.43%
CMYK0.00%42.63%52.59%
1.57%

Color #FB9077 in popluar number systems.

HEXFB9077
Decimal251144119
Binary11111011100100001110111
Octal373220167

Shades and tints

Shades of #FB9077

#FB9077
(251,144,119)
#E5836D
(229,131,109)
#CF7663
(207,118,99)
#B96959
(185,105,89)
#A35C4F
(163,92,79)
#8D4F45
(141,79,69)
#77423B
(119,66,59)
#613531
(97,53,49)
#4B2827
(75,40,39)
#351B1D
(53,27,29)
#1F0E13
(31,14,19)
#000000
(0,0,0)

Tints of #FB9077

#FB9077
(251,144,119)
#FB9A83
(251,154,131)
#FBA48F
(251,164,143)
#FBAE9B
(251,174,155)
#FBB8A7
(251,184,167)
#FBC2B3
(251,194,179)
#FBCCBF
(251,204,191)
#FBD6CB
(251,214,203)
#FBE0D7
(251,224,215)
#FBEAE3
(251,234,227)
#FBF4EF
(251,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB9077 color. Also use rgb(251,144,119) instead hex code.

Text Font Color

.myTextColor { color: #FB9077; }

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

This text font color is #FB9077.


Background Color

.myBgColor { background-color: #FB9077; }

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

This div background color is #FB9077.


Border color

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

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

This div border color is #FB9077.


Opacity

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

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

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

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

This text has shadow with #FB9077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB9077 on black background.


Color preview on white background

This text has color #FB9077 on white background.



Black color preview on #FB9077 background

This text has black color on #FB9077 background.


White color preview on #FB9077 background

This text has white color on #FB9077 background.