Color Hex Logo

#fe360f Color Hex

#FE360F
(254,54,15)
0 Favorites   0 Comments

Color spaces of #fe360f

RGB 2545415
HSL0.030.990.53
HSV10°94°100°
CMYK 0.000.790.94   0.00
XYZ42.278423.74372.8066
Yxy23.74370.61430.3450
Hunter Lab48.727569.602330.6943
CIE-Lab55.830372.064464.7658

#fe360f color RGB value is (254,54,15).

#fe360f hex color red value is 254, green value is 54 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fe360f hue: 0.03 , saturation: 0.99 and the lightness value of fe360f is 0.53.

The process color (four color CMYK) of #fe360f color hex is 0.00, 0.79, 0.94, 0.00. Web safe color of #fe360f is #ff3300. Color #fe360f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110110 00001111
Octal 376 66 17
Decimal 254 54 15
Hex FE 36 F

RGB Percentages of Color #fe360f

%78.64
%16.72
%4.64

CMYK Percentages of Color #fe360f

%0
%79
%94
%0

Triadic Colors of #fe360f

#fe360f #0ffe36 #360ffe

Analogous Colors of #fe360f

#fe360f #feae0f #fe0f60

Monochromatic Colors of #fe360f

#fe360f

Complementary Color

#fe360f #0fd7fe

#fe360f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe360f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe360f Color CSS Codes

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

#fe360f Text Font Color

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

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


#fe360f Background Color

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

This div background color is #fe360f


#fe360f Border Color

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

This div border color is #fe360f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe360f


Comments

No comments written yet.

Please login to write comment.