Color Hex Logo

#fc604e Color Hex

#FC604E
(252,96,78)
0 Favorites   0 Comments

Color spaces of #fc604e

RGB 2529678
HSL0.020.970.65
HSV69°99°
CMYK 0.000.620.69   0.01
XYZ45.702929.611210.5145
Yxy29.61120.53250.3450
Hunter Lab54.416254.689826.6351
CIE-Lab61.317358.452241.5486

#fc604e color RGB value is (252,96,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100000 01001110
Octal 374 140 116
Decimal 252 96 78
Hex FC 60 4E

RGB Percentages of Color #fc604e

%59.15
%22.54
%18.31

CMYK Percentages of Color #fc604e

%0
%62
%69
%1

Triadic Colors of #fc604e

#fc604e #4efc60 #604efc

Analogous Colors of #fc604e

#fc604e #fcb74e #fc4e93

Monochromatic Colors of #fc604e

#fc604e

Complementary Color

#fc604e #4eeafc

#fc604e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc604e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc604e Color CSS Codes

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

#fc604e Text Font Color

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

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


#fc604e Background Color

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

This div background color is #fc604e


#fc604e Border Color

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

This div border color is #fc604e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,96,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 #fc604e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc604e


Comments

No comments written yet.

Please login to write comment.