Color Hex Logo

#fc363c Color Hex

#FC363C
(252,54,60)
0 Favorites   0 Comments

Color spaces of #fc363c

RGB 2525460
HSL0.990.970.60
HSV358°79°99°
CMYK 0.000.790.76   0.01
XYZ42.279723.66006.6134
Yxy23.66000.58270.3261
Hunter Lab48.641570.031225.9879
CIE-Lab55.745872.432645.0823

#fc363c color RGB value is (252,54,60).

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

The process color (four color CMYK) of #fc363c color hex is 0.00, 0.79, 0.76, 0.01. Web safe color of #fc363c is #ff3333. Color #fc363c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110110 00111100
Octal 374 66 74
Decimal 252 54 60
Hex FC 36 3C

RGB Percentages of Color #fc363c

%68.85
%14.75
%16.39

CMYK Percentages of Color #fc363c

%0
%79
%76
%1

Triadic Colors of #fc363c

#fc363c #3cfc36 #363cfc

Analogous Colors of #fc363c

#fc363c #fc9336 #fc369f

Monochromatic Colors of #fc363c

#fc363c

Complementary Color

#fc363c #36fcf6

#fc363c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc363c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc363c Color CSS Codes

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

#fc363c Text Font Color

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

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


#fc363c Background Color

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

This div background color is #fc363c


#fc363c Border Color

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

This div border color is #fc363c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc363c

Related Colors


Comments

No comments written yet.

Please login to write comment.