Color spaces of #fec030
RGB | 254 | 192 | 48 |
---|---|---|---|
HSL | 0.12 | 0.99 | 0.59 |
HSV | 42° | 81° | 100° |
CMYK | 0.00 | 0.24 | 0.81 0.00 |
XYZ | 60.2562 | 58.9835 | 11.0054 |
Yxy | 58.9835 | 0.4626 | 0.4529 |
Hunter Lab | 76.8007 | 5.6460 | 45.2644 |
CIE-Lab | 81.2825 | 10.2064 | 74.5651 |
#fec030 color RGB value is (254,192,48).
#fec030 hex color red value is 254, green value is 192 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #fec030 hue: 0.12 , saturation: 0.99 and the lightness value of fec030 is 0.59.
The process color (four color CMYK) of #fec030 color hex is 0.00, 0.24, 0.81, 0.00. Web safe color of #fec030 is #ffcc33. Color #fec030 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11000000 | 00110000 |
Octal | 376 | 300 | 60 |
Decimal | 254 | 192 | 48 |
Hex | FE | C0 | 30 |
Shades of #fec030
Tints of #fec030
RGB Percentages of Color #fec030
CMYK Percentages of Color #fec030
Complementary Color
#fec030 | #306efe |
#fec030 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fec030 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fec030 Color CSS Codes
.mybgcolor {background-color:#fec030; } .myforecolor {color:#fec030; } .mybordercolor {border:3px solid #fec030; }
#fec030 Text Font Color
<p style="color:#fec030">Text here</p>
This sample text font color is #fec030
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.
#fec030 Background Color
<div style="background-color:#fec030">
Div content here</div>
This div background color is #fec030
#fec030 Border Color
<div style="border:3px solid #fec030">
Div here</div>
This div border color is #fec030
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,192,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fec030; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fec030; -webkit-box-shadow: 1px 1px 3px 2px #fec030; box-shadow: 1px 1px 3px 2px #fec030; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,192,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fec030">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fec030; -webkit-box-shadow: 1px 1px 3px 2px #fec030; box-shadow: 1px 1px 3px 2px #fec030;">
Div content here</div>
This div box has shadow with color #fec030
Comments
No comments written yet.
Please login to write comment.