Color Hex Logo

#fc6108 Color Hex

#FC6108
(252,97,8)
0 Favorites   0 Comments

Color spaces of #fc6108

RGB 252978
HSL0.060.980.51
HSV22°97°99°
CMYK 0.000.620.97   0.01
XYZ44.463429.26243.5344
Yxy29.26240.57550.3788
Hunter Lab54.094752.053133.9925
CIE-Lab61.012556.192268.9810

#fc6108 color RGB value is (252,97,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100001 00001000
Octal 374 141 10
Decimal 252 97 8
Hex FC 61 8

RGB Percentages of Color #fc6108

%70.59
%27.17
%2.24

CMYK Percentages of Color #fc6108

%0
%62
%97
%1

Triadic Colors of #fc6108

#fc6108 #08fc61 #6108fc

Analogous Colors of #fc6108

#fc6108 #fcdb08 #fc0829

Monochromatic Colors of #fc6108

#fc6108

Complementary Color

#fc6108 #08a3fc

#fc6108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6108 Color CSS Codes

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

#fc6108 Text Font Color

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

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


#fc6108 Background Color

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

This div background color is #fc6108


#fc6108 Border Color

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

This div border color is #fc6108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6108


Comments

No comments written yet.

Please login to write comment.