Color spaces of #fea325
RGB | 254 | 163 | 37 |
---|---|---|---|
HSL | 0.10 | 0.99 | 0.57 |
HSV | 35° | 85° | 100° |
CMYK | 0.00 | 0.36 | 0.85 0.00 |
XYZ | 54.3042 | 47.3988 | 8.0370 |
Yxy | 47.3988 | 0.4948 | 0.4319 |
Hunter Lab | 68.8468 | 20.3134 | 41.2714 |
CIE-Lab | 74.4441 | 25.0465 | 72.0422 |
#fea325 color RGB value is (254,163,37).
#fea325 hex color red value is 254, green value is 163 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #fea325 hue: 0.10 , saturation: 0.99 and the lightness value of fea325 is 0.57.
The process color (four color CMYK) of #fea325 color hex is 0.00, 0.36, 0.85, 0.00. Web safe color of #fea325 is #ff9933. Color #fea325 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10100011 | 00100101 |
Octal | 376 | 243 | 45 |
Decimal | 254 | 163 | 37 |
Hex | FE | A3 | 25 |
Shades of #fea325
Tints of #fea325
RGB Percentages of Color #fea325
CMYK Percentages of Color #fea325
Complementary Color
#fea325 | #2580fe |
#fea325 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fea325 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fea325 Color CSS Codes
.mybgcolor {background-color:#fea325; } .myforecolor {color:#fea325; } .mybordercolor {border:3px solid #fea325; }
#fea325 Text Font Color
<p style="color:#fea325">Text here</p>
This sample text font color is #fea325
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.
#fea325 Background Color
<div style="background-color:#fea325">
Div content here</div>
This div background color is #fea325
#fea325 Border Color
<div style="border:3px solid #fea325">
Div here</div>
This div border color is #fea325
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,163,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fea325; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fea325; -webkit-box-shadow: 1px 1px 3px 2px #fea325; box-shadow: 1px 1px 3px 2px #fea325; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,163,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fea325">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fea325; -webkit-box-shadow: 1px 1px 3px 2px #fea325; box-shadow: 1px 1px 3px 2px #fea325;">
Div content here</div>
This div box has shadow with color #fea325
Comments
No comments written yet.
Please login to write comment.