Color Hex Logo

#ff360e Color Hex

#FF360E
(255,54,14)
0 Favorites   0 Comments

Color spaces of #ff360e

RGB 2555414
HSL0.031.000.53
HSV10°95°100°
CMYK 0.000.790.95   0.00
XYZ42.638423.93002.7871
Yxy23.93000.61480.3450
Hunter Lab48.918369.978030.8648
CIE-Lab56.017672.337065.2260

#ff360e color RGB value is (255,54,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110110 00001110
Octal 377 66 16
Decimal 255 54 14
Hex FF 36 E

RGB Percentages of Color #ff360e

%78.95
%16.72
%4.33

CMYK Percentages of Color #ff360e

%0
%79
%95
%0

Triadic Colors of #ff360e

#ff360e #0eff36 #360eff

Analogous Colors of #ff360e

#ff360e #ffaf0e #ff0e5e

Monochromatic Colors of #ff360e

#ff360e

Complementary Color

#ff360e #0ed7ff

#ff360e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff360e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff360e Color CSS Codes

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

#ff360e Text Font Color

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

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


#ff360e Background Color

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

This div background color is #ff360e


#ff360e Border Color

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

This div border color is #ff360e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff360e


Comments

No comments written yet.

Please login to write comment.