Color Hex Logo

#ff553c Color Hex

#FF553C
(255,85,60)
0 Favorites   0 Comments

Color spaces of #ff553c

RGB 2558560
HSL0.021.000.62
HSV76°100°
CMYK 0.000.670.76   0.00
XYZ45.304128.08327.3078
Yxy28.08320.56140.3480
Hunter Lab52.993659.860528.9194
CIE-Lab59.963863.143449.6943

#ff553c color RGB value is (255,85,60).

#ff553c hex color red value is 255, green value is 85 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ff553c hue: 0.02 , saturation: 1.00 and the lightness value of ff553c is 0.62.

The process color (four color CMYK) of #ff553c color hex is 0.00, 0.67, 0.76, 0.00. Web safe color of #ff553c is #ff6633. Color #ff553c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010101 00111100
Octal 377 125 74
Decimal 255 85 60
Hex FF 55 3C

RGB Percentages of Color #ff553c

%63.75
%21.25
%15.00

CMYK Percentages of Color #ff553c

%0
%67
%76
%0

Triadic Colors of #ff553c

#ff553c #3cff55 #553cff

Analogous Colors of #ff553c

#ff553c #ffb73c #ff3c85

Monochromatic Colors of #ff553c

#ff553c

Complementary Color

#ff553c #3ce6ff

#ff553c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff553c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff553c Color CSS Codes

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

#ff553c Text Font Color

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

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


#ff553c Background Color

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

This div background color is #ff553c


#ff553c Border Color

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

This div border color is #ff553c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff553c


Comments

No comments written yet.

Please login to write comment.