COLOR #FD6C25

HEX: #FD6C25
RGB: (253,108,37)

Color info

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

RGB color model

#FD6C25 color RGB value is (253,108,37).

  • red value is 253;
  • green value is 108;
  • blue value is 37.
RGB:
(253,108,37)
(99%,42%,15%)

RGB channels and saturation

R 253 of 255 = 99%
G 108 of 255 = 42%
B 37 of 255 = 15%

253
108
37

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

Portions of RGB colors in percentages

R + G + B =
253 + 108 + 37 = 398 (100%)
R 253 of 398 ~ 63.57%
G 108 of 398 ~ 27.14%
B 37 of 398 ~ 9.3%

%63.57
%27.14

CMYK color model

#FD6C25 color CMYK value is (0,57,85,1).

  • cyan value is 0.00%
  • magenta value is 57.31%
  • yellow value is 85.38%
  • key color value is 0.78%
CMYK:
(0,57,85,1)
C0M57Y85K1 
(0%,57%,85%,1%)
(0.00/0.57/0.85/0.01)	

CMYK percentages

%0
%57.31
%85.38
%0.78

Codes

Color #FD6C25 in popluar color models

FD6C25
RGB25310837
HSL20°98.18%56.86%
HSB/HSV20°85.38%99.22%
CMYK0.00%57.31%85.38%
0.78%

Color #FD6C25 in popluar number systems.

HEXFD6C25
Decimal25310837
Binary111111011101100100101
Octal37515445

Shades and tints

Shades of #FD6C25

#FD6C25
(253,108,37)
#E66322
(230,99,34)
#CF5A1F
(207,90,31)
#B8511C
(184,81,28)
#A14819
(161,72,25)
#8A3F16
(138,63,22)
#733613
(115,54,19)
#5C2D10
(92,45,16)
#45240D
(69,36,13)
#2E1B0A
(46,27,10)
#171207
(23,18,7)
#000000
(0,0,0)

Tints of #FD6C25

#FD6C25
(253,108,37)
#FD7938
(253,121,56)
#FD864B
(253,134,75)
#FD935E
(253,147,94)
#FDA071
(253,160,113)
#FDAD84
(253,173,132)
#FDBA97
(253,186,151)
#FDC7AA
(253,199,170)
#FDD4BD
(253,212,189)
#FDE1D0
(253,225,208)
#FDEEE3
(253,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD6C25 color. Also use rgb(253,108,37) instead hex code.

Text Font Color

.myTextColor { color: #FD6C25; }

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

This text font color is #FD6C25.


Background Color

.myBgColor { background-color: #FD6C25; }

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

This div background color is #FD6C25.


Border color

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

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

This div border color is #FD6C25.


Opacity

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

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

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

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

This text has shadow with #FD6C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD6C25 on black background.


Color preview on white background

This text has color #FD6C25 on white background.



Black color preview on #FD6C25 background

This text has black color on #FD6C25 background.


White color preview on #FD6C25 background

This text has white color on #FD6C25 background.