Color spaces of #fca117
RGB | 252 | 161 | 23 |
---|---|---|---|
HSL | 0.10 | 0.97 | 0.54 |
HSV | 36° | 91° | 99° |
CMYK | 0.00 | 0.36 | 0.91 0.01 |
XYZ | 53.0444 | 46.2470 | 6.9414 |
Yxy | 46.2470 | 0.4993 | 0.4353 |
Hunter Lab | 68.0051 | 20.2220 | 41.5518 |
CIE-Lab | 73.7055 | 24.9967 | 74.7686 |
#fca117 color RGB value is (252,161,23).
#fca117 hex color red value is 252, green value is 161 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #fca117 hue: 0.10 , saturation: 0.97 and the lightness value of fca117 is 0.54.
The process color (four color CMYK) of #fca117 color hex is 0.00, 0.36, 0.91, 0.01. Web safe color of #fca117 is #ff9900. Color #fca117 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10100001 | 00010111 |
Octal | 374 | 241 | 27 |
Decimal | 252 | 161 | 23 |
Hex | FC | A1 | 17 |
Shades of #fca117
Tints of #fca117
RGB Percentages of Color #fca117
CMYK Percentages of Color #fca117
Complementary Color
#fca117 | #1772fc |
#fca117 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fca117 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fca117 Color CSS Codes
.mybgcolor {background-color:#fca117; } .myforecolor {color:#fca117; } .mybordercolor {border:3px solid #fca117; }
#fca117 Text Font Color
<p style="color:#fca117">Text here</p>
This sample text font color is #fca117
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.
#fca117 Background Color
<div style="background-color:#fca117">
Div content here</div>
This div background color is #fca117
#fca117 Border Color
<div style="border:3px solid #fca117">
Div here</div>
This div border color is #fca117
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,161,23, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fca117; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fca117; -webkit-box-shadow: 1px 1px 3px 2px #fca117; box-shadow: 1px 1px 3px 2px #fca117; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,161,23, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fca117">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fca117; -webkit-box-shadow: 1px 1px 3px 2px #fca117; box-shadow: 1px 1px 3px 2px #fca117;">
Div content here</div>
This div box has shadow with color #fca117
Comments
No comments written yet.
Please login to write comment.