Color spaces of #fca83b
RGB | 252 | 168 | 59 |
---|---|---|---|
HSL | 0.09 | 0.97 | 0.61 |
HSV | 34° | 77° | 99° |
CMYK | 0.00 | 0.33 | 0.77 0.01 |
XYZ | 54.9369 | 49.0165 | 10.7033 |
Yxy | 49.0165 | 0.4791 | 0.4275 |
Hunter Lab | 70.0118 | 17.5449 | 39.9441 |
CIE-Lab | 75.4616 | 22.2660 | 65.3894 |
#fca83b color RGB value is (252,168,59).
#fca83b hex color red value is 252, green value is 168 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fca83b hue: 0.09 , saturation: 0.97 and the lightness value of fca83b is 0.61.
The process color (four color CMYK) of #fca83b color hex is 0.00, 0.33, 0.77, 0.01. Web safe color of #fca83b is #ff9933. Color #fca83b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101000 | 00111011 |
Octal | 374 | 250 | 73 |
Decimal | 252 | 168 | 59 |
Hex | FC | A8 | 3B |
Shades of #fca83b
Tints of #fca83b
RGB Percentages of Color #fca83b
CMYK Percentages of Color #fca83b
Complementary Color
#fca83b | #3b8ffc |
#fca83b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fca83b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fca83b Color CSS Codes
.mybgcolor {background-color:#fca83b; } .myforecolor {color:#fca83b; } .mybordercolor {border:3px solid #fca83b; }
#fca83b Text Font Color
<p style="color:#fca83b">Text here</p>
This sample text font color is #fca83b
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.
#fca83b Background Color
<div style="background-color:#fca83b">
Div content here</div>
This div background color is #fca83b
#fca83b Border Color
<div style="border:3px solid #fca83b">
Div here</div>
This div border color is #fca83b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,168,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fca83b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fca83b; -webkit-box-shadow: 1px 1px 3px 2px #fca83b; box-shadow: 1px 1px 3px 2px #fca83b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,168,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fca83b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fca83b; -webkit-box-shadow: 1px 1px 3px 2px #fca83b; box-shadow: 1px 1px 3px 2px #fca83b;">
Div content here</div>
This div box has shadow with color #fca83b
Comments
No comments written yet.
Please login to write comment.