Color Hex Logo

#fc673c Color Hex

#FC673C
(252,103,60)
0 Favorites   0 Comments

Color spaces of #fc673c

RGB 25210360
HSL0.040.970.61
HSV13°76°99°
CMYK 0.000.590.76   0.01
XYZ45.810730.72227.7904
Yxy30.72220.54330.3643
Hunter Lab55.427650.531230.4661
CIE-Lab62.272454.643051.9234

#fc673c color RGB value is (252,103,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100111 00111100
Octal 374 147 74
Decimal 252 103 60
Hex FC 67 3C

RGB Percentages of Color #fc673c

%60.72
%24.82
%14.46

CMYK Percentages of Color #fc673c

%0
%59
%76
%1

Triadic Colors of #fc673c

#fc673c #3cfc67 #673cfc

Analogous Colors of #fc673c

#fc673c #fcc73c #fc3c71

Monochromatic Colors of #fc673c

#fc673c

Complementary Color

#fc673c #3cd1fc

#fc673c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc673c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc673c Color CSS Codes

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

#fc673c Text Font Color

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

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


#fc673c Background Color

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

This div background color is #fc673c


#fc673c Border Color

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

This div border color is #fc673c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc673c


Comments

No comments written yet.

Please login to write comment.