Color spaces of #fca67c
RGB | 252 | 166 | 124 |
---|---|---|---|
HSL | 0.05 | 0.96 | 0.74 |
HSV | 20° | 51° | 99° |
CMYK | 0.00 | 0.34 | 0.51 0.01 |
XYZ | 57.4192 | 49.4231 | 25.5821 |
Yxy | 49.4231 | 0.4336 | 0.3732 |
Hunter Lab | 70.3016 | 22.7631 | 27.6360 |
CIE-Lab | 75.7138 | 27.3599 | 34.7158 |
#fca67c color RGB value is (252,166,124).
#fca67c hex color red value is 252, green value is 166 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fca67c hue: 0.05 , saturation: 0.96 and the lightness value of fca67c is 0.74.
The process color (four color CMYK) of #fca67c color hex is 0.00, 0.34, 0.51, 0.01. Web safe color of #fca67c is #ff9966. Color #fca67c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10100110 | 01111100 |
Octal | 374 | 246 | 174 |
Decimal | 252 | 166 | 124 |
Hex | FC | A6 | 7C |
Shades of #fca67c
Tints of #fca67c
RGB Percentages of Color #fca67c
CMYK Percentages of Color #fca67c
Complementary Color
#fca67c | #7cd2fc |
#fca67c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fca67c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fca67c Color CSS Codes
.mybgcolor {background-color:#fca67c; } .myforecolor {color:#fca67c; } .mybordercolor {border:3px solid #fca67c; }
#fca67c Text Font Color
<p style="color:#fca67c">Text here</p>
This sample text font color is #fca67c
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.
#fca67c Background Color
<div style="background-color:#fca67c">
Div content here</div>
This div background color is #fca67c
#fca67c Border Color
<div style="border:3px solid #fca67c">
Div here</div>
This div border color is #fca67c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,166,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fca67c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fca67c; -webkit-box-shadow: 1px 1px 3px 2px #fca67c; box-shadow: 1px 1px 3px 2px #fca67c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,166,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fca67c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fca67c; -webkit-box-shadow: 1px 1px 3px 2px #fca67c; box-shadow: 1px 1px 3px 2px #fca67c;">
Div content here</div>
This div box has shadow with color #fca67c
Comments
No comments written yet.
Please login to write comment.