Color Hex Logo

#fc0407 Color Hex

#FC0407
(252,4,7)
0 Favorites   0 Comments

Color spaces of #fc0407

RGB 25247
HSL1.000.980.50
HSV359°98°99°
CMYK 0.000.980.97   0.01
XYZ40.226720.79762.0952
Yxy20.79760.63730.3295
Hunter Lab45.604477.643529.1991
CIE-Lab52.727379.162764.9010

#fc0407 color RGB value is (252,4,7).

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

The process color (four color CMYK) of #fc0407 color hex is 0.00, 0.98, 0.97, 0.01. Web safe color of #fc0407 is #ff0000. Color #fc0407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000100 00000111
Octal 374 4 7
Decimal 252 4 7
Hex FC 4 7

RGB Percentages of Color #fc0407

%95.82
%1.52
%2.66

CMYK Percentages of Color #fc0407

%0
%98
%97
%1

Triadic Colors of #fc0407

#fc0407 #07fc04 #0407fc

Analogous Colors of #fc0407

#fc0407 #fc7d04 #fc0483

Monochromatic Colors of #fc0407

#fc0407

Complementary Color

#fc0407 #04fcf9

#fc0407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0407 Color CSS Codes

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

#fc0407 Text Font Color

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

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


#fc0407 Background Color

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

This div background color is #fc0407


#fc0407 Border Color

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

This div border color is #fc0407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0407

Related Colors


Comments

No comments written yet.

Please login to write comment.