Color spaces of #fcea51
RGB | 252 | 234 | 81 |
---|---|---|---|
HSL | 0.15 | 0.97 | 0.65 |
HSV | 54° | 68° | 99° |
CMYK | 0.00 | 0.07 | 0.68 0.01 |
XYZ | 71.0529 | 80.1352 | 19.5073 |
Yxy | 80.1352 | 0.4163 | 0.4695 |
Hunter Lab | 89.5183 | -14.9770 | 49.7427 |
CIE-Lab | 91.7455 | -10.6342 | 73.0200 |
#fcea51 color RGB value is (252,234,81).
#fcea51 hex color red value is 252, green value is 234 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #fcea51 hue: 0.15 , saturation: 0.97 and the lightness value of fcea51 is 0.65.
The process color (four color CMYK) of #fcea51 color hex is 0.00, 0.07, 0.68, 0.01. Web safe color of #fcea51 is #ffff66. Color #fcea51 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101010 | 01010001 |
Octal | 374 | 352 | 121 |
Decimal | 252 | 234 | 81 |
Hex | FC | EA | 51 |
Shades of #fcea51
Tints of #fcea51
RGB Percentages of Color #fcea51
CMYK Percentages of Color #fcea51
Complementary Color
#fcea51 | #5163fc |
#fcea51 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcea51 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcea51 Color CSS Codes
.mybgcolor {background-color:#fcea51; } .myforecolor {color:#fcea51; } .mybordercolor {border:3px solid #fcea51; }
#fcea51 Text Font Color
<p style="color:#fcea51">Text here</p>
This sample text font color is #fcea51
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.
#fcea51 Background Color
<div style="background-color:#fcea51">
Div content here</div>
This div background color is #fcea51
#fcea51 Border Color
<div style="border:3px solid #fcea51">
Div here</div>
This div border color is #fcea51
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,234,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcea51; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcea51; -webkit-box-shadow: 1px 1px 3px 2px #fcea51; box-shadow: 1px 1px 3px 2px #fcea51; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,234,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcea51">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcea51; -webkit-box-shadow: 1px 1px 3px 2px #fcea51; box-shadow: 1px 1px 3px 2px #fcea51;">
Div content here</div>
This div box has shadow with color #fcea51
Related Colors
Comments
No comments written yet.
Please login to write comment.