Color Hex Logo

#fc744e Color Hex

#FC744E
(252,116,78)
0 Favorites   0 Comments

Color spaces of #fc744e

RGB 25211678
HSL0.040.970.65
HSV13°69°99°
CMYK 0.000.540.69   0.01
XYZ47.765433.736311.2020
Yxy33.73630.51520.3639
Hunter Lab58.083045.147029.2233
CIE-Lab64.752749.450445.5140

#fc744e color RGB value is (252,116,78).

#fc744e hex color red value is 252, green value is 116 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fc744e hue: 0.04 , saturation: 0.97 and the lightness value of fc744e is 0.65.

The process color (four color CMYK) of #fc744e color hex is 0.00, 0.54, 0.69, 0.01. Web safe color of #fc744e is #ff6666. Color #fc744e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110100 01001110
Octal 374 164 116
Decimal 252 116 78
Hex FC 74 4E

RGB Percentages of Color #fc744e

%56.50
%26.01
%17.49

CMYK Percentages of Color #fc744e

%0
%54
%69
%1

Triadic Colors of #fc744e

#fc744e #4efc74 #744efc

Analogous Colors of #fc744e

#fc744e #fccb4e #fc4e7f

Monochromatic Colors of #fc744e

#fc744e

Complementary Color

#fc744e #4ed6fc

#fc744e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc744e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc744e Color CSS Codes

.mybgcolor {background-color:#fc744e; } 
.myforecolor {color:#fc744e; }
.mybordercolor {border:3px solid #fc744e; }

#fc744e Text Font Color

<p style="color:#fc744e">Text here</p>

This sample text font color is #fc744e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fc744e Background Color

<div style="background-color:#fc744e">
Div content here</div>

This div background color is #fc744e


#fc744e Border Color

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

This div border color is #fc744e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,116,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc744e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc744e;
  -webkit-box-shadow: 1px 1px 3px 2px #fc744e;
  box-shadow:         1px 1px 3px 2px #fc744e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,116,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc744e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fc744e;
  -webkit-box-shadow: 1px 1px 3px 2px #fc744e;
  box-shadow:         1px 1px 3px 2px #fc744e;">
Div content here</div>

This div box has shadow with color #fc744e

Related Colors


Comments

No comments written yet.

Please login to write comment.