COLOR #FD6646

HEX: #FD6646 RGB: (253,102,70)

Color info

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

RGB color model

#FD6646 color RGB value is (253,102,70).

RGB: (253,102,70) (99%, 40%, 27%)

RGB channels and saturation

R 253 of 255 = 99%
G 102 of 255 = 40%
B 70 of 255 = 27%

253
102
70

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

Portions of RGB colors in percentages

R + G + B = 253 + 102 + 70 = 425 (100%)
R 253 of 425 ~ 59.53%
G 102 of 425 ~ 24%
B 70 of 425 ~ 16.47'%

%59.53
%24
%16.47

CMYK color model

#FD6646 color CMYK value is (0,60,72,1).

  • cyan value is 0.00%
  • magenta value is 59.68%
  • yellow value is 72.33%
  • key color value is 0.78%

CMYK: (0,60,72,1)
C0M60Y72K1 (0%, 60%, 72%, 1%)
(0.00 / 0.60 / 0.72 / 0.01)

CMYK percentages

%0
%59.68
%72.33
%0.78

Codes

Color #FD6646 in popluar color models

FD 66 46
RGB 253 102 70
HSL 10° 97.86% 63.33%
HSB/HSV 10° 72.33% 99.22%
CMYK 0.00% 59.68% 72.33%
0.78%

Color #FD6646 in popluar number systems.

HEX FD 66 46
Decimal 253 102 70
Binary 11111101 1100110 1000110
Octal 375 146 106

Shades and tints

Shades of #FD6646

#FD6646
(253,102,70)
#E65D40
(230,93,64)
#CF543A
(207,84,58)
#B84B34
(184,75,52)
#A1422E
(161,66,46)
#8A3928
(138,57,40)
#733022
(115,48,34)
#5C271C
(92,39,28)
#451E16
(69,30,22)
#2E1510
(46,21,16)
#170C0A
(23,12,10)
#000000
(0,0,0)

Tints of #FD6646

#FD6646
(253,102,70)
#FD7356
(253,115,86)
#FD8066
(253,128,102)
#FD8D76
(253,141,118)
#FD9A86
(253,154,134)
#FDA796
(253,167,150)
#FDB4A6
(253,180,166)
#FDC1B6
(253,193,182)
#FDCEC6
(253,206,198)
#FDDBD6
(253,219,214)
#FDE8E6
(253,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD6646 color. Also use rgb(253,102,70) instead hex code.

Text Font Color

.myTextColor { color: #FD6646; }

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

This text font color is #FD6646.

Background Color

.myBgColor { background-color: #FD6646; }

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

This div background color is #FD6646.

Border color

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

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

This div border color is #FD6646.

Opacity

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

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

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

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

This text has shadow with #FD6646 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD6646.

Preview

Color preview on black background

This text has color #FD6646 on black background.


Color preview on white background

This text has color #FD6646 on white background.


Black color preview on #FD6646 background

This text has black color on #FD6646 background.


White color preview on #FD6646 background

This text has white color on #FD6646 background.


Related colors

Complementary color

Complementary color for #FD6646 is #0299B9.


I love getcolorcode.com

Triadic colors

1 #46FD66 and #6646FD with #FD6646 are triadic colors.

2 #4666FD and #66FD46 with #FD6646 are triadic colors.