color details

Color Details
#fa8072 Color Hex

#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
Color spaces of #fa8072Value
RGB250, 128, 114
HSL0.02, 0.93, 0.71
HSV6°, 54°, 98°
XYZ50.18, 36.98, 20.41
Base Numbers
Base Red Green Blue
Binary 11111010 10000000 1110010
Octal 372 200 162
Decimal 250 128 114
Hex FA 80 72

RGB Percentages for Color #fa8072

50.81%
26.02%
23.17%

CMYK Percentages of the Color #fa8072

48.8%
54.4%
1.96%
CSS Codes for Color #fa8072
.mybgColor {background-color: #fa8072;}
.myforeColor {color: #fa8072;}
.myborderColor {border:3px solid #fa8072;}
Text Font Color #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,

Background Color #fa8072

<div style="background-color:#fa8072">Div content here</div>

The background color of this div is #fa8072
Border Color #fa8072

<div style="border:3px solid #fa8072">Div here</div>

The border color of this div is #fa8072
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250, 128, 114, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #fa8072;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #fa8072
Scroll to Top