Color spaces of #fea204
RGB | 254 | 162 | 4 |
---|---|---|---|
HSL | 0.11 | 0.99 | 0.51 |
HSV | 38° | 98° | 100° |
CMYK | 0.00 | 0.36 | 0.98 0.00 |
XYZ | 53.8153 | 46.9203 | 6.3350 |
Yxy | 46.9203 | 0.5026 | 0.4382 |
Hunter Lab | 68.4984 | 20.3651 | 42.4655 |
CIE-Lab | 74.1388 | 25.1140 | 77.9134 |
#fea204 color RGB value is (254,162,4).
#fea204 hex color red value is 254, green value is 162 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #fea204 hue: 0.11 , saturation: 0.99 and the lightness value of fea204 is 0.51.
The process color (four color CMYK) of #fea204 color hex is 0.00, 0.36, 0.98, 0.00. Web safe color of #fea204 is #ff9900. Color #fea204 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10100010 | 00000100 |
Octal | 376 | 242 | 4 |
Decimal | 254 | 162 | 4 |
Hex | FE | A2 | 4 |
Shades of #fea204
Tints of #fea204
RGB Percentages of Color #fea204
CMYK Percentages of Color #fea204
Complementary Color
#fea204 | #0460fe |
#fea204 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fea204 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fea204 Color CSS Codes
.mybgcolor {background-color:#fea204; } .myforecolor {color:#fea204; } .mybordercolor {border:3px solid #fea204; }
#fea204 Text Font Color
<p style="color:#fea204">Text here</p>
This sample text font color is #fea204
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.
#fea204 Background Color
<div style="background-color:#fea204">
Div content here</div>
This div background color is #fea204
#fea204 Border Color
<div style="border:3px solid #fea204">
Div here</div>
This div border color is #fea204
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,162,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fea204; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fea204; -webkit-box-shadow: 1px 1px 3px 2px #fea204; box-shadow: 1px 1px 3px 2px #fea204; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,162,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fea204">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fea204; -webkit-box-shadow: 1px 1px 3px 2px #fea204; box-shadow: 1px 1px 3px 2px #fea204;">
Div content here</div>
This div box has shadow with color #fea204
#fea204 Color Palettes
Comments
No comments written yet.
Please login to write comment.