Color Hex Logo

#fc5407 Color Hex

#FC5407
(252,84,7)
0 Favorites   0 Comments

Color spaces of #fc5407

RGB 252847
HSL0.050.980.51
HSV19°97°99°
CMYK 0.000.670.97   0.01
XYZ43.353627.05143.1375
Yxy27.05140.58950.3678
Hunter Lab52.011057.769032.8311
CIE-Lab59.021961.516068.0324

#fc5407 color RGB value is (252,84,7).

#fc5407 hex color red value is 252, green value is 84 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #fc5407 hue: 0.05 , saturation: 0.98 and the lightness value of fc5407 is 0.51.

The process color (four color CMYK) of #fc5407 color hex is 0.00, 0.67, 0.97, 0.01. Web safe color of #fc5407 is #ff6600. Color #fc5407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010100 00000111
Octal 374 124 7
Decimal 252 84 7
Hex FC 54 7

RGB Percentages of Color #fc5407

%73.47
%24.49
%2.04

CMYK Percentages of Color #fc5407

%0
%67
%97
%1

Triadic Colors of #fc5407

#fc5407 #07fc54 #5407fc

Analogous Colors of #fc5407

#fc5407 #fccf07 #fc0734

Monochromatic Colors of #fc5407

#fc5407

Complementary Color

#fc5407 #07affc

#fc5407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5407 Color CSS Codes

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

#fc5407 Text Font Color

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

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


#fc5407 Background Color

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

This div background color is #fc5407


#fc5407 Border Color

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

This div border color is #fc5407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5407


Comments

No comments written yet.

Please login to write comment.