Color Hex Logo

#fc173b Color Hex

#FC173B
(252,23,59)
0 Favorites   0 Comments

Color spaces of #fc173b

RGB 2522359
HSL0.970.970.54
HSV351°91°99°
CMYK 0.000.910.77   0.01
XYZ41.240721.62406.1379
Yxy21.62400.59770.3134
Hunter Lab46.501676.927824.7252
CIE-Lab53.625878.418043.3583

#fc173b color RGB value is (252,23,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010111 00111011
Octal 374 27 73
Decimal 252 23 59
Hex FC 17 3B

RGB Percentages of Color #fc173b

%75.45
%6.89
%17.66

CMYK Percentages of Color #fc173b

%0
%91
%77
%1

Triadic Colors of #fc173b

#fc173b #3bfc17 #173bfc

Analogous Colors of #fc173b

#fc173b #fc6617 #fc17ae

Monochromatic Colors of #fc173b

#fc173b

Complementary Color

#fc173b #17fcd8

#fc173b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc173b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc173b Color CSS Codes

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

#fc173b Text Font Color

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

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


#fc173b Background Color

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

This div background color is #fc173b


#fc173b Border Color

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

This div border color is #fc173b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc173b


Comments

No comments written yet.

Please login to write comment.