Color spaces of #ffc749
RGB | 255 | 199 | 73 |
---|---|---|---|
HSL | 0.12 | 1.00 | 0.64 |
HSV | 42° | 71° | 100° |
CMYK | 0.00 | 0.22 | 0.71 0.00 |
XYZ | 62.8660 | 62.5879 | 15.0706 |
Yxy | 62.5879 | 0.4474 | 0.4454 |
Hunter Lab | 79.1125 | 3.3964 | 44.0843 |
CIE-Lab | 83.2251 | 7.9471 | 67.6222 |
#ffc749 color RGB value is (255,199,73).
#ffc749 hex color red value is 255, green value is 199 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ffc749 hue: 0.12 , saturation: 1.00 and the lightness value of ffc749 is 0.64.
The process color (four color CMYK) of #ffc749 color hex is 0.00, 0.22, 0.71, 0.00. Web safe color of #ffc749 is #ffcc33. Color #ffc749 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11000111 | 01001001 |
Octal | 377 | 307 | 111 |
Decimal | 255 | 199 | 73 |
Hex | FF | C7 | 49 |
Shades of #ffc749
Tints of #ffc749
RGB Percentages of Color #ffc749
CMYK Percentages of Color #ffc749
Complementary Color
#ffc749 | #4981ff |
#ffc749 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffc749 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffc749 Color CSS Codes
.mybgcolor {background-color:#ffc749; } .myforecolor {color:#ffc749; } .mybordercolor {border:3px solid #ffc749; }
#ffc749 Text Font Color
<p style="color:#ffc749">Text here</p>
This sample text font color is #ffc749
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.
#ffc749 Background Color
<div style="background-color:#ffc749">
Div content here</div>
This div background color is #ffc749
#ffc749 Border Color
<div style="border:3px solid #ffc749">
Div here</div>
This div border color is #ffc749
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,199,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffc749; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffc749; -webkit-box-shadow: 1px 1px 3px 2px #ffc749; box-shadow: 1px 1px 3px 2px #ffc749; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,199,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffc749">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc749; -webkit-box-shadow: 1px 1px 3px 2px #ffc749; box-shadow: 1px 1px 3px 2px #ffc749;">
Div content here</div>
This div box has shadow with color #ffc749
Comments
No comments written yet.
Please login to write comment.