Shades of Salmon #FF8476
Tints of Salmon #FF8476
RGB
CMYK
RGB Variations
Color information
#FF8476 (or 0xFF8476) is known color: Salmon. HEX triplet: FF, 84 and 76. RGB value is (255,132,118). Sum of RGB (Red+Green+Blue) = 255+132+118=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8476 is #007B89. Grayscale: #A7A7A7. Windows color (decimal): -31626 or 7767295. OLE color: 7767295.
HSL color Cylindrical-coordinate representation of color #FF8476: hue angle of 6.13º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF8476 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 118 | - |
| CMYK | 0 | 0.48 | 0.54 | 0 |
| HSL | 6.13º | 1% | 0.73% | - |
| HSV(B) | 6.13º | 0.54% | 1% | - |
| XYZ | 52.76 | 39.07 | 21.9 | - |
| YUV | 167.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 118 | 0 | 0.48 | 0.54 | 0 | 6.13 | 1 | 0.73 |
| Hex | FF | 84 | 76 | 0 | 30 | 36 | 0 | 6 | 64 | 49 |
| Octal | 377 | 204 | 166 | 0 | 60 | 66 | 0 | 6 | 144 | 111 |
| Binary | 11111111 | 10000100 | 1110110 | 0 | 110000 | 110110 | 0 | 110 | 1100100 | 1001001 |
Color Harmonies of #FF8476
Complementary color
Monochromatic Colors of #FF8476
Black with #FF8476
Text Example
Text Example
White with #FF8476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8476; }
p { color: rgb(255,132,118); }
H1.HeaderClassName
{
color: #FF8476;
}
.AnyTagClassName
{
color: #FF8476;
}
</style>
background-color css
<style>
a { background-color: #FF8476; }
a { background-color: rgb(255,132,118); }
div.DivClassName
{
background-color: #FF8476;
}
.BgClassName
{
background-color: #FF8476;
}
</style>
border-color css
<style>
span { border-color: #FF8476; }
span { border-color: rgb(255,132,118); }
td.TdClassName
{
border-color: #FF8476;
}
.TagClassName
{
border-color: #FF8476;
}
</style>