Color spaces of #fea82e
RGB | 254 | 168 | 46 |
---|---|---|---|
HSL | 0.10 | 0.99 | 0.59 |
HSV | 35° | 82° | 100° |
CMYK | 0.00 | 0.34 | 0.82 0.00 |
XYZ | 55.3688 | 49.2734 | 9.1772 |
Yxy | 49.2734 | 0.4865 | 0.4329 |
Hunter Lab | 70.1950 | 17.9569 | 41.3850 |
CIE-Lab | 75.6211 | 22.6671 | 70.2781 |
#fea82e color RGB value is (254,168,46).
#fea82e hex color red value is 254, green value is 168 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fea82e hue: 0.10 , saturation: 0.99 and the lightness value of fea82e is 0.59.
The process color (four color CMYK) of #fea82e color hex is 0.00, 0.34, 0.82, 0.00. Web safe color of #fea82e is #ff9933. Color #fea82e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10101000 | 00101110 |
Octal | 376 | 250 | 56 |
Decimal | 254 | 168 | 46 |
Hex | FE | A8 | 2E |
Shades of #fea82e
Tints of #fea82e
RGB Percentages of Color #fea82e
CMYK Percentages of Color #fea82e
Complementary Color
#fea82e | #2e84fe |
#fea82e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fea82e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fea82e Color CSS Codes
.mybgcolor {background-color:#fea82e; } .myforecolor {color:#fea82e; } .mybordercolor {border:3px solid #fea82e; }
#fea82e Text Font Color
<p style="color:#fea82e">Text here</p>
This sample text font color is #fea82e
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.
#fea82e Background Color
<div style="background-color:#fea82e">
Div content here</div>
This div background color is #fea82e
#fea82e Border Color
<div style="border:3px solid #fea82e">
Div here</div>
This div border color is #fea82e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,168,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fea82e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fea82e; -webkit-box-shadow: 1px 1px 3px 2px #fea82e; box-shadow: 1px 1px 3px 2px #fea82e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,168,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fea82e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fea82e; -webkit-box-shadow: 1px 1px 3px 2px #fea82e; box-shadow: 1px 1px 3px 2px #fea82e;">
Div content here</div>
This div box has shadow with color #fea82e
Comments
No comments written yet.
Please login to write comment.