Color Hex Logo

#fc363b Color Hex

#FC363B
(252,54,59)
0 Favorites   0 Comments

Color spaces of #fc363b

RGB 2525459
HSL1.000.970.60
HSV358°79°99°
CMYK 0.000.790.77   0.01
XYZ42.253523.64956.4755
Yxy23.64950.58380.3267
Hunter Lab48.630869.988426.1467
CIE-Lab55.735172.399545.6142

#fc363b color RGB value is (252,54,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110110 00111011
Octal 374 66 73
Decimal 252 54 59
Hex FC 36 3B

RGB Percentages of Color #fc363b

%69.04
%14.79
%16.16

CMYK Percentages of Color #fc363b

%0
%79
%77
%1

Triadic Colors of #fc363b

#fc363b #3bfc36 #363bfc

Analogous Colors of #fc363b

#fc363b #fc9436 #fc369e

Monochromatic Colors of #fc363b

#fc363b

Complementary Color

#fc363b #36fcf7

#fc363b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc363b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc363b Color CSS Codes

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

#fc363b Text Font Color

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

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


#fc363b Background Color

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

This div background color is #fc363b


#fc363b Border Color

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

This div border color is #fc363b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc363b


Comments

No comments written yet.

Please login to write comment.