COLOR #FD682D

HEX: #FD682D
RGB: (253,104,45)

Color info

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

RGB color model

#FD682D color RGB value is (253,104,45).

  • red value is 253;
  • green value is 104;
  • blue value is 45.
RGB:
(253,104,45)
(99%,41%,18%)

RGB channels and saturation

R 253 of 255 = 99%
G 104 of 255 = 41%
B 45 of 255 = 18%

253
104
45

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

Portions of RGB colors in percentages

R + G + B =
253 + 104 + 45 = 402 (100%)
R 253 of 402 ~ 62.94%
G 104 of 402 ~ 25.87%
B 45 of 402 ~ 11.19%

%62.94
%25.87
%11.19

CMYK color model

#FD682D color CMYK value is (0,59,82,1).

  • cyan value is 0.00%
  • magenta value is 58.89%
  • yellow value is 82.21%
  • key color value is 0.78%
CMYK:
(0,59,82,1)
C0M59Y82K1 
(0%,59%,82%,1%)
(0.00/0.59/0.82/0.01)	

CMYK percentages

%0
%58.89
%82.21
%0.78

Codes

Color #FD682D in popluar color models

FD682D
RGB25310445
HSL17°98.11%58.43%
HSB/HSV17°82.21%99.22%
CMYK0.00%58.89%82.21%
0.78%

Color #FD682D in popluar number systems.

HEXFD682D
Decimal25310445
Binary111111011101000101101
Octal37515055

Shades and tints

Shades of #FD682D

#FD682D
(253,104,45)
#E65F29
(230,95,41)
#CF5625
(207,86,37)
#B84D21
(184,77,33)
#A1441D
(161,68,29)
#8A3B19
(138,59,25)
#733215
(115,50,21)
#5C2911
(92,41,17)
#45200D
(69,32,13)
#2E1709
(46,23,9)
#170E05
(23,14,5)
#000000
(0,0,0)

Tints of #FD682D

#FD682D
(253,104,45)
#FD7540
(253,117,64)
#FD8253
(253,130,83)
#FD8F66
(253,143,102)
#FD9C79
(253,156,121)
#FDA98C
(253,169,140)
#FDB69F
(253,182,159)
#FDC3B2
(253,195,178)
#FDD0C5
(253,208,197)
#FDDDD8
(253,221,216)
#FDEAEB
(253,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD682D color. Also use rgb(253,104,45) instead hex code.

Text Font Color

.myTextColor { color: #FD682D; }

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

This text font color is #FD682D.


Background Color

.myBgColor { background-color: #FD682D; }

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

This div background color is #FD682D.


Border color

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

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

This div border color is #FD682D.


Opacity

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

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

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

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

This text has shadow with #FD682D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD682D on black background.


Color preview on white background

This text has color #FD682D on white background.



Black color preview on #FD682D background

This text has black color on #FD682D background.


White color preview on #FD682D background

This text has white color on #FD682D background.