Color spaces of #fd751d
RGB | 253 | 117 | 29 |
---|---|---|---|
HSL | 0.07 | 0.98 | 0.55 |
HSV | 24° | 89° | 99° |
CMYK | 0.00 | 0.54 | 0.89 0.01 |
XYZ | 47.0911 | 33.6939 | 5.1840 |
Yxy | 33.6939 | 0.5478 | 0.3919 |
Hunter Lab | 58.0464 | 43.2297 | 35.3375 |
CIE-Lab | 64.7189 | 47.7168 | 66.6827 |
#fd751d color RGB value is (253,117,29).
#fd751d hex color red value is 253, green value is 117 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fd751d hue: 0.07 , saturation: 0.98 and the lightness value of fd751d is 0.55.
The process color (four color CMYK) of #fd751d color hex is 0.00, 0.54, 0.89, 0.01. Web safe color of #fd751d is #ff6633. Color #fd751d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 01110101 | 00011101 |
Octal | 375 | 165 | 35 |
Decimal | 253 | 117 | 29 |
Hex | FD | 75 | 1D |
Shades of #fd751d
Tints of #fd751d
RGB Percentages of Color #fd751d
CMYK Percentages of Color #fd751d
Complementary Color
#fd751d | #1da5fd |
#fd751d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd751d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd751d Color CSS Codes
.mybgcolor {background-color:#fd751d; } .myforecolor {color:#fd751d; } .mybordercolor {border:3px solid #fd751d; }
#fd751d Text Font Color
<p style="color:#fd751d">Text here</p>
This sample text font color is #fd751d
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.
#fd751d Background Color
<div style="background-color:#fd751d">
Div content here</div>
This div background color is #fd751d
#fd751d Border Color
<div style="border:3px solid #fd751d">
Div here</div>
This div border color is #fd751d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,117,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd751d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd751d; -webkit-box-shadow: 1px 1px 3px 2px #fd751d; box-shadow: 1px 1px 3px 2px #fd751d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,117,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd751d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd751d; -webkit-box-shadow: 1px 1px 3px 2px #fd751d; box-shadow: 1px 1px 3px 2px #fd751d;">
Div content here</div>
This div box has shadow with color #fd751d
Comments
No comments written yet.
Please login to write comment.