Color Hex Logo

#fc423d Color Hex

#FC423D
(252,66,61)
0 Favorites   0 Comments

Color spaces of #fc423d

RGB 2526661
HSL0.000.970.61
HSV76°99°
CMYK 0.000.740.76   0.01
XYZ42.935424.92886.9637
Yxy24.92880.57380.3331
Hunter Lab49.928766.122826.6808
CIE-Lab57.006068.963645.8908

#fc423d color RGB value is (252,66,61).

#fc423d hex color red value is 252, green value is 66 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fc423d hue: 0.00 , saturation: 0.97 and the lightness value of fc423d is 0.61.

The process color (four color CMYK) of #fc423d color hex is 0.00, 0.74, 0.76, 0.01. Web safe color of #fc423d is #ff3333. Color #fc423d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000010 00111101
Octal 374 102 75
Decimal 252 66 61
Hex FC 42 3D

RGB Percentages of Color #fc423d

%66.49
%17.41
%16.09

CMYK Percentages of Color #fc423d

%0
%74
%76
%1

Triadic Colors of #fc423d

#fc423d #3dfc42 #423dfc

Analogous Colors of #fc423d

#fc423d #fca23d #fc3d98

Monochromatic Colors of #fc423d

#fc423d

Complementary Color

#fc423d #3df7fc

#fc423d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc423d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc423d Color CSS Codes

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

#fc423d Text Font Color

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

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


#fc423d Background Color

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

This div background color is #fc423d


#fc423d Border Color

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

This div border color is #fc423d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc423d


Comments

No comments written yet.

Please login to write comment.