Color Hex Logo

#fe942f Color Hex

#FE942F
(254,148,47)
0 Favorites   0 Comments

Color spaces of #fe942f

RGB 25414847
HSL0.080.990.59
HSV29°81°100°
CMYK 0.000.420.81   0.00
XYZ51.976042.45598.1447
Yxy42.45590.50670.4139
Hunter Lab65.158228.360738.1996
CIE-Lab71.184133.082366.0483

#fe942f color RGB value is (254,148,47).

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

The process color (four color CMYK) of #fe942f color hex is 0.00, 0.42, 0.81, 0.00. Web safe color of #fe942f is #ff9933. Color #fe942f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010100 00101111
Octal 376 224 57
Decimal 254 148 47
Hex FE 94 2F

RGB Percentages of Color #fe942f

%56.57
%32.96
%10.47

CMYK Percentages of Color #fe942f

%0
%42
%81
%0

Triadic Colors of #fe942f

#fe942f #2ffe94 #942ffe

Analogous Colors of #fe942f

#fe942f #fefc2f #fe2f31

Monochromatic Colors of #fe942f

#fe942f

Complementary Color

#fe942f #2f99fe

#fe942f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe942f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe942f Color CSS Codes

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

#fe942f Text Font Color

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

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


#fe942f Background Color

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

This div background color is #fe942f


#fe942f Border Color

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

This div border color is #fe942f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe942f

Related Colors


Comments

No comments written yet.

Please login to write comment.