Color spaces of #fee041
RGB | 254 | 224 | 65 |
---|---|---|---|
HSL | 0.14 | 0.99 | 0.63 |
HSV | 50° | 74° | 100° |
CMYK | 0.00 | 0.12 | 0.74 0.00 |
XYZ | 68.4828 | 74.7638 | 15.8224 |
Yxy | 74.7638 | 0.4305 | 0.4700 |
Hunter Lab | 86.4661 | -9.9401 | 49.6768 |
CIE-Lab | 89.2822 | -5.5554 | 76.3732 |
#fee041 color RGB value is (254,224,65).
#fee041 hex color red value is 254, green value is 224 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fee041 hue: 0.14 , saturation: 0.99 and the lightness value of fee041 is 0.63.
The process color (four color CMYK) of #fee041 color hex is 0.00, 0.12, 0.74, 0.00. Web safe color of #fee041 is #ffcc33. Color #fee041 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11100000 | 01000001 |
Octal | 376 | 340 | 101 |
Decimal | 254 | 224 | 65 |
Hex | FE | E0 | 41 |
Shades of #fee041
Tints of #fee041
RGB Percentages of Color #fee041
CMYK Percentages of Color #fee041
Complementary Color
#fee041 | #415ffe |
#fee041 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fee041 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fee041 Color CSS Codes
.mybgcolor {background-color:#fee041; } .myforecolor {color:#fee041; } .mybordercolor {border:3px solid #fee041; }
#fee041 Text Font Color
<p style="color:#fee041">Text here</p>
This sample text font color is #fee041
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.
#fee041 Background Color
<div style="background-color:#fee041">
Div content here</div>
This div background color is #fee041
#fee041 Border Color
<div style="border:3px solid #fee041">
Div here</div>
This div border color is #fee041
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,224,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fee041; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fee041; -webkit-box-shadow: 1px 1px 3px 2px #fee041; box-shadow: 1px 1px 3px 2px #fee041; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,224,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fee041">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fee041; -webkit-box-shadow: 1px 1px 3px 2px #fee041; box-shadow: 1px 1px 3px 2px #fee041;">
Div content here</div>
This div box has shadow with color #fee041
Comments
No comments written yet.
Please login to write comment.