Color Hex Logo

#fe583a Color Hex

#FE583A
(254,88,58)
0 Favorites   0 Comments

Color spaces of #fe583a

RGB 2548858
HSL0.030.990.61
HSV77°100°
CMYK 0.000.650.77   0.00
XYZ45.126528.35587.0978
Yxy28.35580.56000.3519
Hunter Lab53.250258.080929.3723
CIE-Lab60.208861.576450.9028

#fe583a color RGB value is (254,88,58).

#fe583a hex color red value is 254, green value is 88 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fe583a hue: 0.03 , saturation: 0.99 and the lightness value of fe583a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011000 00111010
Octal 376 130 72
Decimal 254 88 58
Hex FE 58 3A

RGB Percentages of Color #fe583a

%63.50
%22.00
%14.50

CMYK Percentages of Color #fe583a

%0
%65
%77
%0

Triadic Colors of #fe583a

#fe583a #3afe58 #583afe

Analogous Colors of #fe583a

#fe583a #feba3a #fe3a7e

Monochromatic Colors of #fe583a

#fe583a

Complementary Color

#fe583a #3ae0fe

#fe583a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe583a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe583a Color CSS Codes

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

#fe583a Text Font Color

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

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


#fe583a Background Color

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

This div background color is #fe583a


#fe583a Border Color

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

This div border color is #fe583a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe583a

Related Colors


Comments

No comments written yet.

Please login to write comment.