Shades of Salmon #FF7869
Tints of Salmon #FF7869
RGB
CMYK
RGB Variations
Color information
#FF7869 (or 0xFF7869) is known color: Salmon. HEX triplet: FF, 78 and 69. RGB value is (255,120,105). Sum of RGB (Red+Green+Blue) = 255+120+105=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7869 is #008796. Grayscale: #9E9E9E. Windows color (decimal): -34711 or 6912255. OLE color: 6912255.
HSL color Cylindrical-coordinate representation of color #FF7869: hue angle of 6º 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 #FF7869 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 105 | - |
| CMYK | 0 | 0.53 | 0.59 | 0 |
| HSL | 6º | 1% | 0.71% | - |
| HSV(B) | 6º | 0.59% | 1% | - |
| XYZ | 50.51 | 35.71 | 17.6 | - |
| YUV | 158.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 105 | 0 | 0.53 | 0.59 | 0 | 6 | 1 | 0.71 |
| Hex | FF | 78 | 69 | 0 | 35 | 3B | 0 | 6 | 64 | 47 |
| Octal | 377 | 170 | 151 | 0 | 65 | 73 | 0 | 6 | 144 | 107 |
| Binary | 11111111 | 1111000 | 1101001 | 0 | 110101 | 111011 | 0 | 110 | 1100100 | 1000111 |
Color Harmonies of #FF7869
Complementary color
Monochromatic Colors of #FF7869
Black with #FF7869
Text Example
Text Example
White with #FF7869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7869; }
p { color: rgb(255,120,105); }
H1.HeaderClassName
{
color: #FF7869;
}
.AnyTagClassName
{
color: #FF7869;
}
</style>
background-color css
<style>
a { background-color: #FF7869; }
a { background-color: rgb(255,120,105); }
div.DivClassName
{
background-color: #FF7869;
}
.BgClassName
{
background-color: #FF7869;
}
</style>
border-color css
<style>
span { border-color: #FF7869; }
span { border-color: rgb(255,120,105); }
td.TdClassName
{
border-color: #FF7869;
}
.TagClassName
{
border-color: #FF7869;
}
</style>