COLOR #FB3B0E

HEX: #FB3B0E
RGB: (251,59,14)

Color info

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

RGB color model

#FB3B0E color RGB value is (251,59,14).

  • red value is 251;
  • green value is 59;
  • blue value is 14.
RGB:
(251,59,14)
(98%,23%,5%)

RGB channels and saturation

R 251 of 255 = 98%
G 59 of 255 = 23%
B 14 of 255 = 5%

251
59
14

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

Portions of RGB colors in percentages

R + G + B =
251 + 59 + 14 = 324 (100%)
R 251 of 324 ~ 77.47%
G 59 of 324 ~ 18.21%
B 14 of 324 ~ 4.32%

%77.47
%18.21

CMYK color model

#FB3B0E color CMYK value is (0,76,94,2).

  • cyan value is 0.00%
  • magenta value is 76.49%
  • yellow value is 94.42%
  • key color value is 1.57%
CMYK:
(0,76,94,2)
C0M76Y94K2 
(0%,76%,94%,2%)
(0.00/0.76/0.94/0.02)	

CMYK percentages

%0
%76.49
%94.42
%1.57

Codes

Color #FB3B0E in popluar color models

FB3B0E
RGB2515914
HSL11°96.73%51.96%
HSB/HSV11°94.42%98.43%
CMYK0.00%76.49%94.42%
1.57%

Color #FB3B0E in popluar number systems.

HEXFB3B0E
Decimal2515914
Binary111110111110111110
Octal3737316

Shades and tints

Shades of #FB3B0E

#FB3B0E
(251,59,14)
#E5360D
(229,54,13)
#CF310C
(207,49,12)
#B92C0B
(185,44,11)
#A3270A
(163,39,10)
#8D2209
(141,34,9)
#771D08
(119,29,8)
#611807
(97,24,7)
#4B1306
(75,19,6)
#350E05
(53,14,5)
#1F0904
(31,9,4)
#000000
(0,0,0)

Tints of #FB3B0E

#FB3B0E
(251,59,14)
#FB4C23
(251,76,35)
#FB5D38
(251,93,56)
#FB6E4D
(251,110,77)
#FB7F62
(251,127,98)
#FB9077
(251,144,119)
#FBA18C
(251,161,140)
#FBB2A1
(251,178,161)
#FBC3B6
(251,195,182)
#FBD4CB
(251,212,203)
#FBE5E0
(251,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB3B0E color. Also use rgb(251,59,14) instead hex code.

Text Font Color

.myTextColor { color: #FB3B0E; }

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

This text font color is #FB3B0E.


Background Color

.myBgColor { background-color: #FB3B0E; }

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

This div background color is #FB3B0E.


Border color

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

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

This div border color is #FB3B0E.


Opacity

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

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

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

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

This text has shadow with #FB3B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB3B0E on black background.


Color preview on white background

This text has color #FB3B0E on white background.



Black color preview on #FB3B0E background

This text has black color on #FB3B0E background.


White color preview on #FB3B0E background

This text has white color on #FB3B0E background.