Shades of Light Salmon #F8A881
Tints of Light Salmon #F8A881
RGB
CMYK
RGB Variations
Color information
#F8A881 (or 0xF8A881) is known color: Light Salmon. HEX triplet: F8, A8 and 81. RGB value is (248,168,129). Sum of RGB (Red+Green+Blue) = 248+168+129=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A881 is #07577E. Grayscale: #BBBBBB. Windows color (decimal): -481151 or 8497400. OLE color: 8497400.
HSL color Cylindrical-coordinate representation of color #F8A881: hue angle of 19.66º degrees, saturation: 0.89, 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 #F8A881 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 129 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.03 |
| HSL | 19.66º | 0.89% | 0.74% | - |
| HSV(B) | 19.66º | 0.48% | 0.97% | - |
| XYZ | 56.68 | 49.55 | 27.35 | - |
| YUV | 187.47 | 95 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 129 | 0 | 0.32 | 0.48 | 0.03 | 19.66 | 0.89 | 0.74 |
| Hex | F8 | A8 | 81 | 0 | 20 | 30 | 3 | 14 | 59 | 4A |
| Octal | 370 | 250 | 201 | 0 | 40 | 60 | 3 | 24 | 131 | 112 |
| Binary | 11111000 | 10101000 | 10000001 | 0 | 100000 | 110000 | 11 | 10100 | 1011001 | 1001010 |
Color Harmonies of #F8A881
Complementary color
Monochromatic Colors of #F8A881
Black with #F8A881
Text Example
Text Example
White with #F8A881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A881; }
p { color: rgb(248,168,129); }
H1.HeaderClassName
{
color: #F8A881;
}
.AnyTagClassName
{
color: #F8A881;
}
</style>
background-color css
<style>
a { background-color: #F8A881; }
a { background-color: rgb(248,168,129); }
div.DivClassName
{
background-color: #F8A881;
}
.BgClassName
{
background-color: #F8A881;
}
</style>
border-color css
<style>
span { border-color: #F8A881; }
span { border-color: rgb(248,168,129); }
td.TdClassName
{
border-color: #F8A881;
}
.TagClassName
{
border-color: #F8A881;
}
</style>