Color Hex Logo

#fc451e Color Hex

#FC451E
(252,69,30)
0 Favorites   0 Comments

Color spaces of #fc451e

RGB 2526930
HSL0.030.970.55
HSV11°88°99°
CMYK 0.000.730.88   0.01
XYZ42.507325.04543.8222
Yxy25.04540.59550.3509
Hunter Lab50.045464.034030.5035
CIE-Lab57.119667.194460.5824

#fc451e color RGB value is (252,69,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000101 00011110
Octal 374 105 36
Decimal 252 69 30
Hex FC 45 1E

RGB Percentages of Color #fc451e

%71.79
%19.66
%8.55

CMYK Percentages of Color #fc451e

%0
%73
%88
%1

Triadic Colors of #fc451e

#fc451e #1efc45 #451efc

Analogous Colors of #fc451e

#fc451e #fcb41e #fc1e66

Monochromatic Colors of #fc451e

#fc451e

Complementary Color

#fc451e #1ed5fc

#fc451e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc451e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc451e Color CSS Codes

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

#fc451e Text Font Color

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

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


#fc451e Background Color

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

This div background color is #fc451e


#fc451e Border Color

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

This div border color is #fc451e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc451e


Comments

No comments written yet.

Please login to write comment.