Color spaces of #fea565
RGB | 254 | 165 | 101 |
---|---|---|---|
HSL | 0.07 | 0.99 | 0.70 |
HSV | 25° | 60° | 100° |
CMYK | 0.00 | 0.35 | 0.60 0.00 |
XYZ | 56.6771 | 48.9207 | 18.7673 |
Yxy | 48.9207 | 0.4557 | 0.3934 |
Hunter Lab | 69.9433 | 22.2429 | 33.0516 |
CIE-Lab | 75.4020 | 26.8751 | 46.2857 |
#fea565 color RGB value is (254,165,101).
#fea565 hex color red value is 254, green value is 165 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #fea565 hue: 0.07 , saturation: 0.99 and the lightness value of fea565 is 0.70.
The process color (four color CMYK) of #fea565 color hex is 0.00, 0.35, 0.60, 0.00. Web safe color of #fea565 is #ff9966. Color #fea565 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10100101 | 01100101 |
Octal | 376 | 245 | 145 |
Decimal | 254 | 165 | 101 |
Hex | FE | A5 | 65 |
Shades of #fea565
Tints of #fea565
RGB Percentages of Color #fea565
CMYK Percentages of Color #fea565
Complementary Color
#fea565 | #65befe |
#fea565 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fea565 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fea565 Color CSS Codes
.mybgcolor {background-color:#fea565; } .myforecolor {color:#fea565; } .mybordercolor {border:3px solid #fea565; }
#fea565 Text Font Color
<p style="color:#fea565">Text here</p>
This sample text font color is #fea565
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.
#fea565 Background Color
<div style="background-color:#fea565">
Div content here</div>
This div background color is #fea565
#fea565 Border Color
<div style="border:3px solid #fea565">
Div here</div>
This div border color is #fea565
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,165,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fea565; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fea565; -webkit-box-shadow: 1px 1px 3px 2px #fea565; box-shadow: 1px 1px 3px 2px #fea565; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,165,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fea565">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fea565; -webkit-box-shadow: 1px 1px 3px 2px #fea565; box-shadow: 1px 1px 3px 2px #fea565;">
Div content here</div>
This div box has shadow with color #fea565
Comments
No comments written yet.
Please login to write comment.