Color Hex Logo

#fc173e Color Hex

#FC173E
(252,23,62)
0 Favorites   0 Comments

Color spaces of #fc173e

RGB 2522362
HSL0.970.970.54
HSV350°91°99°
CMYK 0.000.910.75   0.01
XYZ41.320821.65606.5596
Yxy21.65600.59420.3114
Hunter Lab46.536077.057824.2178
CIE-Lab53.660178.514941.7001

#fc173e color RGB value is (252,23,62).

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

The process color (four color CMYK) of #fc173e color hex is 0.00, 0.91, 0.75, 0.01. Web safe color of #fc173e is #ff0033. Color #fc173e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010111 00111110
Octal 374 27 76
Decimal 252 23 62
Hex FC 17 3E

RGB Percentages of Color #fc173e

%74.78
%6.82
%18.40

CMYK Percentages of Color #fc173e

%0
%91
%75
%1

Triadic Colors of #fc173e

#fc173e #3efc17 #173efc

Analogous Colors of #fc173e

#fc173e #fc6317 #fc17b1

Monochromatic Colors of #fc173e

#fc173e

Complementary Color

#fc173e #17fcd5

#fc173e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc173e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc173e Color CSS Codes

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

#fc173e Text Font Color

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

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


#fc173e Background Color

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

This div background color is #fc173e


#fc173e Border Color

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

This div border color is #fc173e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc173e

Related Colors


Comments

No comments written yet.

Please login to write comment.