Color Hex Logo

#fc581d Color Hex

#FC581D
(252,88,29)
0 Favorites   0 Comments

Color spaces of #fc581d

RGB 2528829
HSL0.040.970.55
HSV16°88°99°
CMYK 0.000.650.88   0.01
XYZ43.856427.76364.2098
Yxy27.76360.57840.3661
Hunter Lab52.691256.361232.1468
CIE-Lab59.674660.184962.8448

#fc581d color RGB value is (252,88,29).

#fc581d hex color red value is 252, green value is 88 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fc581d hue: 0.04 , saturation: 0.97 and the lightness value of fc581d is 0.55.

The process color (four color CMYK) of #fc581d color hex is 0.00, 0.65, 0.88, 0.01. Web safe color of #fc581d is #ff6633. Color #fc581d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011000 00011101
Octal 374 130 35
Decimal 252 88 29
Hex FC 58 1D

RGB Percentages of Color #fc581d

%68.29
%23.85
%7.86

CMYK Percentages of Color #fc581d

%0
%65
%88
%1

Triadic Colors of #fc581d

#fc581d #1dfc58 #581dfc

Analogous Colors of #fc581d

#fc581d #fcc81d #fc1d52

Monochromatic Colors of #fc581d

#fc581d

Complementary Color

#fc581d #1dc1fc

#fc581d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc581d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc581d Color CSS Codes

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

#fc581d Text Font Color

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

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


#fc581d Background Color

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

This div background color is #fc581d


#fc581d Border Color

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

This div border color is #fc581d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc581d


Comments

No comments written yet.

Please login to write comment.