Color Hex Logo

#fe852f Color Hex

#FE852F
(254,133,47)
0 Favorites   0 Comments

Color spaces of #fe852f

RGB 25413347
HSL0.070.990.59
HSV25°81°100°
CMYK 0.000.480.81   0.00
XYZ49.773738.05117.4106
Yxy38.05110.52260.3995
Hunter Lab61.685636.080836.0571
CIE-Lab68.058340.697463.2708

#fe852f color RGB value is (254,133,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000101 00101111
Octal 376 205 57
Decimal 254 133 47
Hex FE 85 2F

RGB Percentages of Color #fe852f

%58.53
%30.65
%10.83

CMYK Percentages of Color #fe852f

%0
%48
%81
%0

Triadic Colors of #fe852f

#fe852f #2ffe85 #852ffe

Analogous Colors of #fe852f

#fe852f #feed2f #fe2f40

Monochromatic Colors of #fe852f

#fe852f

Complementary Color

#fe852f #2fa8fe

#fe852f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe852f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe852f Color CSS Codes

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

#fe852f Text Font Color

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

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


#fe852f Background Color

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

This div background color is #fe852f


#fe852f Border Color

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

This div border color is #fe852f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe852f


Comments

No comments written yet.

Please login to write comment.