Color Hex Logo

#fc573f Color Hex

#FC573F
(252,87,63)
0 Favorites   0 Comments

Color spaces of #fc573f

RGB 2528763
HSL0.020.970.62
HSV75°99°
CMYK 0.000.650.75   0.01
XYZ44.450327.87077.7394
Yxy27.87070.55520.3481
Hunter Lab52.792757.905828.2630
CIE-Lab59.771761.502247.7935

#fc573f color RGB value is (252,87,63).

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

The process color (four color CMYK) of #fc573f color hex is 0.00, 0.65, 0.75, 0.01. Web safe color of #fc573f is #ff6633. Color #fc573f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010111 00111111
Octal 374 127 77
Decimal 252 87 63
Hex FC 57 3F

RGB Percentages of Color #fc573f

%62.69
%21.64
%15.67

CMYK Percentages of Color #fc573f

%0
%65
%75
%1

Triadic Colors of #fc573f

#fc573f #3ffc57 #573ffc

Analogous Colors of #fc573f

#fc573f #fcb63f #fc3f86

Monochromatic Colors of #fc573f

#fc573f

Complementary Color

#fc573f #3fe4fc

#fc573f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc573f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc573f Color CSS Codes

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

#fc573f Text Font Color

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

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


#fc573f Background Color

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

This div background color is #fc573f


#fc573f Border Color

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

This div border color is #fc573f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc573f

Related Colors


Comments

No comments written yet.

Please login to write comment.