Color Hex Logo

#fc760e Color Hex

#FC760E
(252,118,14)
0 Favorites   0 Comments

Color spaces of #fc760e

RGB 25211814
HSL0.070.980.52
HSV26°94°99°
CMYK 0.000.530.94   0.01
XYZ46.702633.68404.4556
Yxy33.68400.55050.3970
Hunter Lab58.037942.071036.0748
CIE-Lab64.711046.659970.2368

#fc760e color RGB value is (252,118,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110110 00001110
Octal 374 166 16
Decimal 252 118 14
Hex FC 76 E

RGB Percentages of Color #fc760e

%65.63
%30.73
%3.65

CMYK Percentages of Color #fc760e

%0
%53
%94
%1

Triadic Colors of #fc760e

#fc760e #0efc76 #760efc

Analogous Colors of #fc760e

#fc760e #fced0e #fc0e1d

Monochromatic Colors of #fc760e

#fc760e

Complementary Color

#fc760e #0e94fc

#fc760e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc760e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc760e Color CSS Codes

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

#fc760e Text Font Color

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

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


#fc760e Background Color

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

This div background color is #fc760e


#fc760e Border Color

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

This div border color is #fc760e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,118,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 #fc760e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc760e


Comments

No comments written yet.

Please login to write comment.