Color spaces of #fcf63e
RGB | 252 | 246 | 62 |
---|---|---|---|
HSL | 0.16 | 0.97 | 0.62 |
HSV | 58° | 75° | 99° |
CMYK | 0.00 | 0.02 | 0.75 0.01 |
XYZ | 73.9702 | 86.9548 | 17.4427 |
Yxy | 86.9548 | 0.4147 | 0.4875 |
Hunter Lab | 93.2496 | -21.5916 | 54.1843 |
CIE-Lab | 94.7191 | -17.3240 | 82.2738 |
#fcf63e color RGB value is (252,246,62).
#fcf63e hex color red value is 252, green value is 246 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fcf63e hue: 0.16 , saturation: 0.97 and the lightness value of fcf63e is 0.62.
The process color (four color CMYK) of #fcf63e color hex is 0.00, 0.02, 0.75, 0.01. Web safe color of #fcf63e is #ffff33. Color #fcf63e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11110110 | 00111110 |
Octal | 374 | 366 | 76 |
Decimal | 252 | 246 | 62 |
Hex | FC | F6 | 3E |
Shades of #fcf63e
Tints of #fcf63e
RGB Percentages of Color #fcf63e
CMYK Percentages of Color #fcf63e
Complementary Color
#fcf63e | #3e44fc |
#fcf63e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf63e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf63e Color CSS Codes
.mybgcolor {background-color:#fcf63e; } .myforecolor {color:#fcf63e; } .mybordercolor {border:3px solid #fcf63e; }
#fcf63e Text Font Color
<p style="color:#fcf63e">Text here</p>
This sample text font color is #fcf63e
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.
#fcf63e Background Color
<div style="background-color:#fcf63e">
Div content here</div>
This div background color is #fcf63e
#fcf63e Border Color
<div style="border:3px solid #fcf63e">
Div here</div>
This div border color is #fcf63e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,246,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf63e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf63e; -webkit-box-shadow: 1px 1px 3px 2px #fcf63e; box-shadow: 1px 1px 3px 2px #fcf63e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,246,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcf63e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf63e; -webkit-box-shadow: 1px 1px 3px 2px #fcf63e; box-shadow: 1px 1px 3px 2px #fcf63e;">
Div content here</div>
This div box has shadow with color #fcf63e
Comments
No comments written yet.
Please login to write comment.