COLOR #FB550D

HEX: #FB550D
RGB: (251,85,13)

Color info

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

RGB color model

#FB550D color RGB value is (251,85,13).

  • red value is 251;
  • green value is 85;
  • blue value is 13.
RGB:
(251,85,13)
(98%,33%,5%)

RGB channels and saturation

R 251 of 255 = 98%
G 85 of 255 = 33%
B 13 of 255 = 5%

251
85
13

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

Portions of RGB colors in percentages

R + G + B =
251 + 85 + 13 = 349 (100%)
R 251 of 349 ~ 71.92%
G 85 of 349 ~ 24.36%
B 13 of 349 ~ 3.72%

%71.92
%24.36

CMYK color model

#FB550D color CMYK value is (0,66,95,2).

  • cyan value is 0.00%
  • magenta value is 66.14%
  • yellow value is 94.82%
  • key color value is 1.57%
CMYK:
(0,66,95,2)
C0M66Y95K2 
(0%,66%,95%,2%)
(0.00/0.66/0.95/0.02)	

CMYK percentages

%0
%66.14
%94.82
%1.57

Codes

Color #FB550D in popluar color models

FB550D
RGB2518513
HSL18°96.75%51.76%
HSB/HSV18°94.82%98.43%
CMYK0.00%66.14%94.82%
1.57%

Color #FB550D in popluar number systems.

HEXFB550D
Decimal2518513
Binary1111101110101011101
Octal37312515

Shades and tints

Shades of #FB550D

#FB550D
(251,85,13)
#E54E0C
(229,78,12)
#CF470B
(207,71,11)
#B9400A
(185,64,10)
#A33909
(163,57,9)
#8D3208
(141,50,8)
#772B07
(119,43,7)
#612406
(97,36,6)
#4B1D05
(75,29,5)
#351604
(53,22,4)
#1F0F03
(31,15,3)
#000000
(0,0,0)

Tints of #FB550D

#FB550D
(251,85,13)
#FB6423
(251,100,35)
#FB7339
(251,115,57)
#FB824F
(251,130,79)
#FB9165
(251,145,101)
#FBA07B
(251,160,123)
#FBAF91
(251,175,145)
#FBBEA7
(251,190,167)
#FBCDBD
(251,205,189)
#FBDCD3
(251,220,211)
#FBEBE9
(251,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB550D color. Also use rgb(251,85,13) instead hex code.

Text Font Color

.myTextColor { color: #FB550D; }

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

This text font color is #FB550D.


Background Color

.myBgColor { background-color: #FB550D; }

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

This div background color is #FB550D.


Border color

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

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

This div border color is #FB550D.


Opacity

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

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

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

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

This text has shadow with #FB550D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB550D on black background.


Color preview on white background

This text has color #FB550D on white background.



Black color preview on #FB550D background

This text has black color on #FB550D background.


White color preview on #FB550D background

This text has white color on #FB550D background.