Color Hex Logo

#fc473e Color Hex

#FC473E
(252,71,62)
0 Favorites   0 Comments

Color spaces of #fc473e

RGB 2527162
HSL0.010.970.62
HSV75°99°
CMYK 0.000.720.75   0.01
XYZ43.267625.54977.2086
Yxy25.54970.56910.3361
Hunter Lab50.546764.337926.9272
CIE-Lab57.607167.359346.0005

#fc473e color RGB value is (252,71,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000111 00111110
Octal 374 107 76
Decimal 252 71 62
Hex FC 47 3E

RGB Percentages of Color #fc473e

%65.45
%18.44
%16.10

CMYK Percentages of Color #fc473e

%0
%72
%75
%1

Triadic Colors of #fc473e

#fc473e #3efc47 #473efc

Analogous Colors of #fc473e

#fc473e #fca63e #fc3e94

Monochromatic Colors of #fc473e

#fc473e

Complementary Color

#fc473e #3ef3fc

#fc473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc473e Color CSS Codes

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

#fc473e Text Font Color

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

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


#fc473e Background Color

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

This div background color is #fc473e


#fc473e Border Color

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

This div border color is #fc473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc473e


Comments

No comments written yet.

Please login to write comment.