COLOR #FC704A

HEX: #FC704A
RGB: (252,112,74)

Color info

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

RGB color model

#FC704A color RGB value is (252,112,74).

  • red value is 252;
  • green value is 112;
  • blue value is 74.
RGB:
(252,112,74)
(99%,44%,29%)

RGB channels and saturation

R 252 of 255 = 99%
G 112 of 255 = 44%
B 74 of 255 = 29%

252
112
74

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

Portions of RGB colors in percentages

R + G + B =
252 + 112 + 74 = 438 (100%)
R 252 of 438 ~ 57.53%
G 112 of 438 ~ 25.57%
B 74 of 438 ~ 16.89%

%57.53
%25.57
%16.89

CMYK color model

#FC704A color CMYK value is (0,56,71,1).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 70.63%
  • key color value is 1.18%
CMYK:
(0,56,71,1)
C0M56Y71K1 
(0%,56%,71%,1%)
(0.00/0.56/0.71/0.01)	

CMYK percentages

%0
%55.56
%70.63
%1.18

Codes

Color #FC704A in popluar color models

FC704A
RGB25211274
HSL13°96.74%63.92%
HSB/HSV13°70.63%98.82%
CMYK0.00%55.56%70.63%
1.18%

Color #FC704A in popluar number systems.

HEXFC704A
Decimal25211274
Binary1111110011100001001010
Octal374160112

Shades and tints

Shades of #FC704A

#FC704A
(252,112,74)
#E66644
(230,102,68)
#D05C3E
(208,92,62)
#BA5238
(186,82,56)
#A44832
(164,72,50)
#8E3E2C
(142,62,44)
#783426
(120,52,38)
#622A20
(98,42,32)
#4C201A
(76,32,26)
#361614
(54,22,20)
#200C0E
(32,12,14)
#000000
(0,0,0)

Tints of #FC704A

#FC704A
(252,112,74)
#FC7D5A
(252,125,90)
#FC8A6A
(252,138,106)
#FC977A
(252,151,122)
#FCA48A
(252,164,138)
#FCB19A
(252,177,154)
#FCBEAA
(252,190,170)
#FCCBBA
(252,203,186)
#FCD8CA
(252,216,202)
#FCE5DA
(252,229,218)
#FCF2EA
(252,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC704A color. Also use rgb(252,112,74) instead hex code.

Text Font Color

.myTextColor { color: #FC704A; }

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

This text font color is #FC704A.


Background Color

.myBgColor { background-color: #FC704A; }

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

This div background color is #FC704A.


Border color

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

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

This div border color is #FC704A.


Opacity

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

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

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

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

This text has shadow with #FC704A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC704A on black background.


Color preview on white background

This text has color #FC704A on white background.



Black color preview on #FC704A background

This text has black color on #FC704A background.


White color preview on #FC704A background

This text has white color on #FC704A background.