Shades of Salmon #F87F64
Tints of Salmon #F87F64
RGB
CMYK
RGB Variations
Color information
#F87F64 (or 0xF87F64) is known color: Salmon. HEX triplet: F8, 7F and 64. RGB value is (248,127,100). Sum of RGB (Red+Green+Blue) = 248+127+100=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87F64 is #07809B. Grayscale: #A0A0A0. Windows color (decimal): -491676 or 6586360. OLE color: 6586360.
HSL color Cylindrical-coordinate representation of color #F87F64: hue angle of 10.95º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F87F64 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 100 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.03 |
| HSL | 10.95º | 0.91% | 0.68% | - |
| HSV(B) | 10.95º | 0.6% | 0.97% | - |
| XYZ | 48.6 | 36.06 | 16.45 | - |
| YUV | 160.1 | 94.09 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 100 | 0 | 0.49 | 0.60 | 0.03 | 10.95 | 0.91 | 0.68 |
| Hex | F8 | 7F | 64 | 0 | 31 | 3C | 3 | B | 5B | 44 |
| Octal | 370 | 177 | 144 | 0 | 61 | 74 | 3 | 13 | 133 | 104 |
| Binary | 11111000 | 1111111 | 1100100 | 0 | 110001 | 111100 | 11 | 1011 | 1011011 | 1000100 |
Color Harmonies of #F87F64
Complementary color
Monochromatic Colors of #F87F64
Black with #F87F64
Text Example
Text Example
White with #F87F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F64; }
p { color: rgb(248,127,100); }
H1.HeaderClassName
{
color: #F87F64;
}
.AnyTagClassName
{
color: #F87F64;
}
</style>
background-color css
<style>
a { background-color: #F87F64; }
a { background-color: rgb(248,127,100); }
div.DivClassName
{
background-color: #F87F64;
}
.BgClassName
{
background-color: #F87F64;
}
</style>
border-color css
<style>
span { border-color: #F87F64; }
span { border-color: rgb(248,127,100); }
td.TdClassName
{
border-color: #F87F64;
}
.TagClassName
{
border-color: #F87F64;
}
</style>