Color Hex Logo

#fe963c Color Hex

#FE963C
(254,150,60)
0 Favorites   0 Comments

Color spaces of #fe963c

RGB 25415060
HSL0.080.990.62
HSV28°76°100°
CMYK 0.000.410.76   0.00
XYZ52.595043.20989.8432
Yxy43.20980.49780.4090
Hunter Lab65.734227.786037.1357
CIE-Lab71.697132.487761.4407

#fe963c color RGB value is (254,150,60).

#fe963c hex color red value is 254, green value is 150 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fe963c hue: 0.08 , saturation: 0.99 and the lightness value of fe963c is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010110 00111100
Octal 376 226 74
Decimal 254 150 60
Hex FE 96 3C

RGB Percentages of Color #fe963c

%54.74
%32.33
%12.93

CMYK Percentages of Color #fe963c

%0
%41
%76
%0

Triadic Colors of #fe963c

#fe963c #3cfe96 #963cfe

Analogous Colors of #fe963c

#fe963c #fef73c #fe3c43

Monochromatic Colors of #fe963c

#fe963c

Complementary Color

#fe963c #3ca4fe

#fe963c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe963c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe963c Color CSS Codes

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

#fe963c Text Font Color

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

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


#fe963c Background Color

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

This div background color is #fe963c


#fe963c Border Color

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

This div border color is #fe963c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe963c

Related Colors


Comments

No comments written yet.

Please login to write comment.