Color spaces of #fdf545
RGB | 253 | 245 | 69 |
---|---|---|---|
HSL | 0.16 | 0.98 | 0.63 |
HSV | 57° | 73° | 99° |
CMYK | 0.00 | 0.03 | 0.73 0.01 |
XYZ | 74.2346 | 86.6171 | 18.4364 |
Yxy | 86.6171 | 0.4141 | 0.4831 |
Hunter Lab | 93.0683 | -20.4916 | 53.4027 |
CIE-Lab | 94.5756 | -16.1581 | 80.0016 |
#fdf545 color RGB value is (253,245,69).
#fdf545 hex color red value is 253, green value is 245 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #fdf545 hue: 0.16 , saturation: 0.98 and the lightness value of fdf545 is 0.63.
The process color (four color CMYK) of #fdf545 color hex is 0.00, 0.03, 0.73, 0.01. Web safe color of #fdf545 is #ffff33. Color #fdf545 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11110101 | 01000101 |
Octal | 375 | 365 | 105 |
Decimal | 253 | 245 | 69 |
Hex | FD | F5 | 45 |
Shades of #fdf545
Tints of #fdf545
RGB Percentages of Color #fdf545
CMYK Percentages of Color #fdf545
Complementary Color
#fdf545 | #454dfd |
#fdf545 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdf545 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdf545 Color CSS Codes
.mybgcolor {background-color:#fdf545; } .myforecolor {color:#fdf545; } .mybordercolor {border:3px solid #fdf545; }
#fdf545 Text Font Color
<p style="color:#fdf545">Text here</p>
This sample text font color is #fdf545
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.
#fdf545 Background Color
<div style="background-color:#fdf545">
Div content here</div>
This div background color is #fdf545
#fdf545 Border Color
<div style="border:3px solid #fdf545">
Div here</div>
This div border color is #fdf545
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,245,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdf545; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdf545; -webkit-box-shadow: 1px 1px 3px 2px #fdf545; box-shadow: 1px 1px 3px 2px #fdf545; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,245,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdf545">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdf545; -webkit-box-shadow: 1px 1px 3px 2px #fdf545; box-shadow: 1px 1px 3px 2px #fdf545;">
Div content here</div>
This div box has shadow with color #fdf545
Comments
No comments written yet.
Please login to write comment.