Color Hex Logo

#ff553d Color Hex

#FF553D
(255,85,61)
0 Favorites   0 Comments

Color spaces of #ff553d

RGB 2558561
HSL0.021.000.62
HSV76°100°
CMYK 0.000.670.76   0.00
XYZ45.330828.09397.4483
Yxy28.09390.56050.3474
Hunter Lab53.003759.903728.7709
CIE-Lab59.973563.178649.1933

#ff553d color RGB value is (255,85,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010101 00111101
Octal 377 125 75
Decimal 255 85 61
Hex FF 55 3D

RGB Percentages of Color #ff553d

%63.59
%21.20
%15.21

CMYK Percentages of Color #ff553d

%0
%67
%76
%0

Triadic Colors of #ff553d

#ff553d #3dff55 #553dff

Analogous Colors of #ff553d

#ff553d #ffb63d #ff3d86

Monochromatic Colors of #ff553d

#ff553d

Complementary Color

#ff553d #3de7ff

#ff553d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff553d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff553d Color CSS Codes

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

#ff553d Text Font Color

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

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


#ff553d Background Color

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

This div background color is #ff553d


#ff553d Border Color

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

This div border color is #ff553d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff553d

#ff553d Color Palettes


Comments

No comments written yet.

Please login to write comment.