Color Hex Logo

#fc321d Color Hex

#FC321D
(252,50,29)
0 Favorites   0 Comments

Color spaces of #fc321d

RGB 2525029
HSL0.020.970.55
HSV88°99°
CMYK 0.000.800.88   0.01
XYZ41.507323.06543.4268
Yxy23.06540.61040.3392
Hunter Lab48.026570.224029.3880
CIE-Lab55.139672.706659.5095

#fc321d color RGB value is (252,50,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110010 00011101
Octal 374 62 35
Decimal 252 50 29
Hex FC 32 1D

RGB Percentages of Color #fc321d

%76.13
%15.11
%8.76

CMYK Percentages of Color #fc321d

%0
%80
%88
%1

Triadic Colors of #fc321d

#fc321d #1dfc32 #321dfc

Analogous Colors of #fc321d

#fc321d #fca21d #fc1d78

Monochromatic Colors of #fc321d

#fc321d

Complementary Color

#fc321d #1de7fc

#fc321d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc321d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc321d Color CSS Codes

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

#fc321d Text Font Color

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

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


#fc321d Background Color

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

This div background color is #fc321d


#fc321d Border Color

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

This div border color is #fc321d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc321d

Related Colors


Comments

No comments written yet.

Please login to write comment.