Color Hex Logo

#fc422e Color Hex

#FC422E
(252,66,46)
0 Favorites   0 Comments

Color spaces of #fc422e

RGB 2526646
HSL0.020.970.58
HSV82°99°
CMYK 0.000.740.82   0.01
XYZ42.586224.78915.1250
Yxy24.78910.58740.3419
Hunter Lab49.788765.548028.7490
CIE-Lab56.869468.509653.4251

#fc422e color RGB value is (252,66,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000010 00101110
Octal 374 102 56
Decimal 252 66 46
Hex FC 42 2E

RGB Percentages of Color #fc422e

%69.23
%18.13
%12.64

CMYK Percentages of Color #fc422e

%0
%74
%82
%1

Triadic Colors of #fc422e

#fc422e #2efc42 #422efc

Analogous Colors of #fc422e

#fc422e #fca92e #fc2e81

Monochromatic Colors of #fc422e

#fc422e

Complementary Color

#fc422e #2ee8fc

#fc422e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc422e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc422e Color CSS Codes

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

#fc422e Text Font Color

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

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


#fc422e Background Color

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

This div background color is #fc422e


#fc422e Border Color

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

This div border color is #fc422e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc422e

Related Colors


Comments

No comments written yet.

Please login to write comment.