Color Hex Logo

#fd582a Color Hex

#FD582A
(253,88,42)
0 Favorites   0 Comments

Color spaces of #fd582a

RGB 2538842
HSL0.040.980.58
HSV13°83°99°
CMYK 0.000.650.83   0.01
XYZ44.415728.02935.2597
Yxy28.02930.57160.3607
Hunter Lab52.942757.100931.1696
CIE-Lab59.915260.783258.0493

#fd582a color RGB value is (253,88,42).

#fd582a hex color red value is 253, green value is 88 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fd582a hue: 0.04 , saturation: 0.98 and the lightness value of fd582a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011000 00101010
Octal 375 130 52
Decimal 253 88 42
Hex FD 58 2A

RGB Percentages of Color #fd582a

%66.06
%22.98
%10.97

CMYK Percentages of Color #fd582a

%0
%65
%83
%1

Triadic Colors of #fd582a

#fd582a #2afd58 #582afd

Analogous Colors of #fd582a

#fd582a #fdc22a #fd2a66

Monochromatic Colors of #fd582a

#fd582a

Complementary Color

#fd582a #2acffd

#fd582a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd582a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd582a Color CSS Codes

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

#fd582a Text Font Color

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

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


#fd582a Background Color

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

This div background color is #fd582a


#fd582a Border Color

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

This div border color is #fd582a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd582a


Comments

No comments written yet.

Please login to write comment.