Color spaces of #fdaf4f
RGB | 253 | 175 | 79 |
---|---|---|---|
HSL | 0.09 | 0.98 | 0.65 |
HSV | 33° | 69° | 99° |
CMYK | 0.00 | 0.31 | 0.69 0.01 |
XYZ | 57.2493 | 52.1071 | 14.4374 |
Yxy | 52.1071 | 0.4625 | 0.4209 |
Hunter Lab | 72.1852 | 15.2421 | 38.6714 |
CIE-Lab | 77.3448 | 19.9122 | 58.9536 |
#fdaf4f color RGB value is (253,175,79).
#fdaf4f hex color red value is 253, green value is 175 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fdaf4f hue: 0.09 , saturation: 0.98 and the lightness value of fdaf4f is 0.65.
The process color (four color CMYK) of #fdaf4f color hex is 0.00, 0.31, 0.69, 0.01. Web safe color of #fdaf4f is #ff9966. Color #fdaf4f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10101111 | 01001111 |
Octal | 375 | 257 | 117 |
Decimal | 253 | 175 | 79 |
Hex | FD | AF | 4F |
Shades of #fdaf4f
Tints of #fdaf4f
RGB Percentages of Color #fdaf4f
CMYK Percentages of Color #fdaf4f
Complementary Color
#fdaf4f | #4f9dfd |
#fdaf4f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdaf4f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdaf4f Color CSS Codes
.mybgcolor {background-color:#fdaf4f; } .myforecolor {color:#fdaf4f; } .mybordercolor {border:3px solid #fdaf4f; }
#fdaf4f Text Font Color
<p style="color:#fdaf4f">Text here</p>
This sample text font color is #fdaf4f
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.
#fdaf4f Background Color
<div style="background-color:#fdaf4f">
Div content here</div>
This div background color is #fdaf4f
#fdaf4f Border Color
<div style="border:3px solid #fdaf4f">
Div here</div>
This div border color is #fdaf4f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,175,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdaf4f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdaf4f; -webkit-box-shadow: 1px 1px 3px 2px #fdaf4f; box-shadow: 1px 1px 3px 2px #fdaf4f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,175,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdaf4f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdaf4f; -webkit-box-shadow: 1px 1px 3px 2px #fdaf4f; box-shadow: 1px 1px 3px 2px #fdaf4f;">
Div content here</div>
This div box has shadow with color #fdaf4f
Comments
No comments written yet.
Please login to write comment.