Color Hex Logo

#fe905f Color Hex

#FE905F
(254,144,95)
0 Favorites   0 Comments

Color spaces of #fe905f

RGB 25414495
HSL0.050.990.68
HSV18°63°100°
CMYK 0.000.430.63   0.00
XYZ52.911941.843616.1143
Yxy41.84360.47720.3774
Hunter Lab64.686632.806530.5107
CIE-Lab70.763037.337243.8007

#fe905f color RGB value is (254,144,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010000 01011111
Octal 376 220 137
Decimal 254 144 95
Hex FE 90 5F

RGB Percentages of Color #fe905f

%51.52
%29.21
%19.27

CMYK Percentages of Color #fe905f

%0
%43
%63
%0

Triadic Colors of #fe905f

#fe905f #5ffe90 #905ffe

Analogous Colors of #fe905f

#fe905f #fee05f #fe5f7e

Monochromatic Colors of #fe905f

#fe905f

Complementary Color

#fe905f #5fcdfe

#fe905f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe905f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe905f Color CSS Codes

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

#fe905f Text Font Color

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

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


#fe905f Background Color

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

This div background color is #fe905f


#fe905f Border Color

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

This div border color is #fe905f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe905f

Related Colors


Comments

No comments written yet.

Please login to write comment.