Color Hex Logo

#fc6701 Color Hex

#FC6701
(252,103,1)
0 Favorites   0 Comments

Color spaces of #fc6701

RGB 2521031
HSL0.070.990.50
HSV24°100°99°
CMYK 0.000.591.00   0.01
XYZ45.000630.39813.5243
Yxy30.39810.57020.3852
Hunter Lab55.134549.205934.8042
CIE-Lab61.996253.509170.7378

#fc6701 color RGB value is (252,103,1).

#fc6701 hex color red value is 252, green value is 103 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fc6701 hue: 0.07 , saturation: 0.99 and the lightness value of fc6701 is 0.50.

The process color (four color CMYK) of #fc6701 color hex is 0.00, 0.59, 1.00, 0.01. Web safe color of #fc6701 is #ff6600. Color #fc6701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100111 00000001
Octal 374 147 1
Decimal 252 103 1
Hex FC 67 1

RGB Percentages of Color #fc6701

%70.79
%28.93
%0.28

CMYK Percentages of Color #fc6701

%0
%59
%100
%1

Triadic Colors of #fc6701

#fc6701 #01fc67 #6701fc

Analogous Colors of #fc6701

#fc6701 #fce501 #fc0119

Monochromatic Colors of #fc6701

#fc6701

Complementary Color

#fc6701 #0196fc

#fc6701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6701 Color CSS Codes

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

#fc6701 Text Font Color

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

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


#fc6701 Background Color

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

This div background color is #fc6701


#fc6701 Border Color

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

This div border color is #fc6701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6701


Comments

No comments written yet.

Please login to write comment.