COLOR #FB7B17

HEX: #FB7B17
RGB: (251,123,23)

Color info

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

RGB color model

#FB7B17 color RGB value is (251,123,23).

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

RGB channels and saturation

R 251 of 255 = 98%
G 123 of 255 = 48%
B 23 of 255 = 9%

251
123
23

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

Portions of RGB colors in percentages

R + G + B =
251 + 123 + 23 = 397 (100%)
R 251 of 397 ~ 63.22%
G 123 of 397 ~ 30.98%
B 23 of 397 ~ 5.79%

%63.22
%30.98

CMYK color model

#FB7B17 color CMYK value is (0,51,91,2).

  • cyan value is 0.00%
  • magenta value is 51.00%
  • yellow value is 90.84%
  • key color value is 1.57%
CMYK:
(0,51,91,2)
C0M51Y91K2 
(0%,51%,91%,2%)
(0.00/0.51/0.91/0.02)	

CMYK percentages

%0
%51
%90.84
%1.57

Codes

Color #FB7B17 in popluar color models

FB7B17
RGB25112323
HSL26°96.61%53.73%
HSB/HSV26°90.84%98.43%
CMYK0.00%51.00%90.84%
1.57%

Color #FB7B17 in popluar number systems.

HEXFB7B17
Decimal25112323
Binary11111011111101110111
Octal37317327

Shades and tints

Shades of #FB7B17

#FB7B17
(251,123,23)
#E57015
(229,112,21)
#CF6513
(207,101,19)
#B95A11
(185,90,17)
#A34F0F
(163,79,15)
#8D440D
(141,68,13)
#77390B
(119,57,11)
#612E09
(97,46,9)
#4B2307
(75,35,7)
#351805
(53,24,5)
#1F0D03
(31,13,3)
#000000
(0,0,0)

Tints of #FB7B17

#FB7B17
(251,123,23)
#FB872C
(251,135,44)
#FB9341
(251,147,65)
#FB9F56
(251,159,86)
#FBAB6B
(251,171,107)
#FBB780
(251,183,128)
#FBC395
(251,195,149)
#FBCFAA
(251,207,170)
#FBDBBF
(251,219,191)
#FBE7D4
(251,231,212)
#FBF3E9
(251,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB7B17 color. Also use rgb(251,123,23) instead hex code.

Text Font Color

.myTextColor { color: #FB7B17; }

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

This text font color is #FB7B17.


Background Color

.myBgColor { background-color: #FB7B17; }

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

This div background color is #FB7B17.


Border color

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

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

This div border color is #FB7B17.


Opacity

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

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

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

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

This text has shadow with #FB7B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB7B17 on black background.


Color preview on white background

This text has color #FB7B17 on white background.



Black color preview on #FB7B17 background

This text has black color on #FB7B17 background.


White color preview on #FB7B17 background

This text has white color on #FB7B17 background.