Color spaces of #fea90e
RGB | 254 | 169 | 14 |
---|---|---|---|
HSL | 0.11 | 0.99 | 0.53 |
HSV | 39° | 94° | 100° |
CMYK | 0.00 | 0.33 | 0.94 0.00 |
XYZ | 55.1403 | 49.4785 | 7.0596 |
Yxy | 49.4785 | 0.4937 | 0.4430 |
Hunter Lab | 70.3410 | 16.8295 | 43.2882 |
CIE-Lab | 75.7480 | 21.5447 | 77.8392 |
#fea90e color RGB value is (254,169,14).
#fea90e hex color red value is 254, green value is 169 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fea90e hue: 0.11 , saturation: 0.99 and the lightness value of fea90e is 0.53.
The process color (four color CMYK) of #fea90e color hex is 0.00, 0.33, 0.94, 0.00. Web safe color of #fea90e is #ff9900. Color #fea90e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10101001 | 00001110 |
Octal | 376 | 251 | 16 |
Decimal | 254 | 169 | 14 |
Hex | FE | A9 | E |
Shades of #fea90e
Tints of #fea90e
RGB Percentages of Color #fea90e
CMYK Percentages of Color #fea90e
Complementary Color
#fea90e | #0e63fe |
#fea90e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fea90e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fea90e Color CSS Codes
.mybgcolor {background-color:#fea90e; } .myforecolor {color:#fea90e; } .mybordercolor {border:3px solid #fea90e; }
#fea90e Text Font Color
<p style="color:#fea90e">Text here</p>
This sample text font color is #fea90e
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.
#fea90e Background Color
<div style="background-color:#fea90e">
Div content here</div>
This div background color is #fea90e
#fea90e Border Color
<div style="border:3px solid #fea90e">
Div here</div>
This div border color is #fea90e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,169,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fea90e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fea90e; -webkit-box-shadow: 1px 1px 3px 2px #fea90e; box-shadow: 1px 1px 3px 2px #fea90e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,169,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fea90e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fea90e; -webkit-box-shadow: 1px 1px 3px 2px #fea90e; box-shadow: 1px 1px 3px 2px #fea90e;">
Div content here</div>
This div box has shadow with color #fea90e
Comments
No comments written yet.
Please login to write comment.