Color Hex Logo

#fc301f Color Hex

#FC301F
(252,48,31)
0 Favorites   0 Comments

Color spaces of #fc301f

RGB 2524831
HSL0.010.970.55
HSV88°99°
CMYK 0.000.810.88   0.01
XYZ41.449222.90833.5334
Yxy22.90830.61050.3374
Hunter Lab47.862670.822129.1268
CIE-Lab54.977873.227358.5823

#fc301f color RGB value is (252,48,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110000 00011111
Octal 374 60 37
Decimal 252 48 31
Hex FC 30 1F

RGB Percentages of Color #fc301f

%76.13
%14.50
%9.37

CMYK Percentages of Color #fc301f

%0
%81
%88
%1

Triadic Colors of #fc301f

#fc301f #1ffc30 #301ffc

Analogous Colors of #fc301f

#fc301f #fc9f1f #fc1f7d

Monochromatic Colors of #fc301f

#fc301f

Complementary Color

#fc301f #1febfc

#fc301f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc301f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc301f Color CSS Codes

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

#fc301f Text Font Color

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

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


#fc301f Background Color

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

This div background color is #fc301f


#fc301f Border Color

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

This div border color is #fc301f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc301f


Comments

No comments written yet.

Please login to write comment.