Color Hex Logo

#fc750e Color Hex

#FC750E
(252,117,14)
0 Favorites   0 Comments

Color spaces of #fc750e

RGB 25211714
HSL0.070.980.52
HSV26°94°99°
CMYK 0.000.540.94   0.01
XYZ46.585433.44974.4166
Yxy33.44970.55160.3961
Hunter Lab57.835742.565335.9573
CIE-Lab64.523447.138170.1151

#fc750e color RGB value is (252,117,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110101 00001110
Octal 374 165 16
Decimal 252 117 14
Hex FC 75 E

RGB Percentages of Color #fc750e

%65.80
%30.55
%3.66

CMYK Percentages of Color #fc750e

%0
%54
%94
%1

Triadic Colors of #fc750e

#fc750e #0efc75 #750efc

Analogous Colors of #fc750e

#fc750e #fcec0e #fc0e1e

Monochromatic Colors of #fc750e

#fc750e

Complementary Color

#fc750e #0e95fc

#fc750e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc750e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc750e Color CSS Codes

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

#fc750e Text Font Color

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

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


#fc750e Background Color

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

This div background color is #fc750e


#fc750e Border Color

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

This div border color is #fc750e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc750e


Comments

No comments written yet.

Please login to write comment.