Color spaces of #fdc817
RGB | 253 | 200 | 23 |
---|---|---|---|
HSL | 0.13 | 0.98 | 0.54 |
HSV | 46° | 91° | 99° |
CMYK | 0.00 | 0.21 | 0.91 0.01 |
XYZ | 61.3169 | 62.2531 | 9.5949 |
Yxy | 62.2531 | 0.4605 | 0.4675 |
Hunter Lab | 78.9006 | 0.6435 | 48.0203 |
CIE-Lab | 83.0478 | 5.1030 | 81.7721 |
#fdc817 color RGB value is (253,200,23).
#fdc817 hex color red value is 253, green value is 200 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #fdc817 hue: 0.13 , saturation: 0.98 and the lightness value of fdc817 is 0.54.
The process color (four color CMYK) of #fdc817 color hex is 0.00, 0.21, 0.91, 0.01. Web safe color of #fdc817 is #ffcc00. Color #fdc817 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11001000 | 00010111 |
Octal | 375 | 310 | 27 |
Decimal | 253 | 200 | 23 |
Hex | FD | C8 | 17 |
Shades of #fdc817
Tints of #fdc817
RGB Percentages of Color #fdc817
CMYK Percentages of Color #fdc817
Complementary Color
#fdc817 | #174cfd |
#fdc817 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdc817 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdc817 Color CSS Codes
.mybgcolor {background-color:#fdc817; } .myforecolor {color:#fdc817; } .mybordercolor {border:3px solid #fdc817; }
#fdc817 Text Font Color
<p style="color:#fdc817">Text here</p>
This sample text font color is #fdc817
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.
#fdc817 Background Color
<div style="background-color:#fdc817">
Div content here</div>
This div background color is #fdc817
#fdc817 Border Color
<div style="border:3px solid #fdc817">
Div here</div>
This div border color is #fdc817
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,200,23, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdc817; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdc817; -webkit-box-shadow: 1px 1px 3px 2px #fdc817; box-shadow: 1px 1px 3px 2px #fdc817; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,200,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 #fdc817">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdc817; -webkit-box-shadow: 1px 1px 3px 2px #fdc817; box-shadow: 1px 1px 3px 2px #fdc817;">
Div content here</div>
This div box has shadow with color #fdc817
Comments
No comments written yet.
Please login to write comment.