Color Hex Logo

#fc6139 Color Hex

#FC6139
(252,97,57)
0 Favorites   0 Comments

Color spaces of #fc6139

RGB 2529757
HSL0.030.970.61
HSV12°77°99°
CMYK 0.000.620.77   0.01
XYZ45.158129.54027.1926
Yxy29.54020.55140.3607
Hunter Lab54.350953.194830.1994
CIE-Lab61.255557.156152.3506

#fc6139 color RGB value is (252,97,57).

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

The process color (four color CMYK) of #fc6139 color hex is 0.00, 0.62, 0.77, 0.01. Web safe color of #fc6139 is #ff6633. Color #fc6139 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100001 00111001
Octal 374 141 71
Decimal 252 97 57
Hex FC 61 39

RGB Percentages of Color #fc6139

%62.07
%23.89
%14.04

CMYK Percentages of Color #fc6139

%0
%62
%77
%1

Triadic Colors of #fc6139

#fc6139 #39fc61 #6139fc

Analogous Colors of #fc6139

#fc6139 #fcc339 #fc3973

Monochromatic Colors of #fc6139

#fc6139

Complementary Color

#fc6139 #39d4fc

#fc6139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6139 Color CSS Codes

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

#fc6139 Text Font Color

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

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


#fc6139 Background Color

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

This div background color is #fc6139


#fc6139 Border Color

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

This div border color is #fc6139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6139


Comments

No comments written yet.

Please login to write comment.