Shades of Salmon #F57B66
Tints of Salmon #F57B66
RGB
CMYK
RGB Variations
Color information
#F57B66 (or 0xF57B66) is known color: Salmon. HEX triplet: F5, 7B and 66. RGB value is (245,123,102). Sum of RGB (Red+Green+Blue) = 245+123+102=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57B66 is #0A8499. Grayscale: #9D9D9D. Windows color (decimal): -689306 or 6716405. OLE color: 6716405.
HSL color Cylindrical-coordinate representation of color #F57B66: hue angle of 8.81º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F57B66 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 102 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.04 |
| HSL | 8.81º | 0.88% | 0.68% | - |
| HSV(B) | 8.81º | 0.58% | 0.96% | - |
| XYZ | 47.14 | 34.54 | 16.75 | - |
| YUV | 157.08 | 96.92 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 102 | 0 | 0.50 | 0.58 | 0.04 | 8.81 | 0.88 | 0.68 |
| Hex | F5 | 7B | 66 | 0 | 32 | 3A | 4 | 9 | 58 | 44 |
| Octal | 365 | 173 | 146 | 0 | 62 | 72 | 4 | 11 | 130 | 104 |
| Binary | 11110101 | 1111011 | 1100110 | 0 | 110010 | 111010 | 100 | 1001 | 1011000 | 1000100 |
Color Harmonies of #F57B66
Complementary color
Monochromatic Colors of #F57B66
Black with #F57B66
Text Example
Text Example
White with #F57B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57B66; }
p { color: rgb(245,123,102); }
H1.HeaderClassName
{
color: #F57B66;
}
.AnyTagClassName
{
color: #F57B66;
}
</style>
background-color css
<style>
a { background-color: #F57B66; }
a { background-color: rgb(245,123,102); }
div.DivClassName
{
background-color: #F57B66;
}
.BgClassName
{
background-color: #F57B66;
}
</style>
border-color css
<style>
span { border-color: #F57B66; }
span { border-color: rgb(245,123,102); }
td.TdClassName
{
border-color: #F57B66;
}
.TagClassName
{
border-color: #F57B66;
}
</style>