Color spaces of #fe7520
RGB | 254 | 117 | 32 |
---|---|---|---|
HSL | 0.06 | 0.99 | 0.56 |
HSV | 23° | 87° | 100° |
CMYK | 0.00 | 0.54 | 0.87 0.00 |
XYZ | 47.4951 | 33.8977 | 5.4061 |
Yxy | 33.8977 | 0.5472 | 0.3905 |
Hunter Lab | 58.2217 | 43.7256 | 35.2499 |
CIE-Lab | 64.8813 | 48.1449 | 65.9419 |
#fe7520 color RGB value is (254,117,32).
#fe7520 hex color red value is 254, green value is 117 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #fe7520 hue: 0.06 , saturation: 0.99 and the lightness value of fe7520 is 0.56.
The process color (four color CMYK) of #fe7520 color hex is 0.00, 0.54, 0.87, 0.00. Web safe color of #fe7520 is #ff6633. Color #fe7520 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01110101 | 00100000 |
Octal | 376 | 165 | 40 |
Decimal | 254 | 117 | 32 |
Hex | FE | 75 | 20 |
Shades of #fe7520
Tints of #fe7520
RGB Percentages of Color #fe7520
CMYK Percentages of Color #fe7520
Complementary Color
#fe7520 | #20a9fe |
#fe7520 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe7520 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe7520 Color CSS Codes
.mybgcolor {background-color:#fe7520; } .myforecolor {color:#fe7520; } .mybordercolor {border:3px solid #fe7520; }
#fe7520 Text Font Color
<p style="color:#fe7520">Text here</p>
This sample text font color is #fe7520
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.
#fe7520 Background Color
<div style="background-color:#fe7520">
Div content here</div>
This div background color is #fe7520
#fe7520 Border Color
<div style="border:3px solid #fe7520">
Div here</div>
This div border color is #fe7520
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,117,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe7520; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe7520; -webkit-box-shadow: 1px 1px 3px 2px #fe7520; box-shadow: 1px 1px 3px 2px #fe7520; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,117,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe7520">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe7520; -webkit-box-shadow: 1px 1px 3px 2px #fe7520; box-shadow: 1px 1px 3px 2px #fe7520;">
Div content here</div>
This div box has shadow with color #fe7520
Comments
No comments written yet.
Please login to write comment.