Color Hex Logo

#fc702e Color Hex

#FC702E
(252,112,46)
0 Favorites   0 Comments

Color spaces of #fc702e

RGB 25211246
HSL0.050.970.58
HSV19°82°99°
CMYK 0.000.560.82   0.01
XYZ46.432232.48106.4070
Yxy32.48100.54420.3807
Hunter Lab56.992145.690133.2291
CIE-Lab63.738450.088859.6893

#fc702e color RGB value is (252,112,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110000 00101110
Octal 374 160 56
Decimal 252 112 46
Hex FC 70 2E

RGB Percentages of Color #fc702e

%61.46
%27.32
%11.22

CMYK Percentages of Color #fc702e

%0
%56
%82
%1

Triadic Colors of #fc702e

#fc702e #2efc70 #702efc

Analogous Colors of #fc702e

#fc702e #fcd72e #fc2e53

Monochromatic Colors of #fc702e

#fc702e

Complementary Color

#fc702e #2ebafc

#fc702e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc702e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc702e Color CSS Codes

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

#fc702e Text Font Color

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

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


#fc702e Background Color

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

This div background color is #fc702e


#fc702e Border Color

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

This div border color is #fc702e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc702e


Comments

No comments written yet.

Please login to write comment.