Color Hex Logo

#fc363e Color Hex

#FC363E
(252,54,62)
0 Favorites   0 Comments

Color spaces of #fc363e

RGB 2525462
HSL0.990.970.60
HSV358°79°99°
CMYK 0.000.790.75   0.01
XYZ42.333623.68166.8972
Yxy23.68160.58060.3248
Hunter Lab48.663770.119325.6613
CIE-Lab55.767672.500644.0110

#fc363e color RGB value is (252,54,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110110 00111110
Octal 374 66 76
Decimal 252 54 62
Hex FC 36 3E

RGB Percentages of Color #fc363e

%68.48
%14.67
%16.85

CMYK Percentages of Color #fc363e

%0
%79
%75
%1

Triadic Colors of #fc363e

#fc363e #3efc36 #363efc

Analogous Colors of #fc363e

#fc363e #fc9136 #fc36a1

Monochromatic Colors of #fc363e

#fc363e

Complementary Color

#fc363e #36fcf4

#fc363e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc363e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc363e Color CSS Codes

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

#fc363e Text Font Color

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

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


#fc363e Background Color

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

This div background color is #fc363e


#fc363e Border Color

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

This div border color is #fc363e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc363e

Related Colors


Comments

No comments written yet.

Please login to write comment.