Shades of Salmon #FF7F64
Tints of Salmon #FF7F64
RGB
CMYK
RGB Variations
Color information
#FF7F64 (or 0xFF7F64) is known color: Salmon. HEX triplet: FF, 7F and 64. RGB value is (255,127,100). Sum of RGB (Red+Green+Blue) = 255+127+100=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F64 is #00809B. Grayscale: #A2A2A2. Windows color (decimal): -32924 or 6586367. OLE color: 6586367.
HSL color Cylindrical-coordinate representation of color #FF7F64: hue angle of 10.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF7F64 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 100 | - |
| CMYK | 0 | 0.50 | 0.61 | 0 |
| HSL | 10.45º | 1% | 0.7% | - |
| HSV(B) | 10.45º | 0.61% | 1% | - |
| XYZ | 51.13 | 37.36 | 16.57 | - |
| YUV | 162.19 | 92.91 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 100 | 0 | 0.50 | 0.61 | 0 | 10.45 | 1 | 0.7 |
| Hex | FF | 7F | 64 | 0 | 32 | 3D | 0 | A | 64 | 46 |
| Octal | 377 | 177 | 144 | 0 | 62 | 75 | 0 | 12 | 144 | 106 |
| Binary | 11111111 | 1111111 | 1100100 | 0 | 110010 | 111101 | 0 | 1010 | 1100100 | 1000110 |
Color Harmonies of #FF7F64
Complementary color
Monochromatic Colors of #FF7F64
Black with #FF7F64
Text Example
Text Example
White with #FF7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F64; }
p { color: rgb(255,127,100); }
H1.HeaderClassName
{
color: #FF7F64;
}
.AnyTagClassName
{
color: #FF7F64;
}
</style>
background-color css
<style>
a { background-color: #FF7F64; }
a { background-color: rgb(255,127,100); }
div.DivClassName
{
background-color: #FF7F64;
}
.BgClassName
{
background-color: #FF7F64;
}
</style>
border-color css
<style>
span { border-color: #FF7F64; }
span { border-color: rgb(255,127,100); }
td.TdClassName
{
border-color: #FF7F64;
}
.TagClassName
{
border-color: #FF7F64;
}
</style>