COLOR #FD614A

HEX: #FD614A
RGB: (253,97,74)

Color info

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

RGB color model

#FD614A color RGB value is (253,97,74).

  • red value is 253;
  • green value is 97;
  • blue value is 74.
RGB:
(253,97,74)
(99%,38%,29%)

RGB channels and saturation

R 253 of 255 = 99%
G 97 of 255 = 38%
B 74 of 255 = 29%

253
97
74

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

Portions of RGB colors in percentages

R + G + B =
253 + 97 + 74 = 424 (100%)
R 253 of 424 ~ 59.67%
G 97 of 424 ~ 22.88%
B 74 of 424 ~ 17.45%

%59.67
%22.88
%17.45

CMYK color model

#FD614A color CMYK value is (0,62,71,1).

  • cyan value is 0.00%
  • magenta value is 61.66%
  • yellow value is 70.75%
  • key color value is 0.78%
CMYK:
(0,62,71,1)
C0M62Y71K1 
(0%,62%,71%,1%)
(0.00/0.62/0.71/0.01)	

CMYK percentages

%0
%61.66
%70.75
%0.78

Codes

Color #FD614A in popluar color models

FD614A
RGB2539774
HSL97.81%64.12%
HSB/HSV70.75%99.22%
CMYK0.00%61.66%70.75%
0.78%

Color #FD614A in popluar number systems.

HEXFD614A
Decimal2539774
Binary1111110111000011001010
Octal375141112

Shades and tints

Shades of #FD614A

#FD614A
(253,97,74)
#E65944
(230,89,68)
#CF513E
(207,81,62)
#B84938
(184,73,56)
#A14132
(161,65,50)
#8A392C
(138,57,44)
#733126
(115,49,38)
#5C2920
(92,41,32)
#45211A
(69,33,26)
#2E1914
(46,25,20)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #FD614A

#FD614A
(253,97,74)
#FD6F5A
(253,111,90)
#FD7D6A
(253,125,106)
#FD8B7A
(253,139,122)
#FD998A
(253,153,138)
#FDA79A
(253,167,154)
#FDB5AA
(253,181,170)
#FDC3BA
(253,195,186)
#FDD1CA
(253,209,202)
#FDDFDA
(253,223,218)
#FDEDEA
(253,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD614A color. Also use rgb(253,97,74) instead hex code.

Text Font Color

.myTextColor { color: #FD614A; }

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

This text font color is #FD614A.


Background Color

.myBgColor { background-color: #FD614A; }

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

This div background color is #FD614A.


Border color

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

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

This div border color is #FD614A.


Opacity

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

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

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

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

This text has shadow with #FD614A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD614A on black background.


Color preview on white background

This text has color #FD614A on white background.



Black color preview on #FD614A background

This text has black color on #FD614A background.


White color preview on #FD614A background

This text has white color on #FD614A background.