Color spaces of #fea154
RGB | 254 | 161 | 84 |
---|---|---|---|
HSL | 0.08 | 0.99 | 0.66 |
HSV | 27° | 67° | 100° |
CMYK | 0.00 | 0.37 | 0.67 0.00 |
XYZ | 55.2182 | 47.2007 | 14.5878 |
Yxy | 47.2007 | 0.4719 | 0.4034 |
Hunter Lab | 68.7028 | 23.2353 | 35.5028 |
CIE-Lab | 74.3180 | 27.9051 | 53.3819 |
#fea154 color RGB value is (254,161,84).
#fea154 hex color red value is 254, green value is 161 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fea154 hue: 0.08 , saturation: 0.99 and the lightness value of fea154 is 0.66.
The process color (four color CMYK) of #fea154 color hex is 0.00, 0.37, 0.67, 0.00. Web safe color of #fea154 is #ff9966. Color #fea154 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10100001 | 01010100 |
Octal | 376 | 241 | 124 |
Decimal | 254 | 161 | 84 |
Hex | FE | A1 | 54 |
Shades of #fea154
Tints of #fea154
RGB Percentages of Color #fea154
CMYK Percentages of Color #fea154
Complementary Color
#fea154 | #54b1fe |
#fea154 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fea154 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fea154 Color CSS Codes
.mybgcolor {background-color:#fea154; } .myforecolor {color:#fea154; } .mybordercolor {border:3px solid #fea154; }
#fea154 Text Font Color
<p style="color:#fea154">Text here</p>
This sample text font color is #fea154
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.
#fea154 Background Color
<div style="background-color:#fea154">
Div content here</div>
This div background color is #fea154
#fea154 Border Color
<div style="border:3px solid #fea154">
Div here</div>
This div border color is #fea154
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,161,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fea154; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fea154; -webkit-box-shadow: 1px 1px 3px 2px #fea154; box-shadow: 1px 1px 3px 2px #fea154; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,161,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fea154">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fea154; -webkit-box-shadow: 1px 1px 3px 2px #fea154; box-shadow: 1px 1px 3px 2px #fea154;">
Div content here</div>
This div box has shadow with color #fea154
Comments
No comments written yet.
Please login to write comment.