Color spaces of #fd501b
RGB | 253 | 80 | 27 |
---|---|---|---|
HSL | 0.04 | 0.98 | 0.55 |
HSV | 14° | 89° | 99° |
CMYK | 0.00 | 0.68 | 0.89 0.01 |
XYZ | 43.5745 | 26.6991 | 3.8937 |
Yxy | 26.6991 | 0.5875 | 0.3600 |
Hunter Lab | 51.6712 | 60.1052 | 31.7020 |
CIE-Lab | 58.6948 | 63.5785 | 62.8924 |
#fd501b color RGB value is (253,80,27).
#fd501b hex color red value is 253, green value is 80 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fd501b hue: 0.04 , saturation: 0.98 and the lightness value of fd501b is 0.55.
The process color (four color CMYK) of #fd501b color hex is 0.00, 0.68, 0.89, 0.01. Web safe color of #fd501b is #ff6633. Color #fd501b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 01010000 | 00011011 |
Octal | 375 | 120 | 33 |
Decimal | 253 | 80 | 27 |
Hex | FD | 50 | 1B |
Shades of #fd501b
Tints of #fd501b
RGB Percentages of Color #fd501b
CMYK Percentages of Color #fd501b
Complementary Color
#fd501b | #1bc8fd |
#fd501b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd501b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd501b Color CSS Codes
.mybgcolor {background-color:#fd501b; } .myforecolor {color:#fd501b; } .mybordercolor {border:3px solid #fd501b; }
#fd501b Text Font Color
<p style="color:#fd501b">Text here</p>
This sample text font color is #fd501b
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.
#fd501b Background Color
<div style="background-color:#fd501b">
Div content here</div>
This div background color is #fd501b
#fd501b Border Color
<div style="border:3px solid #fd501b">
Div here</div>
This div border color is #fd501b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,80,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd501b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd501b; -webkit-box-shadow: 1px 1px 3px 2px #fd501b; box-shadow: 1px 1px 3px 2px #fd501b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,80,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd501b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd501b; -webkit-box-shadow: 1px 1px 3px 2px #fd501b; box-shadow: 1px 1px 3px 2px #fd501b;">
Div content here</div>
This div box has shadow with color #fd501b
Comments
No comments written yet.
Please login to write comment.