Shades of Salmon #FF8769
Tints of Salmon #FF8769
RGB
CMYK
RGB Variations
Color information
#FF8769 (or 0xFF8769) is known color: Salmon. HEX triplet: FF, 87 and 69. RGB value is (255,135,105). Sum of RGB (Red+Green+Blue) = 255+135+105=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8769 is #007896. Grayscale: #A7A7A7. Windows color (decimal): -30871 or 6916095. OLE color: 6916095.
HSL color Cylindrical-coordinate representation of color #FF8769: hue angle of 12º 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 #FF8769 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 105 | - |
| CMYK | 0 | 0.47 | 0.59 | 0 |
| HSL | 12º | 1% | 0.71% | - |
| HSV(B) | 12º | 0.59% | 1% | - |
| XYZ | 52.45 | 39.61 | 18.25 | - |
| YUV | 167.46 | 92.76 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 105 | 0 | 0.47 | 0.59 | 0 | 12 | 1 | 0.71 |
| Hex | FF | 87 | 69 | 0 | 2F | 3B | 0 | C | 64 | 47 |
| Octal | 377 | 207 | 151 | 0 | 57 | 73 | 0 | 14 | 144 | 107 |
| Binary | 11111111 | 10000111 | 1101001 | 0 | 101111 | 111011 | 0 | 1100 | 1100100 | 1000111 |
Color Harmonies of #FF8769
Complementary color
Monochromatic Colors of #FF8769
Black with #FF8769
Text Example
Text Example
White with #FF8769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8769; }
p { color: rgb(255,135,105); }
H1.HeaderClassName
{
color: #FF8769;
}
.AnyTagClassName
{
color: #FF8769;
}
</style>
background-color css
<style>
a { background-color: #FF8769; }
a { background-color: rgb(255,135,105); }
div.DivClassName
{
background-color: #FF8769;
}
.BgClassName
{
background-color: #FF8769;
}
</style>
border-color css
<style>
span { border-color: #FF8769; }
span { border-color: rgb(255,135,105); }
td.TdClassName
{
border-color: #FF8769;
}
.TagClassName
{
border-color: #FF8769;
}
</style>