Color Hex Logo

#fc543c Color Hex

#FC543C
(252,84,60)
0 Favorites   0 Comments

Color spaces of #fc543c

RGB 2528460
HSL0.020.970.61
HSV76°99°
CMYK 0.000.670.76   0.01
XYZ44.130827.36237.2305
Yxy27.36230.56060.3476
Hunter Lab52.309059.051928.4208
CIE-Lab59.308262.568248.8514

#fc543c color RGB value is (252,84,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010100 00111100
Octal 374 124 74
Decimal 252 84 60
Hex FC 54 3C

RGB Percentages of Color #fc543c

%63.64
%21.21
%15.15

CMYK Percentages of Color #fc543c

%0
%67
%76
%1

Triadic Colors of #fc543c

#fc543c #3cfc54 #543cfc

Analogous Colors of #fc543c

#fc543c #fcb43c #fc3c84

Monochromatic Colors of #fc543c

#fc543c

Complementary Color

#fc543c #3ce4fc

#fc543c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc543c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc543c Color CSS Codes

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

#fc543c Text Font Color

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

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


#fc543c Background Color

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

This div background color is #fc543c


#fc543c Border Color

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

This div border color is #fc543c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc543c

Related Colors


Comments

No comments written yet.

Please login to write comment.