Color spaces of #fcca5d
RGB | 252 | 202 | 93 |
---|---|---|---|
HSL | 0.11 | 0.96 | 0.68 |
HSV | 41° | 63° | 99° |
CMYK | 0.00 | 0.20 | 0.63 0.01 |
XYZ | 63.2412 | 63.7268 | 19.3233 |
Yxy | 63.7268 | 0.4323 | 0.4356 |
Hunter Lab | 79.8291 | 1.7082 | 41.5287 |
CIE-Lab | 83.8233 | 6.2334 | 59.7167 |
#fcca5d color RGB value is (252,202,93).
#fcca5d hex color red value is 252, green value is 202 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fcca5d hue: 0.11 , saturation: 0.96 and the lightness value of fcca5d is 0.68.
The process color (four color CMYK) of #fcca5d color hex is 0.00, 0.20, 0.63, 0.01. Web safe color of #fcca5d is #ffcc66. Color #fcca5d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001010 | 01011101 |
Octal | 374 | 312 | 135 |
Decimal | 252 | 202 | 93 |
Hex | FC | CA | 5D |
Shades of #fcca5d
Tints of #fcca5d
RGB Percentages of Color #fcca5d
CMYK Percentages of Color #fcca5d
Complementary Color
#fcca5d | #5d8ffc |
#fcca5d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcca5d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcca5d Color CSS Codes
.mybgcolor {background-color:#fcca5d; } .myforecolor {color:#fcca5d; } .mybordercolor {border:3px solid #fcca5d; }
#fcca5d Text Font Color
<p style="color:#fcca5d">Text here</p>
This sample text font color is #fcca5d
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.
#fcca5d Background Color
<div style="background-color:#fcca5d">
Div content here</div>
This div background color is #fcca5d
#fcca5d Border Color
<div style="border:3px solid #fcca5d">
Div here</div>
This div border color is #fcca5d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,202,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcca5d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcca5d; -webkit-box-shadow: 1px 1px 3px 2px #fcca5d; box-shadow: 1px 1px 3px 2px #fcca5d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,202,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcca5d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcca5d; -webkit-box-shadow: 1px 1px 3px 2px #fcca5d; box-shadow: 1px 1px 3px 2px #fcca5d;">
Div content here</div>
This div box has shadow with color #fcca5d
Comments
No comments written yet.
Please login to write comment.