Color spaces of #fea03f
RGB | 254 | 160 | 63 |
---|---|---|---|
HSL | 0.08 | 0.99 | 0.62 |
HSV | 30° | 75° | 100° |
CMYK | 0.00 | 0.37 | 0.75 0.00 |
XYZ | 54.3411 | 46.5713 | 10.8277 |
Yxy | 46.5713 | 0.4863 | 0.4168 |
Hunter Lab | 68.2432 | 22.7116 | 38.3631 |
CIE-Lab | 73.9147 | 27.4225 | 62.3661 |
#fea03f color RGB value is (254,160,63).
#fea03f hex color red value is 254, green value is 160 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fea03f hue: 0.08 , saturation: 0.99 and the lightness value of fea03f is 0.62.
The process color (four color CMYK) of #fea03f color hex is 0.00, 0.37, 0.75, 0.00. Web safe color of #fea03f is #ff9933. Color #fea03f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10100000 | 00111111 |
Octal | 376 | 240 | 77 |
Decimal | 254 | 160 | 63 |
Hex | FE | A0 | 3F |
Shades of #fea03f
Tints of #fea03f
RGB Percentages of Color #fea03f
CMYK Percentages of Color #fea03f
Complementary Color
#fea03f | #3f9dfe |
#fea03f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fea03f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fea03f Color CSS Codes
.mybgcolor {background-color:#fea03f; } .myforecolor {color:#fea03f; } .mybordercolor {border:3px solid #fea03f; }
#fea03f Text Font Color
<p style="color:#fea03f">Text here</p>
This sample text font color is #fea03f
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.
#fea03f Background Color
<div style="background-color:#fea03f">
Div content here</div>
This div background color is #fea03f
#fea03f Border Color
<div style="border:3px solid #fea03f">
Div here</div>
This div border color is #fea03f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,160,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fea03f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fea03f; -webkit-box-shadow: 1px 1px 3px 2px #fea03f; box-shadow: 1px 1px 3px 2px #fea03f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,160,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fea03f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fea03f; -webkit-box-shadow: 1px 1px 3px 2px #fea03f; box-shadow: 1px 1px 3px 2px #fea03f;">
Div content here</div>
This div box has shadow with color #fea03f
Comments
No comments written yet.
Please login to write comment.