COLOR #FD3506

HEX: #FD3506
RGB: (253,53,6)

Color info

#FD3506 contains mainly red color. Web safe color of #FD3506 is #FF3300 (or #F30).

RGB color model

#FD3506 color RGB value is (253,53,6).

  • red value is 253;
  • green value is 53;
  • blue value is 6.
RGB:
(253,53,6)
(99%,21%,2%)

RGB channels and saturation

R 253 of 255 = 99%
G 53 of 255 = 21%
B 6 of 255 = 2%

253
53
6

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

Portions of RGB colors in percentages

R + G + B =
253 + 53 + 6 = 312 (100%)
R 253 of 312 ~ 81.09%
G 53 of 312 ~ 16.99%
B 6 of 312 ~ 1.92%

%81.09
%16.99

CMYK color model

#FD3506 color CMYK value is (0,79,98,1).

  • cyan value is 0.00%
  • magenta value is 79.05%
  • yellow value is 97.63%
  • key color value is 0.78%
CMYK:
(0,79,98,1)
C0M79Y98K1 
(0%,79%,98%,1%)
(0.00/0.79/0.98/0.01)	

CMYK percentages

%0
%79.05
%97.63
%0.78

Codes

Color #FD3506 in popluar color models

FD3506
RGB253536
HSL11°98.41%50.78%
HSB/HSV11°97.63%99.22%
CMYK0.00%79.05%97.63%
0.78%

Color #FD3506 in popluar number systems.

HEXFD3506
Decimal253536
Binary11111101110101110
Octal375656

Shades and tints

Shades of #FD3506

#FD3506
(253,53,6)
#E63106
(230,49,6)
#CF2D06
(207,45,6)
#B82906
(184,41,6)
#A12506
(161,37,6)
#8A2106
(138,33,6)
#731D06
(115,29,6)
#5C1906
(92,25,6)
#451506
(69,21,6)
#2E1106
(46,17,6)
#170D06
(23,13,6)
#000000
(0,0,0)

Tints of #FD3506

#FD3506
(253,53,6)
#FD471C
(253,71,28)
#FD5932
(253,89,50)
#FD6B48
(253,107,72)
#FD7D5E
(253,125,94)
#FD8F74
(253,143,116)
#FDA18A
(253,161,138)
#FDB3A0
(253,179,160)
#FDC5B6
(253,197,182)
#FDD7CC
(253,215,204)
#FDE9E2
(253,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD3506 color. Also use rgb(253,53,6) instead hex code.

Text Font Color

.myTextColor { color: #FD3506; }

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

This text font color is #FD3506.


Background Color

.myBgColor { background-color: #FD3506; }

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

This div background color is #FD3506.


Border color

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

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

This div border color is #FD3506.


Opacity

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

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

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

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

This text has shadow with #FD3506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD3506 on black background.


Color preview on white background

This text has color #FD3506 on white background.



Black color preview on #FD3506 background

This text has black color on #FD3506 background.


White color preview on #FD3506 background

This text has white color on #FD3506 background.