#fa8072 color RGB value is (15, 168, 7).
#fa8072 hex color red value is 15, green value is 168, and blue value is 7.
Cylindrical-coordinate representations (HSL) of color #fa8072
hue: 117.02,
saturation: 0.92 and lightness: 0.34.
The process color (four-color CMYK) of #fa8072 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fa8072 is #ff9999. Color #fa8072 contains mainly RED.
Color spaces of #fa8072 | Value |
---|---|
RGB | 250, 128, 114 |
HSL | 0.02, 0.93, 0.71 |
HSV | 6°, 54°, 98° |
XYZ | 50.18, 36.98, 20.41 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10000000 | 1110010 |
Octal | 372 | 200 | 162 |
Decimal | 250 | 128 | 114 |
Hex | FA | 80 | 72 |
Shades of #fa8072
Tints of #fa8072
.mybgColor {background-color: #fa8072;} .myforeColor {color: #fa8072;} .myborderColor {border:3px solid #fa8072;}
<p style="color:#fa8072">Text here</p>
This sample text is styled with the font color #fa8072. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#fa8072">Div content here</div>
<div style="border:3px solid #fa8072">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250, 128, 114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa8072; } .divShadow { -moz-box-shadow: 1px 1px 3px #fa8072; -webkit-box-shadow: 1px 1px 3px #fa8072; box-shadow: 1px 1px 3px #fa8072; }
<p style="text-shadow: 4px 4px 2px rgba(250, 128, 114, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #fa8072;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #fa8072;
-webkit-box-shadow: 1px 1px 3px #fa8072;
box-shadow: 1px 1px 3px #fa8072;">Div content here</div>