color codes Logo

#fc382c color codes

#FC382C
(252,56,44)
0 Favorites   0 Comments

Color spaces of #fc382c

RGB 2525644
HSL0.010.970.58
HSV83°99°
CMYK 0.000.780.83   0.01
XYZ42.013723.70564.7442
Yxy23.70560.59620.3364
Hunter Lab48.688468.824728.3047
CIE-Lab55.791871.431953.4020

#fc382c color RGB value is (252,56,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111000 00101100
Octal 374 70 54
Decimal 252 56 44
Hex FC 38 2C

RGB Percentages of Color #fc382c

%71.59
%15.91
%12.50

CMYK Percentages of Color #fc382c

%0
%78
%83
%1

Triadic Colors of #fc382c

#fc382c #2cfc38 #382cfc

Analogous Colors of #fc382c

#fc382c #fca02c #fc2c88

Monochromatic Colors of #fc382c

#fc382c

Complementary Color

#fc382c #2cf0fc

#fc382c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc382c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc382c Color CSS Codes

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

#fc382c Text Font Color

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

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


#fc382c Background Color

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

This div background color is #fc382c


#fc382c Border Color

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

This div border color is #fc382c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc382c


Comments

No comments written yet.

Please login to write comment.