Shades of Salmon #FF8479
Tints of Salmon #FF8479
RGB
CMYK
RGB Variations
Color information
#FF8479 (or 0xFF8479) is known color: Salmon. HEX triplet: FF, 84 and 79. RGB value is (255,132,121). Sum of RGB (Red+Green+Blue) = 255+132+121=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8479 is #007B86. Grayscale: #A7A7A7. Windows color (decimal): -31623 or 7963903. OLE color: 7963903.
HSL color Cylindrical-coordinate representation of color #FF8479: hue angle of 4.93º 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 #FF8479 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 121 | - |
| CMYK | 0 | 0.48 | 0.53 | 0 |
| HSL | 4.93º | 1% | 0.74% | - |
| HSV(B) | 4.93º | 0.53% | 1% | - |
| XYZ | 52.94 | 39.14 | 22.85 | - |
| YUV | 167.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 121 | 0 | 0.48 | 0.53 | 0 | 4.93 | 1 | 0.74 |
| Hex | FF | 84 | 79 | 0 | 30 | 35 | 0 | 5 | 64 | 4A |
| Octal | 377 | 204 | 171 | 0 | 60 | 65 | 0 | 5 | 144 | 112 |
| Binary | 11111111 | 10000100 | 1111001 | 0 | 110000 | 110101 | 0 | 101 | 1100100 | 1001010 |
Color Harmonies of #FF8479
Complementary color
Monochromatic Colors of #FF8479
Black with #FF8479
Text Example
Text Example
White with #FF8479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8479; }
p { color: rgb(255,132,121); }
H1.HeaderClassName
{
color: #FF8479;
}
.AnyTagClassName
{
color: #FF8479;
}
</style>
background-color css
<style>
a { background-color: #FF8479; }
a { background-color: rgb(255,132,121); }
div.DivClassName
{
background-color: #FF8479;
}
.BgClassName
{
background-color: #FF8479;
}
</style>
border-color css
<style>
span { border-color: #FF8479; }
span { border-color: rgb(255,132,121); }
td.TdClassName
{
border-color: #FF8479;
}
.TagClassName
{
border-color: #FF8479;
}
</style>