Color Hex Logo

#fc341d Color Hex

#FC341D
(252,52,29)
0 Favorites   0 Comments

Color spaces of #fc341d

RGB 2525229
HSL0.020.970.55
HSV88°99°
CMYK 0.000.790.88   0.01
XYZ41.594623.24013.4559
Yxy23.24010.60910.3403
Hunter Lab48.208069.648629.4953
CIE-Lab55.318872.200159.6401

#fc341d color RGB value is (252,52,29).

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

The process color (four color CMYK) of #fc341d color hex is 0.00, 0.79, 0.88, 0.01. Web safe color of #fc341d is #ff3333. Color #fc341d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110100 00011101
Octal 374 64 35
Decimal 252 52 29
Hex FC 34 1D

RGB Percentages of Color #fc341d

%75.68
%15.62
%8.71

CMYK Percentages of Color #fc341d

%0
%79
%88
%1

Triadic Colors of #fc341d

#fc341d #1dfc34 #341dfc

Analogous Colors of #fc341d

#fc341d #fca41d #fc1d76

Monochromatic Colors of #fc341d

#fc341d

Complementary Color

#fc341d #1de5fc

#fc341d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc341d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc341d Color CSS Codes

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

#fc341d Text Font Color

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

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


#fc341d Background Color

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

This div background color is #fc341d


#fc341d Border Color

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

This div border color is #fc341d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc341d


Comments

No comments written yet.

Please login to write comment.