Color Hex Logo

#fc7346 Color Hex

#FC7346
(252,115,70)
0 Favorites   0 Comments

Color spaces of #fc7346

RGB 25211570
HSL0.040.970.63
HSV15°72°99°
CMYK 0.000.540.72   0.01
XYZ47.381133.39919.7438
Yxy33.39910.52340.3690
Hunter Lab57.792045.208430.4580
CIE-Lab64.482849.545049.3053

#fc7346 color RGB value is (252,115,70).

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

The process color (four color CMYK) of #fc7346 color hex is 0.00, 0.54, 0.72, 0.01. Web safe color of #fc7346 is #ff6633. Color #fc7346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 01000110
Octal 374 163 106
Decimal 252 115 70
Hex FC 73 46

RGB Percentages of Color #fc7346

%57.67
%26.32
%16.02

CMYK Percentages of Color #fc7346

%0
%54
%72
%1

Triadic Colors of #fc7346

#fc7346 #46fc73 #7346fc

Analogous Colors of #fc7346

#fc7346 #fcce46 #fc4674

Monochromatic Colors of #fc7346

#fc7346

Complementary Color

#fc7346 #46cffc

#fc7346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7346 Color CSS Codes

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

#fc7346 Text Font Color

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

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


#fc7346 Background Color

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

This div background color is #fc7346


#fc7346 Border Color

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

This div border color is #fc7346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7346


Comments

No comments written yet.

Please login to write comment.