COLOR #FB6D0B

HEX: #FB6D0B
RGB: (251,109,11)

Color info

#FB6D0B contains mainly red color. Web safe color of #FB6D0B is #FF6600 (or #F60).

RGB color model

#FB6D0B color RGB value is (251,109,11).

  • red value is 251;
  • green value is 109;
  • blue value is 11.
RGB:
(251,109,11)
(98%,43%,4%)

RGB channels and saturation

R 251 of 255 = 98%
G 109 of 255 = 43%
B 11 of 255 = 4%

251
109
11

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

Portions of RGB colors in percentages

R + G + B =
251 + 109 + 11 = 371 (100%)
R 251 of 371 ~ 67.65%
G 109 of 371 ~ 29.38%
B 11 of 371 ~ 2.96%

%67.65
%29.38

CMYK color model

#FB6D0B color CMYK value is (0,57,96,2).

  • cyan value is 0.00%
  • magenta value is 56.57%
  • yellow value is 95.62%
  • key color value is 1.57%
CMYK:
(0,57,96,2)
C0M57Y96K2 
(0%,57%,96%,2%)
(0.00/0.57/0.96/0.02)	

CMYK percentages

%0
%56.57
%95.62
%1.57

Codes

Color #FB6D0B in popluar color models

FB6D0B
RGB25110911
HSL25°96.77%51.37%
HSB/HSV25°95.62%98.43%
CMYK0.00%56.57%95.62%
1.57%

Color #FB6D0B in popluar number systems.

HEXFB6D0B
Decimal25110911
Binary1111101111011011011
Octal37315513

Shades and tints

Shades of #FB6D0B

#FB6D0B
(251,109,11)
#E5640A
(229,100,10)
#CF5B09
(207,91,9)
#B95208
(185,82,8)
#A34907
(163,73,7)
#8D4006
(141,64,6)
#773705
(119,55,5)
#612E04
(97,46,4)
#4B2503
(75,37,3)
#351C02
(53,28,2)
#1F1301
(31,19,1)
#000000
(0,0,0)

Tints of #FB6D0B

#FB6D0B
(251,109,11)
#FB7A21
(251,122,33)
#FB8737
(251,135,55)
#FB944D
(251,148,77)
#FBA163
(251,161,99)
#FBAE79
(251,174,121)
#FBBB8F
(251,187,143)
#FBC8A5
(251,200,165)
#FBD5BB
(251,213,187)
#FBE2D1
(251,226,209)
#FBEFE7
(251,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB6D0B color. Also use rgb(251,109,11) instead hex code.

Text Font Color

.myTextColor { color: #FB6D0B; }

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

This text font color is #FB6D0B.


Background Color

.myBgColor { background-color: #FB6D0B; }

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

This div background color is #FB6D0B.


Border color

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

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

This div border color is #FB6D0B.


Opacity

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

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

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

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

This text has shadow with #FB6D0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB6D0B on black background.


Color preview on white background

This text has color #FB6D0B on white background.



Black color preview on #FB6D0B background

This text has black color on #FB6D0B background.


White color preview on #FB6D0B background

This text has white color on #FB6D0B background.