Color Hex Logo

#fc422d Color Hex

#FC422D
(252,66,45)
0 Favorites   0 Comments

Color spaces of #fc422d

RGB 2526645
HSL0.020.970.58
HSV82°99°
CMYK 0.000.740.82   0.01
XYZ42.566824.78135.0224
Yxy24.78130.58820.3424
Hunter Lab49.780865.516128.8648
CIE-Lab56.861768.484453.8970

#fc422d color RGB value is (252,66,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000010 00101101
Octal 374 102 55
Decimal 252 66 45
Hex FC 42 2D

RGB Percentages of Color #fc422d

%69.42
%18.18
%12.40

CMYK Percentages of Color #fc422d

%0
%74
%82
%1

Triadic Colors of #fc422d

#fc422d #2dfc42 #422dfc

Analogous Colors of #fc422d

#fc422d #fcaa2d #fc2d80

Monochromatic Colors of #fc422d

#fc422d

Complementary Color

#fc422d #2de7fc

#fc422d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc422d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc422d Color CSS Codes

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

#fc422d Text Font Color

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

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


#fc422d Background Color

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

This div background color is #fc422d


#fc422d Border Color

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

This div border color is #fc422d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc422d


Comments

No comments written yet.

Please login to write comment.