Color Hex Logo

#fe951c Color Hex

#FE951C
(254,149,28)
0 Favorites   0 Comments

Color spaces of #fe951c

RGB 25414928
HSL0.090.990.55
HSV32°89°100°
CMYK 0.000.410.89   0.00
XYZ51.830142.64966.5991
Yxy42.64960.51280.4219
Hunter Lab65.306727.378439.7235
CIE-Lab71.316532.128771.9851

#fe951c color RGB value is (254,149,28).

#fe951c hex color red value is 254, green value is 149 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #fe951c hue: 0.09 , saturation: 0.99 and the lightness value of fe951c is 0.55.

The process color (four color CMYK) of #fe951c color hex is 0.00, 0.41, 0.89, 0.00. Web safe color of #fe951c is #ff9933. Color #fe951c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010101 00011100
Octal 376 225 34
Decimal 254 149 28
Hex FE 95 1C

RGB Percentages of Color #fe951c

%58.93
%34.57
%6.50

CMYK Percentages of Color #fe951c

%0
%41
%89
%0

Triadic Colors of #fe951c

#fe951c #1cfe95 #951cfe

Analogous Colors of #fe951c

#fe951c #f6fe1c #fe241c

Monochromatic Colors of #fe951c

#fe951c

Complementary Color

#fe951c #1c85fe

#fe951c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe951c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe951c Color CSS Codes

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

#fe951c Text Font Color

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

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


#fe951c Background Color

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

This div background color is #fe951c


#fe951c Border Color

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

This div border color is #fe951c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe951c

Related Colors


Comments

No comments written yet.

Please login to write comment.