COLOR #FB3A16

HEX: #FB3A16
RGB: (251,58,22)

Color info

#FB3A16 contains mainly red color. Web safe color of #FB3A16 is #FF3300 (or #F30).

RGB color model

#FB3A16 color RGB value is (251,58,22).

  • red value is 251;
  • green value is 58;
  • blue value is 22.
RGB:
(251,58,22)
(98%,23%,9%)

RGB channels and saturation

R 251 of 255 = 98%
G 58 of 255 = 23%
B 22 of 255 = 9%

251
58
22

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

Portions of RGB colors in percentages

R + G + B =
251 + 58 + 22 = 331 (100%)
R 251 of 331 ~ 75.83%
G 58 of 331 ~ 17.52%
B 22 of 331 ~ 6.65%

%75.83
%17.52

CMYK color model

#FB3A16 color CMYK value is (0,77,91,2).

  • cyan value is 0.00%
  • magenta value is 76.89%
  • yellow value is 91.24%
  • key color value is 1.57%
CMYK:
(0,77,91,2)
C0M77Y91K2 
(0%,77%,91%,2%)
(0.00/0.77/0.91/0.02)	

CMYK percentages

%0
%76.89
%91.24
%1.57

Codes

Color #FB3A16 in popluar color models

FB3A16
RGB2515822
HSL96.62%53.53%
HSB/HSV91.24%98.43%
CMYK0.00%76.89%91.24%
1.57%

Color #FB3A16 in popluar number systems.

HEXFB3A16
Decimal2515822
Binary1111101111101010110
Octal3737226

Shades and tints

Shades of #FB3A16

#FB3A16
(251,58,22)
#E53514
(229,53,20)
#CF3012
(207,48,18)
#B92B10
(185,43,16)
#A3260E
(163,38,14)
#8D210C
(141,33,12)
#771C0A
(119,28,10)
#611708
(97,23,8)
#4B1206
(75,18,6)
#350D04
(53,13,4)
#1F0802
(31,8,2)
#000000
(0,0,0)

Tints of #FB3A16

#FB3A16
(251,58,22)
#FB4B2B
(251,75,43)
#FB5C40
(251,92,64)
#FB6D55
(251,109,85)
#FB7E6A
(251,126,106)
#FB8F7F
(251,143,127)
#FBA094
(251,160,148)
#FBB1A9
(251,177,169)
#FBC2BE
(251,194,190)
#FBD3D3
(251,211,211)
#FBE4E8
(251,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB3A16 color. Also use rgb(251,58,22) instead hex code.

Text Font Color

.myTextColor { color: #FB3A16; }

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

This text font color is #FB3A16.


Background Color

.myBgColor { background-color: #FB3A16; }

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

This div background color is #FB3A16.


Border color

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

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

This div border color is #FB3A16.


Opacity

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

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

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

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

This text has shadow with #FB3A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB3A16 on black background.


Color preview on white background

This text has color #FB3A16 on white background.



Black color preview on #FB3A16 background

This text has black color on #FB3A16 background.


White color preview on #FB3A16 background

This text has white color on #FB3A16 background.