color codes Logo

#fe974c color codes

#FE974C
(254,151,76)
0 Favorites   0 Comments

Color spaces of #fe974c

RGB 25415176
HSL0.070.990.65
HSV25°70°100°
CMYK 0.000.410.70   0.00
XYZ53.244243.725912.4711
Yxy43.72590.48650.3995
Hunter Lab66.125628.008235.1060
CIE-Lab72.044932.670854.6735

#fe974c color RGB value is (254,151,76).

#fe974c hex color red value is 254, green value is 151 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fe974c hue: 0.07 , saturation: 0.99 and the lightness value of fe974c is 0.65.

The process color (four color CMYK) of #fe974c color code is 0.00, 0.41, 0.70, 0.00. Web safe color of #fe974c is #ff9933. Color #fe974c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010111 01001100
Octal 376 227 114
Decimal 254 151 76
Hex FE 97 4C

RGB Percentages of Color #fe974c

%52.81
%31.39
%15.80

CMYK Percentages of Color #fe974c

%0
%41
%70
%0

Triadic Colors of #fe974c

#fe974c #4cfe97 #974cfe

Analogous Colors of #fe974c

#fe974c #fef04c #fe4c5a

Monochromatic Colors of #fe974c

#fe974c

Complementary Color

#fe974c #4cb3fe

#fe974c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe974c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe974c Color CSS Codes

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

#fe974c Text Font Color

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

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


#fe974c Background Color

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

This div background color is #fe974c


#fe974c Border Color

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

This div border color is #fe974c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe974c

Related Colors


Comments

No comments written yet.

Please login to write comment.