Color spaces of #fe583d
RGB | 254 | 88 | 61 |
---|---|---|---|
HSL | 0.02 | 0.99 | 0.62 |
HSV | 8° | 76° | 100° |
CMYK | 0.00 | 0.65 | 0.76 0.00 |
XYZ | 45.2051 | 28.3872 | 7.5116 |
Yxy | 28.3872 | 0.5574 | 0.3500 |
Hunter Lab | 53.2796 | 58.2089 | 28.9368 |
CIE-Lab | 60.2369 | 61.6815 | 49.4165 |
#fe583d color RGB value is (254,88,61).
#fe583d hex color red value is 254, green value is 88 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fe583d hue: 0.02 , saturation: 0.99 and the lightness value of fe583d is 0.62.
The process color (four color CMYK) of #fe583d color hex is 0.00, 0.65, 0.76, 0.00. Web safe color of #fe583d is #ff6633. Color #fe583d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01011000 | 00111101 |
Octal | 376 | 130 | 75 |
Decimal | 254 | 88 | 61 |
Hex | FE | 58 | 3D |
Shades of #fe583d
Tints of #fe583d
RGB Percentages of Color #fe583d
CMYK Percentages of Color #fe583d
Complementary Color
#fe583d | #3de3fe |
#fe583d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe583d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe583d Color CSS Codes
.mybgcolor {background-color:#fe583d; } .myforecolor {color:#fe583d; } .mybordercolor {border:3px solid #fe583d; }
#fe583d Text Font Color
<p style="color:#fe583d">Text here</p>
This sample text font color is #fe583d
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.
#fe583d Background Color
<div style="background-color:#fe583d">
Div content here</div>
This div background color is #fe583d
#fe583d Border Color
<div style="border:3px solid #fe583d">
Div here</div>
This div border color is #fe583d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,88,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe583d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe583d; -webkit-box-shadow: 1px 1px 3px 2px #fe583d; box-shadow: 1px 1px 3px 2px #fe583d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,88,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 #fe583d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe583d; -webkit-box-shadow: 1px 1px 3px 2px #fe583d; box-shadow: 1px 1px 3px 2px #fe583d;">
Div content here</div>
This div box has shadow with color #fe583d
Related Colors
Comments
No comments written yet.
Please login to write comment.