Color Hex Logo

#fc6936 Color Hex

#FC6936
(252,105,54)
0 Favorites   0 Comments

Color spaces of #fc6936

RGB 25210554
HSL0.040.970.60
HSV15°79°99°
CMYK 0.000.580.79   0.01
XYZ45.862331.06497.0690
Yxy31.06490.54600.3698
Hunter Lab55.735949.341031.4954
CIE-Lab62.562453.540355.0697

#fc6936 color RGB value is (252,105,54).

#fc6936 hex color red value is 252, green value is 105 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #fc6936 hue: 0.04 , saturation: 0.97 and the lightness value of fc6936 is 0.60.

The process color (four color CMYK) of #fc6936 color hex is 0.00, 0.58, 0.79, 0.01. Web safe color of #fc6936 is #ff6633. Color #fc6936 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101001 00110110
Octal 374 151 66
Decimal 252 105 54
Hex FC 69 36

RGB Percentages of Color #fc6936

%61.31
%25.55
%13.14

CMYK Percentages of Color #fc6936

%0
%58
%79
%1

Triadic Colors of #fc6936

#fc6936 #36fc69 #6936fc

Analogous Colors of #fc6936

#fc6936 #fccc36 #fc3666

Monochromatic Colors of #fc6936

#fc6936

Complementary Color

#fc6936 #36c9fc

#fc6936 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6936 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6936 Color CSS Codes

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

#fc6936 Text Font Color

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

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


#fc6936 Background Color

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

This div background color is #fc6936


#fc6936 Border Color

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

This div border color is #fc6936


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6936


Comments

No comments written yet.

Please login to write comment.