Color spaces of #fda464
RGB | 253 | 164 | 100 |
---|---|---|---|
HSL | 0.07 | 0.97 | 0.69 |
HSV | 25° | 60° | 99° |
CMYK | 0.00 | 0.35 | 0.60 0.01 |
XYZ | 56.0837 | 48.3537 | 18.4338 |
Yxy | 48.3537 | 0.4564 | 0.3935 |
Hunter Lab | 69.5368 | 22.2766 | 32.9583 |
CIE-Lab | 75.0475 | 26.9292 | 46.3377 |
#fda464 color RGB value is (253,164,100).
#fda464 hex color red value is 253, green value is 164 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #fda464 hue: 0.07 , saturation: 0.97 and the lightness value of fda464 is 0.69.
The process color (four color CMYK) of #fda464 color hex is 0.00, 0.35, 0.60, 0.01. Web safe color of #fda464 is #ff9966. Color #fda464 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10100100 | 01100100 |
Octal | 375 | 244 | 144 |
Decimal | 253 | 164 | 100 |
Hex | FD | A4 | 64 |
Shades of #fda464
Tints of #fda464
RGB Percentages of Color #fda464
CMYK Percentages of Color #fda464
Complementary Color
#fda464 | #64bdfd |
#fda464 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fda464 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fda464 Color CSS Codes
.mybgcolor {background-color:#fda464; } .myforecolor {color:#fda464; } .mybordercolor {border:3px solid #fda464; }
#fda464 Text Font Color
<p style="color:#fda464">Text here</p>
This sample text font color is #fda464
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.
#fda464 Background Color
<div style="background-color:#fda464">
Div content here</div>
This div background color is #fda464
#fda464 Border Color
<div style="border:3px solid #fda464">
Div here</div>
This div border color is #fda464
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,164,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fda464; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fda464; -webkit-box-shadow: 1px 1px 3px 2px #fda464; box-shadow: 1px 1px 3px 2px #fda464; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,164,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fda464">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fda464; -webkit-box-shadow: 1px 1px 3px 2px #fda464; box-shadow: 1px 1px 3px 2px #fda464;">
Div content here</div>
This div box has shadow with color #fda464
Comments
No comments written yet.
Please login to write comment.