Color Hex Logo

#fc580e Color Hex

#FC580E
(252,88,14)
0 Favorites   0 Comments

Color spaces of #fc580e

RGB 2528814
HSL0.050.980.52
HSV19°94°99°
CMYK 0.000.650.94   0.01
XYZ43.713927.70663.4594
Yxy27.70660.58380.3700
Hunter Lab52.637156.125432.9493
CIE-Lab59.622759.989367.0393

#fc580e color RGB value is (252,88,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011000 00001110
Octal 374 130 16
Decimal 252 88 14
Hex FC 58 E

RGB Percentages of Color #fc580e

%71.19
%24.86
%3.95

CMYK Percentages of Color #fc580e

%0
%65
%94
%1

Triadic Colors of #fc580e

#fc580e #0efc58 #580efc

Analogous Colors of #fc580e

#fc580e #fccf0e #fc0e3b

Monochromatic Colors of #fc580e

#fc580e

Complementary Color

#fc580e #0eb2fc

#fc580e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc580e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc580e Color CSS Codes

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

#fc580e Text Font Color

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

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


#fc580e Background Color

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

This div background color is #fc580e


#fc580e Border Color

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

This div border color is #fc580e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc580e

Related Colors


Comments

No comments written yet.

Please login to write comment.