Color spaces of #fdb582
RGB | 253 | 181 | 130 |
---|---|---|---|
HSL | 0.07 | 0.97 | 0.75 |
HSV | 25° | 49° | 99° |
CMYK | 0.00 | 0.28 | 0.49 0.01 |
XYZ | 61.0612 | 55.5421 | 28.6215 |
Yxy | 55.5421 | 0.4205 | 0.3825 |
Hunter Lab | 74.5266 | 15.8273 | 29.3986 |
CIE-Lab | 79.3525 | 20.4298 | 36.2837 |
#fdb582 color RGB value is (253,181,130).
#fdb582 hex color red value is 253, green value is 181 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #fdb582 hue: 0.07 , saturation: 0.97 and the lightness value of fdb582 is 0.75.
The process color (four color CMYK) of #fdb582 color hex is 0.00, 0.28, 0.49, 0.01. Web safe color of #fdb582 is #ffcc99. Color #fdb582 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10110101 | 10000010 |
Octal | 375 | 265 | 202 |
Decimal | 253 | 181 | 130 |
Hex | FD | B5 | 82 |
Shades of #fdb582
Tints of #fdb582
RGB Percentages of Color #fdb582
CMYK Percentages of Color #fdb582
Complementary Color
#fdb582 | #82cafd |
#fdb582 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdb582 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdb582 Color CSS Codes
.mybgcolor {background-color:#fdb582; } .myforecolor {color:#fdb582; } .mybordercolor {border:3px solid #fdb582; }
#fdb582 Text Font Color
<p style="color:#fdb582">Text here</p>
This sample text font color is #fdb582
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.
#fdb582 Background Color
<div style="background-color:#fdb582">
Div content here</div>
This div background color is #fdb582
#fdb582 Border Color
<div style="border:3px solid #fdb582">
Div here</div>
This div border color is #fdb582
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,181,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdb582; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdb582; -webkit-box-shadow: 1px 1px 3px 2px #fdb582; box-shadow: 1px 1px 3px 2px #fdb582; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,181,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdb582">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdb582; -webkit-box-shadow: 1px 1px 3px 2px #fdb582; box-shadow: 1px 1px 3px 2px #fdb582;">
Div content here</div>
This div box has shadow with color #fdb582
Comments
No comments written yet.
Please login to write comment.