Color Hex Logo

#fc571c Color Hex

#FC571C
(252,87,28)
0 Favorites   0 Comments

Color spaces of #fc571c

RGB 2528728
HSL0.040.970.55
HSV16°89°99°
CMYK 0.000.650.89   0.01
XYZ43.762727.59574.1186
Yxy27.59570.57980.3656
Hunter Lab52.531656.773332.1237
CIE-Lab59.521760.568463.0732

#fc571c color RGB value is (252,87,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010111 00011100
Octal 374 127 34
Decimal 252 87 28
Hex FC 57 1C

RGB Percentages of Color #fc571c

%68.66
%23.71
%7.63

CMYK Percentages of Color #fc571c

%0
%65
%89
%1

Triadic Colors of #fc571c

#fc571c #1cfc57 #571cfc

Analogous Colors of #fc571c

#fc571c #fcc71c #fc1c51

Monochromatic Colors of #fc571c

#fc571c

Complementary Color

#fc571c #1cc1fc

#fc571c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc571c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc571c Color CSS Codes

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

#fc571c Text Font Color

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

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


#fc571c Background Color

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

This div background color is #fc571c


#fc571c Border Color

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

This div border color is #fc571c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc571c

Related Colors


Comments

No comments written yet.

Please login to write comment.