Color Hex Logo

#fc605c Color Hex

#FC605C
(252,96,92)
0 Favorites   0 Comments

Color spaces of #fc605c

RGB 2529692
HSL0.000.960.67
HSV63°99°
CMYK 0.000.620.63   0.01
XYZ46.259529.833913.4456
Yxy29.83390.51660.3332
Hunter Lab54.620455.590723.6392
CIE-Lab61.510659.202634.0442

#fc605c color RGB value is (252,96,92).

#fc605c hex color red value is 252, green value is 96 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fc605c hue: 0.00 , saturation: 0.96 and the lightness value of fc605c is 0.67.

The process color (four color CMYK) of #fc605c color hex is 0.00, 0.62, 0.63, 0.01. Web safe color of #fc605c is #ff6666. Color #fc605c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100000 01011100
Octal 374 140 134
Decimal 252 96 92
Hex FC 60 5C

RGB Percentages of Color #fc605c

%57.27
%21.82
%20.91

CMYK Percentages of Color #fc605c

%0
%62
%63
%1

Triadic Colors of #fc605c

#fc605c #5cfc60 #605cfc

Analogous Colors of #fc605c

#fc605c #fcb05c #fc5ca8

Monochromatic Colors of #fc605c

#fc605c

Complementary Color

#fc605c #5cf8fc

#fc605c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc605c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc605c Color CSS Codes

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

#fc605c Text Font Color

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

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


#fc605c Background Color

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

This div background color is #fc605c


#fc605c Border Color

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

This div border color is #fc605c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc605c

Related Colors


Comments

No comments written yet.

Please login to write comment.