Shades of Salmon #FA8077
Tints of Salmon #FA8077
RGB
CMYK
RGB Variations
Color information
#FA8077 (or 0xFA8077) is known color: Salmon. HEX triplet: FA, 80 and 77. RGB value is (250,128,119). Sum of RGB (Red+Green+Blue) = 250+128+119=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8077 is #057F88. Grayscale: #A3A3A3. Windows color (decimal): -360329 or 7831802. OLE color: 7831802.
HSL color Cylindrical-coordinate representation of color #FA8077: hue angle of 4.12º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA8077 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 119 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.02 |
| HSL | 4.12º | 0.93% | 0.72% | - |
| HSV(B) | 4.12º | 0.52% | 0.98% | - |
| XYZ | 50.47 | 37.09 | 21.95 | - |
| YUV | 163.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 119 | 0 | 0.49 | 0.52 | 0.02 | 4.12 | 0.93 | 0.72 |
| Hex | FA | 80 | 77 | 0 | 31 | 34 | 2 | 4 | 5D | 48 |
| Octal | 372 | 200 | 167 | 0 | 61 | 64 | 2 | 4 | 135 | 110 |
| Binary | 11111010 | 10000000 | 1110111 | 0 | 110001 | 110100 | 10 | 100 | 1011101 | 1001000 |
Color Harmonies of #FA8077
Complementary color
Monochromatic Colors of #FA8077
Black with #FA8077
Text Example
Text Example
White with #FA8077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8077; }
p { color: rgb(250,128,119); }
H1.HeaderClassName
{
color: #FA8077;
}
.AnyTagClassName
{
color: #FA8077;
}
</style>
background-color css
<style>
a { background-color: #FA8077; }
a { background-color: rgb(250,128,119); }
div.DivClassName
{
background-color: #FA8077;
}
.BgClassName
{
background-color: #FA8077;
}
</style>
border-color css
<style>
span { border-color: #FA8077; }
span { border-color: rgb(250,128,119); }
td.TdClassName
{
border-color: #FA8077;
}
.TagClassName
{
border-color: #FA8077;
}
</style>