Color Hex Logo

#fc580a Color Hex

#FC580A
(252,88,10)
0 Favorites   0 Comments

Color spaces of #fc580a

RGB 2528810
HSL0.050.980.51
HSV19°96°99°
CMYK 0.000.650.96   0.01
XYZ43.689427.69683.3305
Yxy27.69680.58470.3707
Hunter Lab52.627756.084833.0873
CIE-Lab59.613859.955767.8207

#fc580a color RGB value is (252,88,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011000 00001010
Octal 374 130 12
Decimal 252 88 10
Hex FC 58 A

RGB Percentages of Color #fc580a

%72.00
%25.14
%2.86

CMYK Percentages of Color #fc580a

%0
%65
%96
%1

Triadic Colors of #fc580a

#fc580a #0afc58 #580afc

Analogous Colors of #fc580a

#fc580a #fcd10a #fc0a35

Monochromatic Colors of #fc580a

#fc580a

Complementary Color

#fc580a #0aaefc

#fc580a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc580a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc580a Color CSS Codes

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

#fc580a Text Font Color

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

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


#fc580a Background Color

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

This div background color is #fc580a


#fc580a Border Color

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

This div border color is #fc580a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc580a

Related Colors


Comments

No comments written yet.

Please login to write comment.