Color Hex Logo

#fc603c Color Hex

#FC603C
(252,96,60)
0 Favorites   0 Comments

Color spaces of #fc603c

RGB 2529660
HSL0.030.970.61
HSV11°76°99°
CMYK 0.000.620.76   0.01
XYZ45.143429.38747.5680
Yxy29.38740.54990.3580
Hunter Lab54.210153.777829.6699
CIE-Lab61.122057.688950.7377

#fc603c color RGB value is (252,96,60).

#fc603c hex color red value is 252, green value is 96 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fc603c hue: 0.03 , saturation: 0.97 and the lightness value of fc603c is 0.61.

The process color (four color CMYK) of #fc603c color hex is 0.00, 0.62, 0.76, 0.01. Web safe color of #fc603c is #ff6633. Color #fc603c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100000 00111100
Octal 374 140 74
Decimal 252 96 60
Hex FC 60 3C

RGB Percentages of Color #fc603c

%61.76
%23.53
%14.71

CMYK Percentages of Color #fc603c

%0
%62
%76
%1

Triadic Colors of #fc603c

#fc603c #3cfc60 #603cfc

Analogous Colors of #fc603c

#fc603c #fcc03c #fc3c78

Monochromatic Colors of #fc603c

#fc603c

Complementary Color

#fc603c #3cd8fc

#fc603c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc603c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc603c Color CSS Codes

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

#fc603c Text Font Color

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

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


#fc603c Background Color

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

This div background color is #fc603c


#fc603c Border Color

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

This div border color is #fc603c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc603c

Related Colors


Comments

No comments written yet.

Please login to write comment.