Color Hex Logo

#fe9059 Color Hex

#FE9059
(254,144,89)
0 Favorites   0 Comments

Color spaces of #fe9059

RGB 25414489
HSL0.060.990.67
HSV20°65°100°
CMYK 0.000.430.65   0.00
XYZ52.649541.738614.7326
Yxy41.73860.48250.3825
Hunter Lab64.605432.407231.7033
CIE-Lab70.690336.969246.7899

#fe9059 color RGB value is (254,144,89).

#fe9059 hex color red value is 254, green value is 144 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fe9059 hue: 0.06 , saturation: 0.99 and the lightness value of fe9059 is 0.67.

The process color (four color CMYK) of #fe9059 color hex is 0.00, 0.43, 0.65, 0.00. Web safe color of #fe9059 is #ff9966. Color #fe9059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010000 01011001
Octal 376 220 131
Decimal 254 144 89
Hex FE 90 59

RGB Percentages of Color #fe9059

%52.16
%29.57
%18.28

CMYK Percentages of Color #fe9059

%0
%43
%65
%0

Triadic Colors of #fe9059

#fe9059 #59fe90 #9059fe

Analogous Colors of #fe9059

#fe9059 #fee359 #fe5975

Monochromatic Colors of #fe9059

#fe9059

Complementary Color

#fe9059 #59c7fe

#fe9059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9059 Color CSS Codes

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

#fe9059 Text Font Color

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

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


#fe9059 Background Color

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

This div background color is #fe9059


#fe9059 Border Color

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

This div border color is #fe9059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9059

Related Colors


Comments

No comments written yet.

Please login to write comment.