Color spaces of #fd871f
RGB | 253 | 135 | 31 |
---|---|---|---|
HSL | 0.08 | 0.98 | 0.56 |
HSV | 28° | 88° | 99° |
CMYK | 0.00 | 0.47 | 0.88 0.01 |
XYZ | 49.4193 | 38.3095 | 6.0861 |
Yxy | 38.3095 | 0.5268 | 0.4084 |
Hunter Lab | 61.8947 | 34.2062 | 37.4963 |
CIE-Lab | 68.2481 | 38.9202 | 68.7856 |
#fd871f color RGB value is (253,135,31).
#fd871f hex color red value is 253, green value is 135 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fd871f hue: 0.08 , saturation: 0.98 and the lightness value of fd871f is 0.56.
The process color (four color CMYK) of #fd871f color hex is 0.00, 0.47, 0.88, 0.01. Web safe color of #fd871f is #ff9933. Color #fd871f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10000111 | 00011111 |
Octal | 375 | 207 | 37 |
Decimal | 253 | 135 | 31 |
Hex | FD | 87 | 1F |
Shades of #fd871f
Tints of #fd871f
RGB Percentages of Color #fd871f
CMYK Percentages of Color #fd871f
Complementary Color
#fd871f | #1f95fd |
#fd871f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd871f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd871f Color CSS Codes
.mybgcolor {background-color:#fd871f; } .myforecolor {color:#fd871f; } .mybordercolor {border:3px solid #fd871f; }
#fd871f Text Font Color
<p style="color:#fd871f">Text here</p>
This sample text font color is #fd871f
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.
#fd871f Background Color
<div style="background-color:#fd871f">
Div content here</div>
This div background color is #fd871f
#fd871f Border Color
<div style="border:3px solid #fd871f">
Div here</div>
This div border color is #fd871f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,135,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd871f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd871f; -webkit-box-shadow: 1px 1px 3px 2px #fd871f; box-shadow: 1px 1px 3px 2px #fd871f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,135,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd871f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd871f; -webkit-box-shadow: 1px 1px 3px 2px #fd871f; box-shadow: 1px 1px 3px 2px #fd871f;">
Div content here</div>
This div box has shadow with color #fd871f
Comments
No comments written yet.
Please login to write comment.