COLOR #FB835B

HEX: #FB835B
RGB: (251,131,91)

Color info

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

RGB color model

#FB835B color RGB value is (251,131,91).

  • red value is 251;
  • green value is 131;
  • blue value is 91.
RGB:
(251,131,91)
(98%,51%,36%)

RGB channels and saturation

R 251 of 255 = 98%
G 131 of 255 = 51%
B 91 of 255 = 36%

251
131
91

R + G + B ~ 62%. #FB835B is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 131 + 91 = 473 (100%)
R 251 of 473 ~ 53.07%
G 131 of 473 ~ 27.7%
B 91 of 473 ~ 19.24%

%53.07
%27.7
%19.24

CMYK color model

#FB835B color CMYK value is (0,48,64,2).

  • cyan value is 0.00%
  • magenta value is 47.81%
  • yellow value is 63.75%
  • key color value is 1.57%
CMYK:
(0,48,64,2)
C0M48Y64K2 
(0%,48%,64%,2%)
(0.00/0.48/0.64/0.02)	

CMYK percentages

%0
%47.81
%63.75
%1.57

Codes

Color #FB835B in popluar color models

FB835B
RGB25113191
HSL15°95.24%67.06%
HSB/HSV15°63.75%98.43%
CMYK0.00%47.81%63.75%
1.57%

Color #FB835B in popluar number systems.

HEXFB835B
Decimal25113191
Binary11111011100000111011011
Octal373203133

Shades and tints

Shades of #FB835B

#FB835B
(251,131,91)
#E57853
(229,120,83)
#CF6D4B
(207,109,75)
#B96243
(185,98,67)
#A3573B
(163,87,59)
#8D4C33
(141,76,51)
#77412B
(119,65,43)
#613623
(97,54,35)
#4B2B1B
(75,43,27)
#352013
(53,32,19)
#1F150B
(31,21,11)
#000000
(0,0,0)

Tints of #FB835B

#FB835B
(251,131,91)
#FB8E69
(251,142,105)
#FB9977
(251,153,119)
#FBA485
(251,164,133)
#FBAF93
(251,175,147)
#FBBAA1
(251,186,161)
#FBC5AF
(251,197,175)
#FBD0BD
(251,208,189)
#FBDBCB
(251,219,203)
#FBE6D9
(251,230,217)
#FBF1E7
(251,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB835B color. Also use rgb(251,131,91) instead hex code.

Text Font Color

.myTextColor { color: #FB835B; }

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

This text font color is #FB835B.


Background Color

.myBgColor { background-color: #FB835B; }

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

This div background color is #FB835B.


Border color

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

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

This div border color is #FB835B.


Opacity

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

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

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

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

This text has shadow with #FB835B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB835B on black background.


Color preview on white background

This text has color #FB835B on white background.



Black color preview on #FB835B background

This text has black color on #FB835B background.


White color preview on #FB835B background

This text has white color on #FB835B background.