Color spaces of #ff553e
RGB | 255 | 85 | 62 |
---|---|---|---|
HSL | 0.02 | 1.00 | 0.62 |
HSV | 7° | 76° | 100° |
CMYK | 0.00 | 0.67 | 0.76 0.00 |
XYZ | 45.3580 | 28.1048 | 7.5916 |
Yxy | 28.1048 | 0.5596 | 0.3467 |
Hunter Lab | 53.0140 | 59.9477 | 28.6194 |
CIE-Lab | 59.9833 | 63.2143 | 48.6890 |
#ff553e color RGB value is (255,85,62).
#ff553e hex color red value is 255, green value is 85 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ff553e hue: 0.02 , saturation: 1.00 and the lightness value of ff553e is 0.62.
The process color (four color CMYK) of #ff553e color hex is 0.00, 0.67, 0.76, 0.00. Web safe color of #ff553e is #ff6633. Color #ff553e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 01010101 | 00111110 |
Octal | 377 | 125 | 76 |
Decimal | 255 | 85 | 62 |
Hex | FF | 55 | 3E |
Shades of #ff553e
Tints of #ff553e
RGB Percentages of Color #ff553e
CMYK Percentages of Color #ff553e
Complementary Color
#ff553e | #3ee8ff |
#ff553e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff553e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff553e Color CSS Codes
.mybgcolor {background-color:#ff553e; } .myforecolor {color:#ff553e; } .mybordercolor {border:3px solid #ff553e; }
#ff553e Text Font Color
<p style="color:#ff553e">Text here</p>
This sample text font color is #ff553e
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.
#ff553e Background Color
<div style="background-color:#ff553e">
Div content here</div>
This div background color is #ff553e
#ff553e Border Color
<div style="border:3px solid #ff553e">
Div here</div>
This div border color is #ff553e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,85,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff553e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff553e; -webkit-box-shadow: 1px 1px 3px 2px #ff553e; box-shadow: 1px 1px 3px 2px #ff553e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,85,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff553e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff553e; -webkit-box-shadow: 1px 1px 3px 2px #ff553e; box-shadow: 1px 1px 3px 2px #ff553e;">
Div content here</div>
This div box has shadow with color #ff553e
Comments
No comments written yet.
Please login to write comment.