Color spaces of #fd945f
RGB | 253 | 148 | 95 |
---|---|---|---|
HSL | 0.06 | 0.98 | 0.68 |
HSV | 20° | 62° | 99° |
CMYK | 0.00 | 0.42 | 0.62 0.01 |
XYZ | 53.1635 | 42.8887 | 16.3028 |
Yxy | 42.8887 | 0.4732 | 0.3817 |
Hunter Lab | 65.4895 | 30.2974 | 31.0831 |
CIE-Lab | 71.4794 | 34.9001 | 44.6250 |
#fd945f color RGB value is (253,148,95).
#fd945f hex color red value is 253, green value is 148 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fd945f hue: 0.06 , saturation: 0.98 and the lightness value of fd945f is 0.68.
The process color (four color CMYK) of #fd945f color hex is 0.00, 0.42, 0.62, 0.01. Web safe color of #fd945f is #ff9966. Color #fd945f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10010100 | 01011111 |
Octal | 375 | 224 | 137 |
Decimal | 253 | 148 | 95 |
Hex | FD | 94 | 5F |
Shades of #fd945f
Tints of #fd945f
RGB Percentages of Color #fd945f
CMYK Percentages of Color #fd945f
Complementary Color
#fd945f | #5fc8fd |
#fd945f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd945f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd945f Color CSS Codes
.mybgcolor {background-color:#fd945f; } .myforecolor {color:#fd945f; } .mybordercolor {border:3px solid #fd945f; }
#fd945f Text Font Color
<p style="color:#fd945f">Text here</p>
This sample text font color is #fd945f
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.
#fd945f Background Color
<div style="background-color:#fd945f">
Div content here</div>
This div background color is #fd945f
#fd945f Border Color
<div style="border:3px solid #fd945f">
Div here</div>
This div border color is #fd945f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,148,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd945f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd945f; -webkit-box-shadow: 1px 1px 3px 2px #fd945f; box-shadow: 1px 1px 3px 2px #fd945f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,148,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd945f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd945f; -webkit-box-shadow: 1px 1px 3px 2px #fd945f; box-shadow: 1px 1px 3px 2px #fd945f;">
Div content here</div>
This div box has shadow with color #fd945f
Comments
No comments written yet.
Please login to write comment.