Color spaces of #fea853
RGB | 254 | 168 | 83 |
---|---|---|---|
HSL | 0.08 | 0.99 | 0.66 |
HSV | 30° | 67° | 100° |
CMYK | 0.00 | 0.34 | 0.67 0.00 |
XYZ | 56.4370 | 49.7006 | 14.8022 |
Yxy | 49.7006 | 0.4667 | 0.4110 |
Hunter Lab | 70.4987 | 19.5238 | 36.9003 |
CIE-Lab | 75.8851 | 24.1974 | 55.5850 |
#fea853 color RGB value is (254,168,83).
#fea853 hex color red value is 254, green value is 168 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #fea853 hue: 0.08 , saturation: 0.99 and the lightness value of fea853 is 0.66.
The process color (four color CMYK) of #fea853 color hex is 0.00, 0.34, 0.67, 0.00. Web safe color of #fea853 is #ff9966. Color #fea853 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10101000 | 01010011 |
Octal | 376 | 250 | 123 |
Decimal | 254 | 168 | 83 |
Hex | FE | A8 | 53 |
Shades of #fea853
Tints of #fea853
RGB Percentages of Color #fea853
CMYK Percentages of Color #fea853
Complementary Color
#fea853 | #53a9fe |
#fea853 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fea853 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fea853 Color CSS Codes
.mybgcolor {background-color:#fea853; } .myforecolor {color:#fea853; } .mybordercolor {border:3px solid #fea853; }
#fea853 Text Font Color
<p style="color:#fea853">Text here</p>
This sample text font color is #fea853
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.
#fea853 Background Color
<div style="background-color:#fea853">
Div content here</div>
This div background color is #fea853
#fea853 Border Color
<div style="border:3px solid #fea853">
Div here</div>
This div border color is #fea853
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,168,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fea853; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fea853; -webkit-box-shadow: 1px 1px 3px 2px #fea853; box-shadow: 1px 1px 3px 2px #fea853; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,168,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fea853">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fea853; -webkit-box-shadow: 1px 1px 3px 2px #fea853; box-shadow: 1px 1px 3px 2px #fea853;">
Div content here</div>
This div box has shadow with color #fea853
Comments
No comments written yet.
Please login to write comment.