COLOR #FD7316

HEX: #FD7316
RGB: (253,115,22)

Color info

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

RGB color model

#FD7316 color RGB value is (253,115,22).

  • red value is 253;
  • green value is 115;
  • blue value is 22.
RGB:
(253,115,22)
(99%,45%,9%)

RGB channels and saturation

R 253 of 255 = 99%
G 115 of 255 = 45%
B 22 of 255 = 9%

253
115
22

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

Portions of RGB colors in percentages

R + G + B =
253 + 115 + 22 = 390 (100%)
R 253 of 390 ~ 64.87%
G 115 of 390 ~ 29.49%
B 22 of 390 ~ 5.64%

%64.87
%29.49

CMYK color model

#FD7316 color CMYK value is (0,55,91,1).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 91.30%
  • key color value is 0.78%
CMYK:
(0,55,91,1)
C0M55Y91K1 
(0%,55%,91%,1%)
(0.00/0.55/0.91/0.01)	

CMYK percentages

%0
%54.55
%91.3
%0.78

Codes

Color #FD7316 in popluar color models

FD7316
RGB25311522
HSL24°98.30%53.92%
HSB/HSV24°91.30%99.22%
CMYK0.00%54.55%91.30%
0.78%

Color #FD7316 in popluar number systems.

HEXFD7316
Decimal25311522
Binary11111101111001110110
Octal37516326

Shades and tints

Shades of #FD7316

#FD7316
(253,115,22)
#E66914
(230,105,20)
#CF5F12
(207,95,18)
#B85510
(184,85,16)
#A14B0E
(161,75,14)
#8A410C
(138,65,12)
#73370A
(115,55,10)
#5C2D08
(92,45,8)
#452306
(69,35,6)
#2E1904
(46,25,4)
#170F02
(23,15,2)
#000000
(0,0,0)

Tints of #FD7316

#FD7316
(253,115,22)
#FD7F2B
(253,127,43)
#FD8B40
(253,139,64)
#FD9755
(253,151,85)
#FDA36A
(253,163,106)
#FDAF7F
(253,175,127)
#FDBB94
(253,187,148)
#FDC7A9
(253,199,169)
#FDD3BE
(253,211,190)
#FDDFD3
(253,223,211)
#FDEBE8
(253,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD7316 color. Also use rgb(253,115,22) instead hex code.

Text Font Color

.myTextColor { color: #FD7316; }

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

This text font color is #FD7316.


Background Color

.myBgColor { background-color: #FD7316; }

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

This div background color is #FD7316.


Border color

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

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

This div border color is #FD7316.


Opacity

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

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

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

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

This text has shadow with #FD7316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD7316 on black background.


Color preview on white background

This text has color #FD7316 on white background.



Black color preview on #FD7316 background

This text has black color on #FD7316 background.


White color preview on #FD7316 background

This text has white color on #FD7316 background.