Color Hex Logo

#fc703e Color Hex

#FC703E
(252,112,62)
0 Favorites   0 Comments

Color spaces of #fc703e

RGB 25211262
HSL0.040.970.62
HSV16°75°99°
CMYK 0.000.560.75   0.01
XYZ46.808632.63168.3889
Yxy32.63160.53300.3715
Hunter Lab57.124146.299331.2799
CIE-Lab63.861550.619752.5892

#fc703e color RGB value is (252,112,62).

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

The process color (four color CMYK) of #fc703e color hex is 0.00, 0.56, 0.75, 0.01. Web safe color of #fc703e is #ff6633. Color #fc703e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110000 00111110
Octal 374 160 76
Decimal 252 112 62
Hex FC 70 3E

RGB Percentages of Color #fc703e

%59.15
%26.29
%14.55

CMYK Percentages of Color #fc703e

%0
%56
%75
%1

Triadic Colors of #fc703e

#fc703e #3efc70 #703efc

Analogous Colors of #fc703e

#fc703e #fccf3e #fc3e6b

Monochromatic Colors of #fc703e

#fc703e

Complementary Color

#fc703e #3ecafc

#fc703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc703e Color CSS Codes

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

#fc703e Text Font Color

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

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


#fc703e Background Color

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

This div background color is #fc703e


#fc703e Border Color

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

This div border color is #fc703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc703e


Comments

No comments written yet.

Please login to write comment.