Color spaces of #fe745f
RGB | 254 | 116 | 95 |
---|---|---|---|
HSL | 0.02 | 0.99 | 0.68 |
HSV | 8° | 63° | 100° |
CMYK | 0.00 | 0.54 | 0.63 0.00 |
XYZ | 49.1840 | 34.3878 | 14.8717 |
Yxy | 34.3878 | 0.4996 | 0.3493 |
Hunter Lab | 58.6411 | 47.0912 | 26.0125 |
CIE-Lab | 65.2692 | 51.1211 | 37.1210 |
#fe745f color RGB value is (254,116,95).
#fe745f hex color red value is 254, green value is 116 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fe745f hue: 0.02 , saturation: 0.99 and the lightness value of fe745f is 0.68.
The process color (four color CMYK) of #fe745f color hex is 0.00, 0.54, 0.63, 0.00. Web safe color of #fe745f is #ff6666. Color #fe745f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01110100 | 01011111 |
Octal | 376 | 164 | 137 |
Decimal | 254 | 116 | 95 |
Hex | FE | 74 | 5F |
Shades of #fe745f
Tints of #fe745f
RGB Percentages of Color #fe745f
CMYK Percentages of Color #fe745f
Complementary Color
#fe745f | #5fe9fe |
#fe745f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe745f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe745f Color CSS Codes
.mybgcolor {background-color:#fe745f; } .myforecolor {color:#fe745f; } .mybordercolor {border:3px solid #fe745f; }
#fe745f Text Font Color
<p style="color:#fe745f">Text here</p>
This sample text font color is #fe745f
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.
#fe745f Background Color
<div style="background-color:#fe745f">
Div content here</div>
This div background color is #fe745f
#fe745f Border Color
<div style="border:3px solid #fe745f">
Div here</div>
This div border color is #fe745f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,116,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe745f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe745f; -webkit-box-shadow: 1px 1px 3px 2px #fe745f; box-shadow: 1px 1px 3px 2px #fe745f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,116,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe745f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe745f; -webkit-box-shadow: 1px 1px 3px 2px #fe745f; box-shadow: 1px 1px 3px 2px #fe745f;">
Div content here</div>
This div box has shadow with color #fe745f
#fe745f Color Palettes
Comments
No comments written yet.
Please login to write comment.