Color Hex Logo

#fc600c Color Hex

#FC600C
(252,96,12)
0 Favorites   0 Comments

Color spaces of #fc600c

RGB 2529612
HSL0.060.980.52
HSV21°95°99°
CMYK 0.000.620.95   0.01
XYZ44.394129.08773.6225
Yxy29.08770.57580.3773
Hunter Lab53.933052.546733.7708
CIE-Lab60.859056.652468.1905

#fc600c color RGB value is (252,96,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100000 00001100
Octal 374 140 14
Decimal 252 96 12
Hex FC 60 C

RGB Percentages of Color #fc600c

%70.00
%26.67
%3.33

CMYK Percentages of Color #fc600c

%0
%62
%95
%1

Triadic Colors of #fc600c

#fc600c #0cfc60 #600cfc

Analogous Colors of #fc600c

#fc600c #fcd80c #fc0c30

Monochromatic Colors of #fc600c

#fc600c

Complementary Color

#fc600c #0ca8fc

#fc600c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc600c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc600c Color CSS Codes

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

#fc600c Text Font Color

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

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


#fc600c Background Color

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

This div background color is #fc600c


#fc600c Border Color

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

This div border color is #fc600c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc600c

Related Colors


Comments

No comments written yet.

Please login to write comment.