Color spaces of #fd903e
RGB | 253 | 144 | 62 |
---|---|---|---|
HSL | 0.07 | 0.98 | 0.62 |
HSV | 26° | 75° | 99° |
CMYK | 0.00 | 0.43 | 0.75 0.01 |
XYZ | 51.3508 | 41.1770 | 9.7989 |
Yxy | 41.1770 | 0.5018 | 0.4024 |
Hunter Lab | 64.1693 | 30.5464 | 35.8647 |
CIE-Lab | 70.2998 | 35.2482 | 59.1663 |
#fd903e color RGB value is (253,144,62).
#fd903e hex color red value is 253, green value is 144 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fd903e hue: 0.07 , saturation: 0.98 and the lightness value of fd903e is 0.62.
The process color (four color CMYK) of #fd903e color hex is 0.00, 0.43, 0.75, 0.01. Web safe color of #fd903e is #ff9933. Color #fd903e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10010000 | 00111110 |
Octal | 375 | 220 | 76 |
Decimal | 253 | 144 | 62 |
Hex | FD | 90 | 3E |
Shades of #fd903e
Tints of #fd903e
RGB Percentages of Color #fd903e
CMYK Percentages of Color #fd903e
Complementary Color
#fd903e | #3eabfd |
#fd903e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd903e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd903e Color CSS Codes
.mybgcolor {background-color:#fd903e; } .myforecolor {color:#fd903e; } .mybordercolor {border:3px solid #fd903e; }
#fd903e Text Font Color
<p style="color:#fd903e">Text here</p>
This sample text font color is #fd903e
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.
#fd903e Background Color
<div style="background-color:#fd903e">
Div content here</div>
This div background color is #fd903e
#fd903e Border Color
<div style="border:3px solid #fd903e">
Div here</div>
This div border color is #fd903e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,144,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd903e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd903e; -webkit-box-shadow: 1px 1px 3px 2px #fd903e; box-shadow: 1px 1px 3px 2px #fd903e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,144,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd903e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd903e; -webkit-box-shadow: 1px 1px 3px 2px #fd903e; box-shadow: 1px 1px 3px 2px #fd903e;">
Div content here</div>
This div box has shadow with color #fd903e
Comments
No comments written yet.
Please login to write comment.