Color spaces of #ffc14a
RGB | 255 | 193 | 74 |
---|---|---|---|
HSL | 0.11 | 1.00 | 0.65 |
HSV | 39° | 71° | 100° |
CMYK | 0.00 | 0.24 | 0.71 0.00 |
XYZ | 61.5460 | 59.8943 | 14.7955 |
Yxy | 59.8943 | 0.4518 | 0.4396 |
Hunter Lab | 77.3914 | 6.5183 | 42.8391 |
CIE-Lab | 81.7807 | 11.1022 | 65.7653 |
#ffc14a color RGB value is (255,193,74).
#ffc14a hex color red value is 255, green value is 193 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ffc14a hue: 0.11 , saturation: 1.00 and the lightness value of ffc14a is 0.65.
The process color (four color CMYK) of #ffc14a color hex is 0.00, 0.24, 0.71, 0.00. Web safe color of #ffc14a is #ffcc33. Color #ffc14a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11000001 | 01001010 |
Octal | 377 | 301 | 112 |
Decimal | 255 | 193 | 74 |
Hex | FF | C1 | 4A |
Shades of #ffc14a
Tints of #ffc14a
RGB Percentages of Color #ffc14a
CMYK Percentages of Color #ffc14a
Complementary Color
#ffc14a | #4a88ff |
#ffc14a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffc14a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffc14a Color CSS Codes
.mybgcolor {background-color:#ffc14a; } .myforecolor {color:#ffc14a; } .mybordercolor {border:3px solid #ffc14a; }
#ffc14a Text Font Color
<p style="color:#ffc14a">Text here</p>
This sample text font color is #ffc14a
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.
#ffc14a Background Color
<div style="background-color:#ffc14a">
Div content here</div>
This div background color is #ffc14a
#ffc14a Border Color
<div style="border:3px solid #ffc14a">
Div here</div>
This div border color is #ffc14a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,193,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffc14a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffc14a; -webkit-box-shadow: 1px 1px 3px 2px #ffc14a; box-shadow: 1px 1px 3px 2px #ffc14a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,193,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffc14a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc14a; -webkit-box-shadow: 1px 1px 3px 2px #ffc14a; box-shadow: 1px 1px 3px 2px #ffc14a;">
Div content here</div>
This div box has shadow with color #ffc14a
#ffc14a Color Palettes
Comments
No comments written yet.
Please login to write comment.