Color spaces of #ffc13a
RGB | 255 | 193 | 58 |
---|---|---|---|
HSL | 0.11 | 1.00 | 0.61 |
HSV | 41° | 77° | 100° |
CMYK | 0.00 | 0.24 | 0.77 0.00 |
XYZ | 61.0737 | 59.7054 | 12.3084 |
Yxy | 59.7054 | 0.4589 | 0.4486 |
Hunter Lab | 77.2693 | 5.8653 | 44.6440 |
CIE-Lab | 81.6778 | 10.4364 | 71.7061 |
#ffc13a color RGB value is (255,193,58).
#ffc13a hex color red value is 255, green value is 193 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ffc13a hue: 0.11 , saturation: 1.00 and the lightness value of ffc13a is 0.61.
The process color (four color CMYK) of #ffc13a color hex is 0.00, 0.24, 0.77, 0.00. Web safe color of #ffc13a is #ffcc33. Color #ffc13a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11000001 | 00111010 |
Octal | 377 | 301 | 72 |
Decimal | 255 | 193 | 58 |
Hex | FF | C1 | 3A |
Shades of #ffc13a
Tints of #ffc13a
RGB Percentages of Color #ffc13a
CMYK Percentages of Color #ffc13a
Complementary Color
#ffc13a | #3a78ff |
#ffc13a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffc13a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffc13a Color CSS Codes
.mybgcolor {background-color:#ffc13a; } .myforecolor {color:#ffc13a; } .mybordercolor {border:3px solid #ffc13a; }
#ffc13a Text Font Color
<p style="color:#ffc13a">Text here</p>
This sample text font color is #ffc13a
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.
#ffc13a Background Color
<div style="background-color:#ffc13a">
Div content here</div>
This div background color is #ffc13a
#ffc13a Border Color
<div style="border:3px solid #ffc13a">
Div here</div>
This div border color is #ffc13a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,193,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffc13a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffc13a; -webkit-box-shadow: 1px 1px 3px 2px #ffc13a; box-shadow: 1px 1px 3px 2px #ffc13a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,193,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffc13a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc13a; -webkit-box-shadow: 1px 1px 3px 2px #ffc13a; box-shadow: 1px 1px 3px 2px #ffc13a;">
Div content here</div>
This div box has shadow with color #ffc13a
Comments
No comments written yet.
Please login to write comment.