Color Hex Logo

#fc523c Color Hex

#FC523C
(252,82,60)
0 Favorites   0 Comments

Color spaces of #fc523c

RGB 2528260
HSL0.020.970.61
HSV76°99°
CMYK 0.000.670.76   0.01
XYZ43.977827.05637.1795
Yxy27.05630.56230.3459
Hunter Lab52.015759.889428.2274
CIE-Lab59.026463.334848.5565

#fc523c color RGB value is (252,82,60).

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

The process color (four color CMYK) of #fc523c color hex is 0.00, 0.67, 0.76, 0.01. Web safe color of #fc523c is #ff6633. Color #fc523c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010010 00111100
Octal 374 122 74
Decimal 252 82 60
Hex FC 52 3C

RGB Percentages of Color #fc523c

%63.96
%20.81
%15.23

CMYK Percentages of Color #fc523c

%0
%67
%76
%1

Triadic Colors of #fc523c

#fc523c #3cfc52 #523cfc

Analogous Colors of #fc523c

#fc523c #fcb23c #fc3c86

Monochromatic Colors of #fc523c

#fc523c

Complementary Color

#fc523c #3ce6fc

#fc523c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc523c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc523c Color CSS Codes

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

#fc523c Text Font Color

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

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


#fc523c Background Color

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

This div background color is #fc523c


#fc523c Border Color

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

This div border color is #fc523c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc523c

Related Colors


Comments

No comments written yet.

Please login to write comment.