Color Hex Logo

#fc710e Color Hex

#FC710E
(252,113,14)
0 Favorites   0 Comments

Color spaces of #fc710e

RGB 25211314
HSL0.070.980.52
HSV25°94°99°
CMYK 0.000.550.94   0.01
XYZ46.129332.53744.2645
Yxy32.53740.55620.3923
Hunter Lab57.041644.529535.4965
CIE-Lab63.784649.031869.6394

#fc710e color RGB value is (252,113,14).

#fc710e hex color red value is 252, green value is 113 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fc710e hue: 0.07 , saturation: 0.98 and the lightness value of fc710e is 0.52.

The process color (four color CMYK) of #fc710e color hex is 0.00, 0.55, 0.94, 0.01. Web safe color of #fc710e is #ff6600. Color #fc710e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110001 00001110
Octal 374 161 16
Decimal 252 113 14
Hex FC 71 E

RGB Percentages of Color #fc710e

%66.49
%29.82
%3.69

CMYK Percentages of Color #fc710e

%0
%55
%94
%1

Triadic Colors of #fc710e

#fc710e #0efc71 #710efc

Analogous Colors of #fc710e

#fc710e #fce80e #fc0e22

Monochromatic Colors of #fc710e

#fc710e

Complementary Color

#fc710e #0e99fc

#fc710e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc710e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc710e Color CSS Codes

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

#fc710e Text Font Color

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

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


#fc710e Background Color

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

This div background color is #fc710e


#fc710e Border Color

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

This div border color is #fc710e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc710e

Related Colors


Comments

No comments written yet.

Please login to write comment.