Color Hex Logo

#fc382a Color Hex

#FC382A
(252,56,42)
0 Favorites   0 Comments

Color spaces of #fc382a

RGB 2525642
HSL0.010.970.58
HSV83°99°
CMYK 0.000.780.83   0.01
XYZ41.977023.69104.5509
Yxy23.69100.59780.3374
Hunter Lab48.673468.763828.5278
CIE-Lab55.777171.384554.3457

#fc382a color RGB value is (252,56,42).

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

The process color (four color CMYK) of #fc382a color hex is 0.00, 0.78, 0.83, 0.01. Web safe color of #fc382a is #ff3333. Color #fc382a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111000 00101010
Octal 374 70 52
Decimal 252 56 42
Hex FC 38 2A

RGB Percentages of Color #fc382a

%72.00
%16.00
%12.00

CMYK Percentages of Color #fc382a

%0
%78
%83
%1

Triadic Colors of #fc382a

#fc382a #2afc38 #382afc

Analogous Colors of #fc382a

#fc382a #fca12a #fc2a85

Monochromatic Colors of #fc382a

#fc382a

Complementary Color

#fc382a #2aeefc

#fc382a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc382a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc382a Color CSS Codes

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

#fc382a Text Font Color

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

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


#fc382a Background Color

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

This div background color is #fc382a


#fc382a Border Color

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

This div border color is #fc382a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc382a


Comments

No comments written yet.

Please login to write comment.