Color Hex Logo

#fc605e Color Hex

#FC605E
(252,96,94)
0 Favorites   0 Comments

Color spaces of #fc605e

RGB 2529694
HSL0.000.960.68
HSV63°99°
CMYK 0.000.620.63   0.01
XYZ46.348129.869313.9122
Yxy29.86930.51420.3314
Hunter Lab54.652855.733823.1643
CIE-Lab61.541359.321532.9581

#fc605e color RGB value is (252,96,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100000 01011110
Octal 374 140 136
Decimal 252 96 94
Hex FC 60 5E

RGB Percentages of Color #fc605e

%57.01
%21.72
%21.27

CMYK Percentages of Color #fc605e

%0
%62
%63
%1

Triadic Colors of #fc605e

#fc605e #5efc60 #605efc

Analogous Colors of #fc605e

#fc605e #fcaf5e #fc5eab

Monochromatic Colors of #fc605e

#fc605e

Complementary Color

#fc605e #5efafc

#fc605e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc605e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc605e Color CSS Codes

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

#fc605e Text Font Color

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

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


#fc605e Background Color

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

This div background color is #fc605e


#fc605e Border Color

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

This div border color is #fc605e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc605e


Comments

No comments written yet.

Please login to write comment.