Color spaces of #fea25a
RGB | 254 | 162 | 90 |
---|---|---|---|
HSL | 0.07 | 0.99 | 0.67 |
HSV | 26° | 65° | 100° |
CMYK | 0.00 | 0.36 | 0.65 0.00 |
XYZ | 55.6388 | 47.6497 | 15.9377 |
Yxy | 47.6497 | 0.4667 | 0.3997 |
Hunter Lab | 69.0288 | 23.0748 | 34.6310 |
CIE-Lab | 74.6034 | 27.7312 | 50.8101 |
#fea25a color RGB value is (254,162,90).
#fea25a hex color red value is 254, green value is 162 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fea25a hue: 0.07 , saturation: 0.99 and the lightness value of fea25a is 0.67.
The process color (four color CMYK) of #fea25a color hex is 0.00, 0.36, 0.65, 0.00. Web safe color of #fea25a is #ff9966. Color #fea25a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10100010 | 01011010 |
Octal | 376 | 242 | 132 |
Decimal | 254 | 162 | 90 |
Hex | FE | A2 | 5A |
Shades of #fea25a
Tints of #fea25a
RGB Percentages of Color #fea25a
CMYK Percentages of Color #fea25a
Complementary Color
#fea25a | #5ab6fe |
#fea25a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fea25a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fea25a Color CSS Codes
.mybgcolor {background-color:#fea25a; } .myforecolor {color:#fea25a; } .mybordercolor {border:3px solid #fea25a; }
#fea25a Text Font Color
<p style="color:#fea25a">Text here</p>
This sample text font color is #fea25a
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.
#fea25a Background Color
<div style="background-color:#fea25a">
Div content here</div>
This div background color is #fea25a
#fea25a Border Color
<div style="border:3px solid #fea25a">
Div here</div>
This div border color is #fea25a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,162,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fea25a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fea25a; -webkit-box-shadow: 1px 1px 3px 2px #fea25a; box-shadow: 1px 1px 3px 2px #fea25a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,162,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fea25a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fea25a; -webkit-box-shadow: 1px 1px 3px 2px #fea25a; box-shadow: 1px 1px 3px 2px #fea25a;">
Div content here</div>
This div box has shadow with color #fea25a
Comments
No comments written yet.
Please login to write comment.