Color Hex Logo

#fc243a Color Hex

#FC243A
(252,36,58)
0 Favorites   0 Comments

Color spaces of #fc243a

RGB 2523658
HSL0.980.970.56
HSV354°86°99°
CMYK 0.000.860.77   0.01
XYZ41.539522.26276.1107
Yxy22.26270.59420.3184
Hunter Lab47.183474.577725.3497
CIE-Lab54.304676.403844.6422

#fc243a color RGB value is (252,36,58).

#fc243a hex color red value is 252, green value is 36 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fc243a hue: 0.98 , saturation: 0.97 and the lightness value of fc243a is 0.56.

The process color (four color CMYK) of #fc243a color hex is 0.00, 0.86, 0.77, 0.01. Web safe color of #fc243a is #ff3333. Color #fc243a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100100 00111010
Octal 374 44 72
Decimal 252 36 58
Hex FC 24 3A

RGB Percentages of Color #fc243a

%72.83
%10.40
%16.76

CMYK Percentages of Color #fc243a

%0
%86
%77
%1

Triadic Colors of #fc243a

#fc243a #3afc24 #243afc

Analogous Colors of #fc243a

#fc243a #fc7a24 #fc24a6

Monochromatic Colors of #fc243a

#fc243a

Complementary Color

#fc243a #24fce6

#fc243a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc243a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc243a Color CSS Codes

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

#fc243a Text Font Color

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

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


#fc243a Background Color

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

This div background color is #fc243a


#fc243a Border Color

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

This div border color is #fc243a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc243a


Comments

No comments written yet.

Please login to write comment.