Color Hex Logo

#ff360d Color Hex

#FF360D
(255,54,13)
0 Favorites   0 Comments

Color spaces of #ff360d

RGB 2555413
HSL0.031.000.53
HSV10°95°100°
CMYK 0.000.790.95   0.00
XYZ42.631823.92742.7523
Yxy23.92740.61510.3452
Hunter Lab48.915669.967030.9049
CIE-Lab56.015072.328565.4678

#ff360d color RGB value is (255,54,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110110 00001101
Octal 377 66 15
Decimal 255 54 13
Hex FF 36 D

RGB Percentages of Color #ff360d

%79.19
%16.77
%4.04

CMYK Percentages of Color #ff360d

%0
%79
%95
%0

Triadic Colors of #ff360d

#ff360d #0dff36 #360dff

Analogous Colors of #ff360d

#ff360d #ffaf0d #ff0d5d

Monochromatic Colors of #ff360d

#ff360d

Complementary Color

#ff360d #0dd6ff

#ff360d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff360d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff360d Color CSS Codes

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

#ff360d Text Font Color

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

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


#ff360d Background Color

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

This div background color is #ff360d


#ff360d Border Color

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

This div border color is #ff360d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff360d


Comments

No comments written yet.

Please login to write comment.