COLOR #FB973A

HEX: #FB973A RGB: (251,151,58)

Color info

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

RGB color model

#FB973A color RGB value is (251,151,58).

RGB: (251,151,58) (98%, 59%, 23%)

RGB channels and saturation

R 251 of 255 = 98%
G 151 of 255 = 59%
B 58 of 255 = 23%

251
151
58

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

Portions of RGB colors in percentages

R + G + B = 251 + 151 + 58 = 460 (100%)
R 251 of 460 ~ 54.57%
G 151 of 460 ~ 32.83%
B 58 of 460 ~ 12.61'%

%54.57
%32.83
%12.61

CMYK color model

#FB973A color CMYK value is (0,40,77,2).

  • cyan value is 0.00%
  • magenta value is 39.84%
  • yellow value is 76.89%
  • key color value is 1.57%

CMYK: (0,40,77,2)
C0M40Y77K2 (0%, 40%, 77%, 2%)
(0.00 / 0.40 / 0.77 / 0.02)

CMYK percentages

%0
%39.84
%76.89
%1.57

Codes

Color #FB973A in popluar color models

FB 97 3A
RGB 251 151 58
HSL 29° 96.02% 60.59%
HSB/HSV 29° 76.89% 98.43%
CMYK 0.00% 39.84% 76.89%
1.57%

Color #FB973A in popluar number systems.

HEX FB 97 3A
Decimal 251 151 58
Binary 11111011 10010111 111010
Octal 373 227 72

Shades and tints

Shades of #FB973A

#FB973A
(251,151,58)
#E58A35
(229,138,53)
#CF7D30
(207,125,48)
#B9702B
(185,112,43)
#A36326
(163,99,38)
#8D5621
(141,86,33)
#77491C
(119,73,28)
#613C17
(97,60,23)
#4B2F12
(75,47,18)
#35220D
(53,34,13)
#1F1508
(31,21,8)
#000000
(0,0,0)

Tints of #FB973A

#FB973A
(251,151,58)
#FBA04B
(251,160,75)
#FBA95C
(251,169,92)
#FBB26D
(251,178,109)
#FBBB7E
(251,187,126)
#FBC48F
(251,196,143)
#FBCDA0
(251,205,160)
#FBD6B1
(251,214,177)
#FBDFC2
(251,223,194)
#FBE8D3
(251,232,211)
#FBF1E4
(251,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB973A color. Also use rgb(251,151,58) instead hex code.

Text Font Color

.myTextColor { color: #FB973A; }

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

This text font color is #FB973A.

Background Color

.myBgColor { background-color: #FB973A; }

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

This div background color is #FB973A.

Border color

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

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

This div border color is #FB973A.

Opacity

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

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

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

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

This text has shadow with #FB973A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB973A.

Preview

Color preview on black background

This text has color #FB973A on black background.


Color preview on white background

This text has color #FB973A on white background.


Black color preview on #FB973A background

This text has black color on #FB973A background.


White color preview on #FB973A background

This text has white color on #FB973A background.


Related colors

Complementary color

Complementary color for #hex is #0468C5.


I love getcolorcode.com

Triadic colors

1 #3AFB97 and #973AFB with #FB973A are triadic colors.

2 #3A97FB and #97FB3A with #FB973A are triadic colors.