Color Hex Logo

#fe582b Color Hex

#FE582B
(254,88,43)
0 Favorites   0 Comments

Color spaces of #fe582b

RGB 2548843
HSL0.040.990.58
HSV13°83°100°
CMYK 0.000.650.83   0.00
XYZ44.798828.22475.3723
Yxy28.22470.57140.3600
Hunter Lab53.126957.546431.1933
CIE-Lab60.091261.136957.8367

#fe582b color RGB value is (254,88,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011000 00101011
Octal 376 130 53
Decimal 254 88 43
Hex FE 58 2B

RGB Percentages of Color #fe582b

%65.97
%22.86
%11.17

CMYK Percentages of Color #fe582b

%0
%65
%83
%0

Triadic Colors of #fe582b

#fe582b #2bfe58 #582bfe

Analogous Colors of #fe582b

#fe582b #fec22b #fe2b68

Monochromatic Colors of #fe582b

#fe582b

Complementary Color

#fe582b #2bd1fe

#fe582b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe582b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe582b Color CSS Codes

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

#fe582b Text Font Color

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

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


#fe582b Background Color

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

This div background color is #fe582b


#fe582b Border Color

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

This div border color is #fe582b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe582b


Comments

No comments written yet.

Please login to write comment.