Color spaces of #fea726
RGB | 254 | 167 | 38 |
---|---|---|---|
HSL | 0.10 | 0.99 | 0.57 |
HSV | 36° | 85° | 100° |
CMYK | 0.00 | 0.34 | 0.85 0.00 |
XYZ | 55.0416 | 48.8482 | 8.3614 |
Yxy | 48.8482 | 0.4903 | 0.4352 |
Hunter Lab | 69.8915 | 18.2639 | 41.8309 |
CIE-Lab | 75.3568 | 22.9822 | 72.5018 |
#fea726 color RGB value is (254,167,38).
#fea726 hex color red value is 254, green value is 167 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #fea726 hue: 0.10 , saturation: 0.99 and the lightness value of fea726 is 0.57.
The process color (four color CMYK) of #fea726 color hex is 0.00, 0.34, 0.85, 0.00. Web safe color of #fea726 is #ff9933. Color #fea726 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10100111 | 00100110 |
Octal | 376 | 247 | 46 |
Decimal | 254 | 167 | 38 |
Hex | FE | A7 | 26 |
Shades of #fea726
Tints of #fea726
RGB Percentages of Color #fea726
CMYK Percentages of Color #fea726
Complementary Color
#fea726 | #267dfe |
#fea726 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fea726 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fea726 Color CSS Codes
.mybgcolor {background-color:#fea726; } .myforecolor {color:#fea726; } .mybordercolor {border:3px solid #fea726; }
#fea726 Text Font Color
<p style="color:#fea726">Text here</p>
This sample text font color is #fea726
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.
#fea726 Background Color
<div style="background-color:#fea726">
Div content here</div>
This div background color is #fea726
#fea726 Border Color
<div style="border:3px solid #fea726">
Div here</div>
This div border color is #fea726
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,167,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fea726; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fea726; -webkit-box-shadow: 1px 1px 3px 2px #fea726; box-shadow: 1px 1px 3px 2px #fea726; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,167,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fea726">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fea726; -webkit-box-shadow: 1px 1px 3px 2px #fea726; box-shadow: 1px 1px 3px 2px #fea726;">
Div content here</div>
This div box has shadow with color #fea726
Comments
No comments written yet.
Please login to write comment.