Color Hex Logo

#fc7116 Color Hex

#FC7116
(252,113,22)
0 Favorites   0 Comments

Color spaces of #fc7116

RGB 25211322
HSL0.070.970.54
HSV24°91°99°
CMYK 0.000.550.91   0.01
XYZ46.194832.56364.6097
Yxy32.56360.55410.3906
Hunter Lab57.064544.636235.1557
CIE-Lab63.806049.125567.8909

#fc7116 color RGB value is (252,113,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110001 00010110
Octal 374 161 26
Decimal 252 113 22
Hex FC 71 16

RGB Percentages of Color #fc7116

%65.12
%29.20
%5.68

CMYK Percentages of Color #fc7116

%0
%55
%91
%1

Triadic Colors of #fc7116

#fc7116 #16fc71 #7116fc

Analogous Colors of #fc7116

#fc7116 #fce416 #fc162e

Monochromatic Colors of #fc7116

#fc7116

Complementary Color

#fc7116 #16a1fc

#fc7116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7116 Color CSS Codes

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

#fc7116 Text Font Color

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

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


#fc7116 Background Color

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

This div background color is #fc7116


#fc7116 Border Color

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

This div border color is #fc7116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7116


Comments

No comments written yet.

Please login to write comment.