Color Hex Logo

#fc740c Color Hex

#FC740C
(252,116,12)
0 Favorites   0 Comments

Color spaces of #fc740c

RGB 25211612
HSL0.070.980.52
HSV26°95°99°
CMYK 0.000.540.95   0.01
XYZ46.456633.21284.3100
Yxy33.21280.55320.3955
Hunter Lab57.630543.037335.9073
CIE-Lab64.332847.595770.3439

#fc740c color RGB value is (252,116,12).

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

The process color (four color CMYK) of #fc740c color hex is 0.00, 0.54, 0.95, 0.01. Web safe color of #fc740c is #ff6600. Color #fc740c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110100 00001100
Octal 374 164 14
Decimal 252 116 12
Hex FC 74 C

RGB Percentages of Color #fc740c

%66.32
%30.53
%3.16

CMYK Percentages of Color #fc740c

%0
%54
%95
%1

Triadic Colors of #fc740c

#fc740c #0cfc74 #740cfc

Analogous Colors of #fc740c

#fc740c #fcec0c #fc0c1c

Monochromatic Colors of #fc740c

#fc740c

Complementary Color

#fc740c #0c94fc

#fc740c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc740c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc740c Color CSS Codes

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

#fc740c Text Font Color

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

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


#fc740c Background Color

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

This div background color is #fc740c


#fc740c Border Color

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

This div border color is #fc740c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc740c


Comments

No comments written yet.

Please login to write comment.