Color Hex Logo

#fc3504 Color Hex

#FC3504
(252,53,4)
0 Favorites   0 Comments

Color spaces of #fc3504

RGB 252534
HSL0.030.980.50
HSV12°98°99°
CMYK 0.000.790.98   0.01
XYZ41.439923.25042.4185
Yxy23.25040.61750.3465
Hunter Lab48.218769.023130.7793
CIE-Lab55.329371.683566.7614

#fc3504 color RGB value is (252,53,4).

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

The process color (four color CMYK) of #fc3504 color hex is 0.00, 0.79, 0.98, 0.01. Web safe color of #fc3504 is #ff3300. Color #fc3504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110101 00000100
Octal 374 65 4
Decimal 252 53 4
Hex FC 35 4

RGB Percentages of Color #fc3504

%81.55
%17.15
%1.29

CMYK Percentages of Color #fc3504

%0
%79
%98
%1

Triadic Colors of #fc3504

#fc3504 #04fc35 #3504fc

Analogous Colors of #fc3504

#fc3504 #fcb104 #fc044f

Monochromatic Colors of #fc3504

#fc3504

Complementary Color

#fc3504 #04cbfc

#fc3504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3504 Color CSS Codes

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

#fc3504 Text Font Color

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

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


#fc3504 Background Color

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

This div background color is #fc3504


#fc3504 Border Color

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

This div border color is #fc3504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3504

Related Colors


Comments

No comments written yet.

Please login to write comment.