Color Hex Logo

#fe952f Color Hex

#FE952F
(254,149,47)
0 Favorites   0 Comments

Color spaces of #fe952f

RGB 25414947
HSL0.080.990.59
HSV30°81°100°
CMYK 0.000.410.81   0.00
XYZ52.133642.77108.1972
Yxy42.77100.50570.4148
Hunter Lab65.399527.843038.3483
CIE-Lab71.399332.567766.2386

#fe952f color RGB value is (254,149,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010101 00101111
Octal 376 225 57
Decimal 254 149 47
Hex FE 95 2F

RGB Percentages of Color #fe952f

%56.44
%33.11
%10.44

CMYK Percentages of Color #fe952f

%0
%41
%81
%0

Triadic Colors of #fe952f

#fe952f #2ffe95 #952ffe

Analogous Colors of #fe952f

#fe952f #fefd2f #fe2f30

Monochromatic Colors of #fe952f

#fe952f

Complementary Color

#fe952f #2f98fe

#fe952f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe952f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe952f Color CSS Codes

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

#fe952f Text Font Color

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

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


#fe952f Background Color

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

This div background color is #fe952f


#fe952f Border Color

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

This div border color is #fe952f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,149,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 #fe952f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe952f


Comments

No comments written yet.

Please login to write comment.