Color spaces of #fff541
RGB | 255 | 245 | 65 |
---|---|---|---|
HSL | 0.16 | 1.00 | 0.63 |
HSV | 57° | 75° | 100° |
CMYK | 0.00 | 0.04 | 0.75 0.00 |
XYZ | 74.8465 | 86.9465 | 17.8385 |
Yxy | 86.9465 | 0.4167 | 0.4840 |
Hunter Lab | 93.2451 | -19.8996 | 53.9289 |
CIE-Lab | 94.7156 | -15.4998 | 81.4523 |
#fff541 color RGB value is (255,245,65).
#fff541 hex color red value is 255, green value is 245 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fff541 hue: 0.16 , saturation: 1.00 and the lightness value of fff541 is 0.63.
The process color (four color CMYK) of #fff541 color hex is 0.00, 0.04, 0.75, 0.00. Web safe color of #fff541 is #ffff33. Color #fff541 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11110101 | 01000001 |
Octal | 377 | 365 | 101 |
Decimal | 255 | 245 | 65 |
Hex | FF | F5 | 41 |
Shades of #fff541
Tints of #fff541
RGB Percentages of Color #fff541
CMYK Percentages of Color #fff541
Complementary Color
#fff541 | #414bff |
#fff541 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fff541 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fff541 Color CSS Codes
.mybgcolor {background-color:#fff541; } .myforecolor {color:#fff541; } .mybordercolor {border:3px solid #fff541; }
#fff541 Text Font Color
<p style="color:#fff541">Text here</p>
This sample text font color is #fff541
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.
#fff541 Background Color
<div style="background-color:#fff541">
Div content here</div>
This div background color is #fff541
#fff541 Border Color
<div style="border:3px solid #fff541">
Div here</div>
This div border color is #fff541
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,245,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fff541; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fff541; -webkit-box-shadow: 1px 1px 3px 2px #fff541; box-shadow: 1px 1px 3px 2px #fff541; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,245,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fff541">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fff541; -webkit-box-shadow: 1px 1px 3px 2px #fff541; box-shadow: 1px 1px 3px 2px #fff541;">
Div content here</div>
This div box has shadow with color #fff541
Comments
No comments written yet.
Please login to write comment.