Shades of Light Salmon #F8A080
Tints of Light Salmon #F8A080
RGB
CMYK
RGB Variations
Color information
#F8A080 (or 0xF8A080) is known color: Light Salmon. HEX triplet: F8, A0 and 80. RGB value is (248,160,128). Sum of RGB (Red+Green+Blue) = 248+160+128=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A080 is #075F7F. Grayscale: #B6B6B6. Windows color (decimal): -483200 or 8429816. OLE color: 8429816.
HSL color Cylindrical-coordinate representation of color #F8A080: hue angle of 16º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8A080 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 128 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.03 |
| HSL | 16º | 0.9% | 0.74% | - |
| HSV(B) | 16º | 0.48% | 0.97% | - |
| XYZ | 55.18 | 46.66 | 26.52 | - |
| YUV | 182.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 128 | 0 | 0.35 | 0.48 | 0.03 | 16 | 0.9 | 0.74 |
| Hex | F8 | A0 | 80 | 0 | 23 | 30 | 3 | 10 | 5A | 4A |
| Octal | 370 | 240 | 200 | 0 | 43 | 60 | 3 | 20 | 132 | 112 |
| Binary | 11111000 | 10100000 | 10000000 | 0 | 100011 | 110000 | 11 | 10000 | 1011010 | 1001010 |
Color Harmonies of #F8A080
Complementary color
Monochromatic Colors of #F8A080
Black with #F8A080
Text Example
Text Example
White with #F8A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A080; }
p { color: rgb(248,160,128); }
H1.HeaderClassName
{
color: #F8A080;
}
.AnyTagClassName
{
color: #F8A080;
}
</style>
background-color css
<style>
a { background-color: #F8A080; }
a { background-color: rgb(248,160,128); }
div.DivClassName
{
background-color: #F8A080;
}
.BgClassName
{
background-color: #F8A080;
}
</style>
border-color css
<style>
span { border-color: #F8A080; }
span { border-color: rgb(248,160,128); }
td.TdClassName
{
border-color: #F8A080;
}
.TagClassName
{
border-color: #F8A080;
}
</style>