Color Hex Logo

#fc402e Color Hex

#FC402E
(252,64,46)
0 Favorites   0 Comments

Color spaces of #fc402e

RGB 2526446
HSL0.010.970.58
HSV82°99°
CMYK 0.000.750.82   0.01
XYZ42.471424.55955.0867
Yxy24.55950.58890.3405
Hunter Lab49.557566.250928.6046
CIE-Lab56.643769.138253.2163

#fc402e color RGB value is (252,64,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000000 00101110
Octal 374 100 56
Decimal 252 64 46
Hex FC 40 2E

RGB Percentages of Color #fc402e

%69.61
%17.68
%12.71

CMYK Percentages of Color #fc402e

%0
%75
%82
%1

Triadic Colors of #fc402e

#fc402e #2efc40 #402efc

Analogous Colors of #fc402e

#fc402e #fca72e #fc2e83

Monochromatic Colors of #fc402e

#fc402e

Complementary Color

#fc402e #2eeafc

#fc402e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc402e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc402e Color CSS Codes

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

#fc402e Text Font Color

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

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


#fc402e Background Color

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

This div background color is #fc402e


#fc402e Border Color

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

This div border color is #fc402e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc402e


Comments

No comments written yet.

Please login to write comment.