Shades of Salmon #FF8774
Tints of Salmon #FF8774
RGB
CMYK
RGB Variations
Color information
#FF8774 (or 0xFF8774) is known color: Salmon. HEX triplet: FF, 87 and 74. RGB value is (255,135,116). Sum of RGB (Red+Green+Blue) = 255+135+116=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8774 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8774 is #00788B. Grayscale: #A8A8A8. Windows color (decimal): -30860 or 7636991. OLE color: 7636991.
HSL color Cylindrical-coordinate representation of color #FF8774: hue angle of 8.2º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF8774 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 116 | - |
| CMYK | 0 | 0.47 | 0.55 | 0 |
| HSL | 8.2º | 1% | 0.73% | - |
| HSV(B) | 8.2º | 0.55% | 1% | - |
| XYZ | 53.06 | 39.85 | 21.42 | - |
| YUV | 168.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 116 | 0 | 0.47 | 0.55 | 0 | 8.2 | 1 | 0.73 |
| Hex | FF | 87 | 74 | 0 | 2F | 37 | 0 | 8 | 64 | 49 |
| Octal | 377 | 207 | 164 | 0 | 57 | 67 | 0 | 10 | 144 | 111 |
| Binary | 11111111 | 10000111 | 1110100 | 0 | 101111 | 110111 | 0 | 1000 | 1100100 | 1001001 |
Color Harmonies of #FF8774
Complementary color
Monochromatic Colors of #FF8774
Black with #FF8774
Text Example
Text Example
White with #FF8774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8774; }
p { color: rgb(255,135,116); }
H1.HeaderClassName
{
color: #FF8774;
}
.AnyTagClassName
{
color: #FF8774;
}
</style>
background-color css
<style>
a { background-color: #FF8774; }
a { background-color: rgb(255,135,116); }
div.DivClassName
{
background-color: #FF8774;
}
.BgClassName
{
background-color: #FF8774;
}
</style>
border-color css
<style>
span { border-color: #FF8774; }
span { border-color: rgb(255,135,116); }
td.TdClassName
{
border-color: #FF8774;
}
.TagClassName
{
border-color: #FF8774;
}
</style>