Color spaces of #fca477
RGB | 252 | 164 | 119 |
---|---|---|---|
HSL | 0.06 | 0.96 | 0.73 |
HSV | 20° | 53° | 99° |
CMYK | 0.00 | 0.35 | 0.53 0.01 |
XYZ | 56.7501 | 48.5783 | 23.8383 |
Yxy | 48.5783 | 0.4394 | 0.3761 |
Hunter Lab | 69.6981 | 23.3678 | 28.5102 |
CIE-Lab | 75.1882 | 27.9770 | 36.6800 |
#fca477 color RGB value is (252,164,119).
#fca477 hex color red value is 252, green value is 164 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #fca477 hue: 0.06 , saturation: 0.96 and the lightness value of fca477 is 0.73.
The process color (four color CMYK) of #fca477 color hex is 0.00, 0.35, 0.53, 0.01. Web safe color of #fca477 is #ff9966. Color #fca477 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10100100 | 01110111 |
Octal | 374 | 244 | 167 |
Decimal | 252 | 164 | 119 |
Hex | FC | A4 | 77 |
Shades of #fca477
Tints of #fca477
RGB Percentages of Color #fca477
CMYK Percentages of Color #fca477
Complementary Color
#fca477 | #77cffc |
#fca477 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fca477 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fca477 Color CSS Codes
.mybgcolor {background-color:#fca477; } .myforecolor {color:#fca477; } .mybordercolor {border:3px solid #fca477; }
#fca477 Text Font Color
<p style="color:#fca477">Text here</p>
This sample text font color is #fca477
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.
#fca477 Background Color
<div style="background-color:#fca477">
Div content here</div>
This div background color is #fca477
#fca477 Border Color
<div style="border:3px solid #fca477">
Div here</div>
This div border color is #fca477
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,164,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fca477; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fca477; -webkit-box-shadow: 1px 1px 3px 2px #fca477; box-shadow: 1px 1px 3px 2px #fca477; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,164,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fca477">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fca477; -webkit-box-shadow: 1px 1px 3px 2px #fca477; box-shadow: 1px 1px 3px 2px #fca477;">
Div content here</div>
This div box has shadow with color #fca477
Comments
No comments written yet.
Please login to write comment.