Color Hex Logo

#ff5c2c Color Hex

#FF5C2C
(255,92,44)
0 Favorites   0 Comments

Color spaces of #ff5c2c

RGB 2559244
HSL0.041.000.59
HSV14°83°100°
CMYK 0.000.640.83   0.00
XYZ45.521829.09615.5997
Yxy29.09610.56750.3627
Hunter Lab53.940856.243631.6035
CIE-Lab60.866359.877958.1524

#ff5c2c color RGB value is (255,92,44).

#ff5c2c hex color red value is 255, green value is 92 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ff5c2c hue: 0.04 , saturation: 1.00 and the lightness value of ff5c2c is 0.59.

The process color (four color CMYK) of #ff5c2c color hex is 0.00, 0.64, 0.83, 0.00. Web safe color of #ff5c2c is #ff6633. Color #ff5c2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011100 00101100
Octal 377 134 54
Decimal 255 92 44
Hex FF 5C 2C

RGB Percentages of Color #ff5c2c

%65.22
%23.53
%11.25

CMYK Percentages of Color #ff5c2c

%0
%64
%83
%0

Triadic Colors of #ff5c2c

#ff5c2c #2cff5c #5c2cff

Analogous Colors of #ff5c2c

#ff5c2c #ffc62c #ff2c66

Monochromatic Colors of #ff5c2c

#ff5c2c

Complementary Color

#ff5c2c #2ccfff

#ff5c2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5c2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5c2c Color CSS Codes

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

#ff5c2c Text Font Color

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

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


#ff5c2c Background Color

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

This div background color is #ff5c2c


#ff5c2c Border Color

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

This div border color is #ff5c2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5c2c

Related Colors


Comments

No comments written yet.

Please login to write comment.