Color spaces of #fca258
RGB | 252 | 162 | 88 |
---|---|---|---|
HSL | 0.08 | 0.96 | 0.67 |
HSV | 27° | 65° | 99° |
CMYK | 0.00 | 0.36 | 0.65 0.01 |
XYZ | 54.8267 | 47.2407 | 15.4612 |
Yxy | 47.2407 | 0.4665 | 0.4020 |
Hunter Lab | 68.7319 | 22.1068 | 34.7751 |
CIE-Lab | 74.3435 | 26.8069 | 51.4230 |
#fca258 color RGB value is (252,162,88).
#fca258 hex color red value is 252, green value is 162 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #fca258 hue: 0.08 , saturation: 0.96 and the lightness value of fca258 is 0.67.
The process color (four color CMYK) of #fca258 color hex is 0.00, 0.36, 0.65, 0.01. Web safe color of #fca258 is #ff9966. Color #fca258 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10100010 | 01011000 |
Octal | 374 | 242 | 130 |
Decimal | 252 | 162 | 88 |
Hex | FC | A2 | 58 |
Shades of #fca258
Tints of #fca258
RGB Percentages of Color #fca258
CMYK Percentages of Color #fca258
Complementary Color
#fca258 | #58b2fc |
#fca258 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fca258 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fca258 Color CSS Codes
.mybgcolor {background-color:#fca258; } .myforecolor {color:#fca258; } .mybordercolor {border:3px solid #fca258; }
#fca258 Text Font Color
<p style="color:#fca258">Text here</p>
This sample text font color is #fca258
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.
#fca258 Background Color
<div style="background-color:#fca258">
Div content here</div>
This div background color is #fca258
#fca258 Border Color
<div style="border:3px solid #fca258">
Div here</div>
This div border color is #fca258
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,162,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fca258; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fca258; -webkit-box-shadow: 1px 1px 3px 2px #fca258; box-shadow: 1px 1px 3px 2px #fca258; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,162,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fca258">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fca258; -webkit-box-shadow: 1px 1px 3px 2px #fca258; box-shadow: 1px 1px 3px 2px #fca258;">
Div content here</div>
This div box has shadow with color #fca258
Comments
No comments written yet.
Please login to write comment.