Color spaces of #fe544a
RGB | 254 | 84 | 74 |
---|---|---|---|
HSL | 0.01 | 0.99 | 0.64 |
HSV | 3° | 71° | 100° |
CMYK | 0.00 | 0.67 | 0.71 0.00 |
XYZ | 45.2794 | 27.9059 | 9.4785 |
Yxy | 27.9059 | 0.5478 | 0.3376 |
Hunter Lab | 52.8260 | 60.5542 | 26.3399 |
CIE-Lab | 59.8036 | 63.7630 | 42.0573 |
#fe544a color RGB value is (254,84,74).
#fe544a hex color red value is 254, green value is 84 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fe544a hue: 0.01 , saturation: 0.99 and the lightness value of fe544a is 0.64.
The process color (four color CMYK) of #fe544a color hex is 0.00, 0.67, 0.71, 0.00. Web safe color of #fe544a is #ff6633. Color #fe544a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01010100 | 01001010 |
Octal | 376 | 124 | 112 |
Decimal | 254 | 84 | 74 |
Hex | FE | 54 | 4A |
Shades of #fe544a
Tints of #fe544a
RGB Percentages of Color #fe544a
CMYK Percentages of Color #fe544a
Complementary Color
#fe544a | #4af4fe |
#fe544a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe544a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe544a Color CSS Codes
.mybgcolor {background-color:#fe544a; } .myforecolor {color:#fe544a; } .mybordercolor {border:3px solid #fe544a; }
#fe544a Text Font Color
<p style="color:#fe544a">Text here</p>
This sample text font color is #fe544a
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.
#fe544a Background Color
<div style="background-color:#fe544a">
Div content here</div>
This div background color is #fe544a
#fe544a Border Color
<div style="border:3px solid #fe544a">
Div here</div>
This div border color is #fe544a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,84,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe544a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe544a; -webkit-box-shadow: 1px 1px 3px 2px #fe544a; box-shadow: 1px 1px 3px 2px #fe544a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,84,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 #fe544a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe544a; -webkit-box-shadow: 1px 1px 3px 2px #fe544a; box-shadow: 1px 1px 3px 2px #fe544a;">
Div content here</div>
This div box has shadow with color #fe544a
Comments
No comments written yet.
Please login to write comment.