COLOR #FB794E

HEX: #FB794E
RGB: (251,121,78)

Color info

#FB794E contains mainly red color. Web safe color of #FB794E is #FF6666 (or #F66).

RGB color model

#FB794E color RGB value is (251,121,78).

  • red value is 251;
  • green value is 121;
  • blue value is 78.
RGB:
(251,121,78)
(98%,47%,31%)

RGB channels and saturation

R 251 of 255 = 98%
G 121 of 255 = 47%
B 78 of 255 = 31%

251
121
78

R + G + B ~ 59%. #FB794E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
251 + 121 + 78 = 450 (100%)
R 251 of 450 ~ 55.78%
G 121 of 450 ~ 26.89%
B 78 of 450 ~ 17.33%

%55.78
%26.89
%17.33

CMYK color model

#FB794E color CMYK value is (0,52,69,2).

  • cyan value is 0.00%
  • magenta value is 51.79%
  • yellow value is 68.92%
  • key color value is 1.57%
CMYK:
(0,52,69,2)
C0M52Y69K2 
(0%,52%,69%,2%)
(0.00/0.52/0.69/0.02)	

CMYK percentages

%0
%51.79
%68.92
%1.57

Codes

Color #FB794E in popluar color models

FB794E
RGB25112178
HSL15°95.58%64.51%
HSB/HSV15°68.92%98.43%
CMYK0.00%51.79%68.92%
1.57%

Color #FB794E in popluar number systems.

HEXFB794E
Decimal25112178
Binary1111101111110011001110
Octal373171116

Shades and tints

Shades of #FB794E

#FB794E
(251,121,78)
#E56E47
(229,110,71)
#CF6340
(207,99,64)
#B95839
(185,88,57)
#A34D32
(163,77,50)
#8D422B
(141,66,43)
#773724
(119,55,36)
#612C1D
(97,44,29)
#4B2116
(75,33,22)
#35160F
(53,22,15)
#1F0B08
(31,11,8)
#000000
(0,0,0)

Tints of #FB794E

#FB794E
(251,121,78)
#FB855E
(251,133,94)
#FB916E
(251,145,110)
#FB9D7E
(251,157,126)
#FBA98E
(251,169,142)
#FBB59E
(251,181,158)
#FBC1AE
(251,193,174)
#FBCDBE
(251,205,190)
#FBD9CE
(251,217,206)
#FBE5DE
(251,229,222)
#FBF1EE
(251,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB794E color. Also use rgb(251,121,78) instead hex code.

Text Font Color

.myTextColor { color: #FB794E; }

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

This text font color is #FB794E.


Background Color

.myBgColor { background-color: #FB794E; }

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

This div background color is #FB794E.


Border color

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

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

This div border color is #FB794E.


Opacity

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

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

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

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

This text has shadow with #FB794E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB794E on black background.


Color preview on white background

This text has color #FB794E on white background.



Black color preview on #FB794E background

This text has black color on #FB794E background.


White color preview on #FB794E background

This text has white color on #FB794E background.