Shades of Salmon #FF8469
Tints of Salmon #FF8469
RGB
CMYK
RGB Variations
Color information
#FF8469 (or 0xFF8469) is known color: Salmon. HEX triplet: FF, 84 and 69. RGB value is (255,132,105). Sum of RGB (Red+Green+Blue) = 255+132+105=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8469 is #007B96. Grayscale: #A5A5A5. Windows color (decimal): -31639 or 6915327. OLE color: 6915327.
HSL color Cylindrical-coordinate representation of color #FF8469: hue angle of 10.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF8469 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 105 | - |
| CMYK | 0 | 0.48 | 0.59 | 0 |
| HSL | 10.8º | 1% | 0.71% | - |
| HSV(B) | 10.8º | 0.59% | 1% | - |
| XYZ | 52.04 | 38.78 | 18.11 | - |
| YUV | 165.7 | 93.75 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 105 | 0 | 0.48 | 0.59 | 0 | 10.8 | 1 | 0.71 |
| Hex | FF | 84 | 69 | 0 | 30 | 3B | 0 | B | 64 | 47 |
| Octal | 377 | 204 | 151 | 0 | 60 | 73 | 0 | 13 | 144 | 107 |
| Binary | 11111111 | 10000100 | 1101001 | 0 | 110000 | 111011 | 0 | 1011 | 1100100 | 1000111 |
Color Harmonies of #FF8469
Complementary color
Monochromatic Colors of #FF8469
Black with #FF8469
Text Example
Text Example
White with #FF8469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8469; }
p { color: rgb(255,132,105); }
H1.HeaderClassName
{
color: #FF8469;
}
.AnyTagClassName
{
color: #FF8469;
}
</style>
background-color css
<style>
a { background-color: #FF8469; }
a { background-color: rgb(255,132,105); }
div.DivClassName
{
background-color: #FF8469;
}
.BgClassName
{
background-color: #FF8469;
}
</style>
border-color css
<style>
span { border-color: #FF8469; }
span { border-color: rgb(255,132,105); }
td.TdClassName
{
border-color: #FF8469;
}
.TagClassName
{
border-color: #FF8469;
}
</style>