COLOR #FB6D23

HEX: #FB6D23
RGB: (251,109,35)

Color info

#FB6D23 contains mainly red color. Web safe color of #FB6D23 is #FF6633 (or #F63).

RGB color model

#FB6D23 color RGB value is (251,109,35).

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

RGB channels and saturation

R 251 of 255 = 98%
G 109 of 255 = 43%
B 35 of 255 = 14%

251
109
35

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

Portions of RGB colors in percentages

R + G + B =
251 + 109 + 35 = 395 (100%)
R 251 of 395 ~ 63.54%
G 109 of 395 ~ 27.59%
B 35 of 395 ~ 8.86%

%63.54
%27.59

CMYK color model

#FB6D23 color CMYK value is (0,57,86,2).

  • cyan value is 0.00%
  • magenta value is 56.57%
  • yellow value is 86.06%
  • key color value is 1.57%
CMYK:
(0,57,86,2)
C0M57Y86K2 
(0%,57%,86%,2%)
(0.00/0.57/0.86/0.02)	

CMYK percentages

%0
%56.57
%86.06
%1.57

Codes

Color #FB6D23 in popluar color models

FB6D23
RGB25110935
HSL21°96.43%56.08%
HSB/HSV21°86.06%98.43%
CMYK0.00%56.57%86.06%
1.57%

Color #FB6D23 in popluar number systems.

HEXFB6D23
Decimal25110935
Binary111110111101101100011
Octal37315543

Shades and tints

Shades of #FB6D23

#FB6D23
(251,109,35)
#E56420
(229,100,32)
#CF5B1D
(207,91,29)
#B9521A
(185,82,26)
#A34917
(163,73,23)
#8D4014
(141,64,20)
#773711
(119,55,17)
#612E0E
(97,46,14)
#4B250B
(75,37,11)
#351C08
(53,28,8)
#1F1305
(31,19,5)
#000000
(0,0,0)

Tints of #FB6D23

#FB6D23
(251,109,35)
#FB7A37
(251,122,55)
#FB874B
(251,135,75)
#FB945F
(251,148,95)
#FBA173
(251,161,115)
#FBAE87
(251,174,135)
#FBBB9B
(251,187,155)
#FBC8AF
(251,200,175)
#FBD5C3
(251,213,195)
#FBE2D7
(251,226,215)
#FBEFEB
(251,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB6D23; }

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

This text font color is #FB6D23.


Background Color

.myBgColor { background-color: #FB6D23; }

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

This div background color is #FB6D23.


Border color

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

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

This div border color is #FB6D23.


Opacity

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

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

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

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

This text has shadow with #FB6D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB6D23 on black background.


Color preview on white background

This text has color #FB6D23 on white background.



Black color preview on #FB6D23 background

This text has black color on #FB6D23 background.


White color preview on #FB6D23 background

This text has white color on #FB6D23 background.