Color spaces of #fd402c
RGB | 253 | 64 | 44 |
---|---|---|---|
HSL | 0.02 | 0.98 | 0.58 |
HSV | 6° | 83° | 99° |
CMYK | 0.00 | 0.75 | 0.83 0.01 |
XYZ | 42.7960 | 24.7313 | 4.9009 |
Yxy | 24.7313 | 0.5909 | 0.3415 |
Hunter Lab | 49.7306 | 66.5809 | 28.9684 |
CIE-Lab | 56.8127 | 69.3812 | 54.3956 |
#fd402c color RGB value is (253,64,44).
#fd402c hex color red value is 253, green value is 64 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #fd402c hue: 0.02 , saturation: 0.98 and the lightness value of fd402c is 0.58.
The process color (four color CMYK) of #fd402c color hex is 0.00, 0.75, 0.83, 0.01. Web safe color of #fd402c is #ff3333. Color #fd402c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 01000000 | 00101100 |
Octal | 375 | 100 | 54 |
Decimal | 253 | 64 | 44 |
Hex | FD | 40 | 2C |
Shades of #fd402c
Tints of #fd402c
RGB Percentages of Color #fd402c
CMYK Percentages of Color #fd402c
Complementary Color
#fd402c | #2ce9fd |
#fd402c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd402c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd402c Color CSS Codes
.mybgcolor {background-color:#fd402c; } .myforecolor {color:#fd402c; } .mybordercolor {border:3px solid #fd402c; }
#fd402c Text Font Color
<p style="color:#fd402c">Text here</p>
This sample text font color is #fd402c
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.
#fd402c Background Color
<div style="background-color:#fd402c">
Div content here</div>
This div background color is #fd402c
#fd402c Border Color
<div style="border:3px solid #fd402c">
Div here</div>
This div border color is #fd402c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,64,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd402c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd402c; -webkit-box-shadow: 1px 1px 3px 2px #fd402c; box-shadow: 1px 1px 3px 2px #fd402c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,64,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd402c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd402c; -webkit-box-shadow: 1px 1px 3px 2px #fd402c; box-shadow: 1px 1px 3px 2px #fd402c;">
Div content here</div>
This div box has shadow with color #fd402c
Comments
No comments written yet.
Please login to write comment.