COLOR #FD6F31

HEX: #FD6F31
RGB: (253,111,49)

Color info

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

RGB color model

#FD6F31 color RGB value is (253,111,49).

  • red value is 253;
  • green value is 111;
  • blue value is 49.
RGB:
(253,111,49)
(99%,44%,19%)

RGB channels and saturation

R 253 of 255 = 99%
G 111 of 255 = 44%
B 49 of 255 = 19%

253
111
49

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

Portions of RGB colors in percentages

R + G + B =
253 + 111 + 49 = 413 (100%)
R 253 of 413 ~ 61.26%
G 111 of 413 ~ 26.88%
B 49 of 413 ~ 11.86%

%61.26
%26.88
%11.86

CMYK color model

#FD6F31 color CMYK value is (0,56,81,1).

  • cyan value is 0.00%
  • magenta value is 56.13%
  • yellow value is 80.63%
  • key color value is 0.78%
CMYK:
(0,56,81,1)
C0M56Y81K1 
(0%,56%,81%,1%)
(0.00/0.56/0.81/0.01)	

CMYK percentages

%0
%56.13
%80.63
%0.78

Codes

Color #FD6F31 in popluar color models

FD6F31
RGB25311149
HSL18°98.08%59.22%
HSB/HSV18°80.63%99.22%
CMYK0.00%56.13%80.63%
0.78%

Color #FD6F31 in popluar number systems.

HEXFD6F31
Decimal25311149
Binary111111011101111110001
Octal37515761

Shades and tints

Shades of #FD6F31

#FD6F31
(253,111,49)
#E6652D
(230,101,45)
#CF5B29
(207,91,41)
#B85125
(184,81,37)
#A14721
(161,71,33)
#8A3D1D
(138,61,29)
#733319
(115,51,25)
#5C2915
(92,41,21)
#451F11
(69,31,17)
#2E150D
(46,21,13)
#170B09
(23,11,9)
#000000
(0,0,0)

Tints of #FD6F31

#FD6F31
(253,111,49)
#FD7C43
(253,124,67)
#FD8955
(253,137,85)
#FD9667
(253,150,103)
#FDA379
(253,163,121)
#FDB08B
(253,176,139)
#FDBD9D
(253,189,157)
#FDCAAF
(253,202,175)
#FDD7C1
(253,215,193)
#FDE4D3
(253,228,211)
#FDF1E5
(253,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD6F31 color. Also use rgb(253,111,49) instead hex code.

Text Font Color

.myTextColor { color: #FD6F31; }

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

This text font color is #FD6F31.


Background Color

.myBgColor { background-color: #FD6F31; }

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

This div background color is #FD6F31.


Border color

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

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

This div border color is #FD6F31.


Opacity

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

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

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

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

This text has shadow with #FD6F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD6F31 on black background.


Color preview on white background

This text has color #FD6F31 on white background.



Black color preview on #FD6F31 background

This text has black color on #FD6F31 background.


White color preview on #FD6F31 background

This text has white color on #FD6F31 background.