COLOR #FB9623

HEX: #FB9623
RGB: (251,150,35)

Color info

#FB9623 contains mainly red color. Web safe color of #FB9623 is #FF9933 (or #F93).

RGB color model

#FB9623 color RGB value is (251,150,35).

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

RGB channels and saturation

R 251 of 255 = 98%
G 150 of 255 = 59%
B 35 of 255 = 14%

251
150
35

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

Portions of RGB colors in percentages

R + G + B =
251 + 150 + 35 = 436 (100%)
R 251 of 436 ~ 57.57%
G 150 of 436 ~ 34.4%
B 35 of 436 ~ 8.03%

%57.57
%34.4

CMYK color model

#FB9623 color CMYK value is (0,40,86,2).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 86.06%
  • key color value is 1.57%
CMYK:
(0,40,86,2)
C0M40Y86K2 
(0%,40%,86%,2%)
(0.00/0.40/0.86/0.02)	

CMYK percentages

%0
%40.24
%86.06
%1.57

Codes

Color #FB9623 in popluar color models

FB9623
RGB25115035
HSL32°96.43%56.08%
HSB/HSV32°86.06%98.43%
CMYK0.00%40.24%86.06%
1.57%

Color #FB9623 in popluar number systems.

HEXFB9623
Decimal25115035
Binary1111101110010110100011
Octal37322643

Shades and tints

Shades of #FB9623

#FB9623
(251,150,35)
#E58920
(229,137,32)
#CF7C1D
(207,124,29)
#B96F1A
(185,111,26)
#A36217
(163,98,23)
#8D5514
(141,85,20)
#774811
(119,72,17)
#613B0E
(97,59,14)
#4B2E0B
(75,46,11)
#352108
(53,33,8)
#1F1405
(31,20,5)
#000000
(0,0,0)

Tints of #FB9623

#FB9623
(251,150,35)
#FB9F37
(251,159,55)
#FBA84B
(251,168,75)
#FBB15F
(251,177,95)
#FBBA73
(251,186,115)
#FBC387
(251,195,135)
#FBCC9B
(251,204,155)
#FBD5AF
(251,213,175)
#FBDEC3
(251,222,195)
#FBE7D7
(251,231,215)
#FBF0EB
(251,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB9623 color. Also use rgb(251,150,35) instead hex code.

Text Font Color

.myTextColor { color: #FB9623; }

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

This text font color is #FB9623.


Background Color

.myBgColor { background-color: #FB9623; }

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

This div background color is #FB9623.


Border color

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

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

This div border color is #FB9623.


Opacity

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

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

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

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

This text has shadow with #FB9623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB9623 on black background.


Color preview on white background

This text has color #FB9623 on white background.



Black color preview on #FB9623 background

This text has black color on #FB9623 background.


White color preview on #FB9623 background

This text has white color on #FB9623 background.