Color Hex Logo

#fc604f Color Hex

#FC604F
(252,96,79)
0 Favorites   0 Comments

Color spaces of #fc604f

RGB 2529679
HSL0.020.970.65
HSV69°99°
CMYK 0.000.620.69   0.01
XYZ45.739029.625710.7048
Yxy29.62570.53140.3442
Hunter Lab54.429554.748126.4399
CIE-Lab61.329958.500941.0201

#fc604f color RGB value is (252,96,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100000 01001111
Octal 374 140 117
Decimal 252 96 79
Hex FC 60 4F

RGB Percentages of Color #fc604f

%59.02
%22.48
%18.50

CMYK Percentages of Color #fc604f

%0
%62
%69
%1

Triadic Colors of #fc604f

#fc604f #4ffc60 #604ffc

Analogous Colors of #fc604f

#fc604f #fcb74f #fc4f95

Monochromatic Colors of #fc604f

#fc604f

Complementary Color

#fc604f #4febfc

#fc604f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc604f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc604f Color CSS Codes

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

#fc604f Text Font Color

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

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


#fc604f Background Color

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

This div background color is #fc604f


#fc604f Border Color

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

This div border color is #fc604f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc604f


Comments

No comments written yet.

Please login to write comment.