Color Hex Logo

#fc6104 Color Hex

#FC6104
(252,97,4)
2 Favorites   0 Comments

Color spaces of #fc6104

RGB 252974
HSL0.060.980.50
HSV23°98°99°
CMYK 0.000.620.98   0.01
XYZ44.441529.25363.4190
Yxy29.25360.57630.3794
Hunter Lab54.086652.017134.1127
CIE-Lab61.004856.161769.6697

#fc6104 color RGB value is (252,97,4).

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

The process color (four color CMYK) of #fc6104 color hex is 0.00, 0.62, 0.98, 0.01. Web safe color of #fc6104 is #ff6600. Color #fc6104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100001 00000100
Octal 374 141 4
Decimal 252 97 4
Hex FC 61 4

RGB Percentages of Color #fc6104

%71.39
%27.48
%1.13

CMYK Percentages of Color #fc6104

%0
%62
%98
%1

Triadic Colors of #fc6104

#fc6104 #04fc61 #6104fc

Analogous Colors of #fc6104

#fc6104 #fcdd04 #fc0423

Monochromatic Colors of #fc6104

#fc6104

Complementary Color

#fc6104 #049ffc

#fc6104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6104 Color CSS Codes

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

#fc6104 Text Font Color

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

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


#fc6104 Background Color

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

This div background color is #fc6104


#fc6104 Border Color

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

This div border color is #fc6104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6104

Related Colors


Comments

No comments written yet.

Please login to write comment.