COLOR #FB500A

HEX: #FB500A
RGB: (251,80,10)

Color info

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

RGB color model

#FB500A color RGB value is (251,80,10).

  • red value is 251;
  • green value is 80;
  • blue value is 10.
RGB:
(251,80,10)
(98%,31%,4%)

RGB channels and saturation

R 251 of 255 = 98%
G 80 of 255 = 31%
B 10 of 255 = 4%

251
80
10

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

Portions of RGB colors in percentages

R + G + B =
251 + 80 + 10 = 341 (100%)
R 251 of 341 ~ 73.61%
G 80 of 341 ~ 23.46%
B 10 of 341 ~ 2.93%

%73.61
%23.46

CMYK color model

#FB500A color CMYK value is (0,68,96,2).

  • cyan value is 0.00%
  • magenta value is 68.13%
  • yellow value is 96.02%
  • key color value is 1.57%
CMYK:
(0,68,96,2)
C0M68Y96K2 
(0%,68%,96%,2%)
(0.00/0.68/0.96/0.02)	

CMYK percentages

%0
%68.13
%96.02
%1.57

Codes

Color #FB500A in popluar color models

FB500A
RGB2518010
HSL17°96.79%51.18%
HSB/HSV17°96.02%98.43%
CMYK0.00%68.13%96.02%
1.57%

Color #FB500A in popluar number systems.

HEXFB500A
Decimal2518010
Binary1111101110100001010
Octal37312012

Shades and tints

Shades of #FB500A

#FB500A
(251,80,10)
#E5490A
(229,73,10)
#CF420A
(207,66,10)
#B93B0A
(185,59,10)
#A3340A
(163,52,10)
#8D2D0A
(141,45,10)
#77260A
(119,38,10)
#611F0A
(97,31,10)
#4B180A
(75,24,10)
#35110A
(53,17,10)
#1F0A0A
(31,10,10)
#000000
(0,0,0)

Tints of #FB500A

#FB500A
(251,80,10)
#FB5F20
(251,95,32)
#FB6E36
(251,110,54)
#FB7D4C
(251,125,76)
#FB8C62
(251,140,98)
#FB9B78
(251,155,120)
#FBAA8E
(251,170,142)
#FBB9A4
(251,185,164)
#FBC8BA
(251,200,186)
#FBD7D0
(251,215,208)
#FBE6E6
(251,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB500A color. Also use rgb(251,80,10) instead hex code.

Text Font Color

.myTextColor { color: #FB500A; }

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

This text font color is #FB500A.


Background Color

.myBgColor { background-color: #FB500A; }

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

This div background color is #FB500A.


Border color

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

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

This div border color is #FB500A.


Opacity

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

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

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

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

This text has shadow with #FB500A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB500A on black background.


Color preview on white background

This text has color #FB500A on white background.



Black color preview on #FB500A background

This text has black color on #FB500A background.


White color preview on #FB500A background

This text has white color on #FB500A background.