Shades of Light Salmon #FFA879
Tints of Light Salmon #FFA879
RGB
CMYK
RGB Variations
Color information
#FFA879 (or 0xFFA879) is known color: Light Salmon. HEX triplet: FF, A8 and 79. RGB value is (255,168,121). Sum of RGB (Red+Green+Blue) = 255+168+121=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 121 (47.66% from 255 or 22.24% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA879 is #005786. Grayscale: #BCBCBC. Windows color (decimal): -22407 or 7973119. OLE color: 7973119.
HSL color Cylindrical-coordinate representation of color #FFA879: hue angle of 21.04º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFA879 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 121 | - |
| CMYK | 0 | 0.34 | 0.53 | 0 |
| HSL | 21.04º | 1% | 0.74% | - |
| HSV(B) | 21.04º | 0.53% | 1% | - |
| XYZ | 58.69 | 50.65 | 24.77 | - |
| YUV | 188.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 121 | 0 | 0.34 | 0.53 | 0 | 21.04 | 1 | 0.74 |
| Hex | FF | A8 | 79 | 0 | 22 | 35 | 0 | 15 | 64 | 4A |
| Octal | 377 | 250 | 171 | 0 | 42 | 65 | 0 | 25 | 144 | 112 |
| Binary | 11111111 | 10101000 | 1111001 | 0 | 100010 | 110101 | 0 | 10101 | 1100100 | 1001010 |
Color Harmonies of #FFA879
Complementary color
Monochromatic Colors of #FFA879
Black with #FFA879
Text Example
Text Example
White with #FFA879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA879; }
p { color: rgb(255,168,121); }
H1.HeaderClassName
{
color: #FFA879;
}
.AnyTagClassName
{
color: #FFA879;
}
</style>
background-color css
<style>
a { background-color: #FFA879; }
a { background-color: rgb(255,168,121); }
div.DivClassName
{
background-color: #FFA879;
}
.BgClassName
{
background-color: #FFA879;
}
</style>
border-color css
<style>
span { border-color: #FFA879; }
span { border-color: rgb(255,168,121); }
td.TdClassName
{
border-color: #FFA879;
}
.TagClassName
{
border-color: #FFA879;
}
</style>