Color Hex Logo

#fc6001 Color Hex

#FC6001
(252,96,1)
0 Favorites   0 Comments

Color spaces of #fc6001

RGB 252961
HSL0.060.990.50
HSV23°100°99°
CMYK 0.000.621.00   0.01
XYZ44.333229.06343.3019
Yxy29.06340.57800.3789
Hunter Lab53.910552.445934.1060
CIE-Lab60.837556.567270.1101

#fc6001 color RGB value is (252,96,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100000 00000001
Octal 374 140 1
Decimal 252 96 1
Hex FC 60 1

RGB Percentages of Color #fc6001

%72.21
%27.51
%0.29

CMYK Percentages of Color #fc6001

%0
%62
%100
%1

Triadic Colors of #fc6001

#fc6001 #01fc60 #6001fc

Analogous Colors of #fc6001

#fc6001 #fcde01 #fc011f

Monochromatic Colors of #fc6001

#fc6001

Complementary Color

#fc6001 #019dfc

#fc6001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6001 Color CSS Codes

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

#fc6001 Text Font Color

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

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


#fc6001 Background Color

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

This div background color is #fc6001


#fc6001 Border Color

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

This div border color is #fc6001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6001


Comments

No comments written yet.

Please login to write comment.