Color Hex Logo

#fc754c Color Hex

#FC754C
(252,117,76)
0 Favorites   0 Comments

Color spaces of #fc754c

RGB 25211776
HSL0.040.970.64
HSV14°70°99°
CMYK 0.000.540.70   0.01
XYZ47.810733.939810.8686
Yxy33.93980.51620.3664
Hunter Lab58.257944.539029.7194
CIE-Lab64.914848.877646.7324

#fc754c color RGB value is (252,117,76).

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

The process color (four color CMYK) of #fc754c color hex is 0.00, 0.54, 0.70, 0.01. Web safe color of #fc754c is #ff6633. Color #fc754c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110101 01001100
Octal 374 165 114
Decimal 252 117 76
Hex FC 75 4C

RGB Percentages of Color #fc754c

%56.63
%26.29
%17.08

CMYK Percentages of Color #fc754c

%0
%54
%70
%1

Triadic Colors of #fc754c

#fc754c #4cfc75 #754cfc

Analogous Colors of #fc754c

#fc754c #fccd4c #fc4c7b

Monochromatic Colors of #fc754c

#fc754c

Complementary Color

#fc754c #4cd3fc

#fc754c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc754c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc754c Color CSS Codes

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

#fc754c Text Font Color

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

This sample text font color is #fc754c
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.


#fc754c Background Color

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

This div background color is #fc754c


#fc754c Border Color

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

This div border color is #fc754c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc754c


Comments

No comments written yet.

Please login to write comment.