Shades of Salmon #FF8274
Tints of Salmon #FF8274
RGB
CMYK
RGB Variations
Color information
#FF8274 (or 0xFF8274) is known color: Salmon. HEX triplet: FF, 82 and 74. RGB value is (255,130,116). Sum of RGB (Red+Green+Blue) = 255+130+116=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8274 is #007D8B. Grayscale: #A5A5A5. Windows color (decimal): -32140 or 7635711. OLE color: 7635711.
HSL color Cylindrical-coordinate representation of color #FF8274: hue angle of 6.04º 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 #FF8274 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 116 | - |
| CMYK | 0 | 0.49 | 0.55 | 0 |
| HSL | 6.04º | 1% | 0.73% | - |
| HSV(B) | 6.04º | 0.55% | 1% | - |
| XYZ | 52.38 | 38.49 | 21.19 | - |
| YUV | 165.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 116 | 0 | 0.49 | 0.55 | 0 | 6.04 | 1 | 0.73 |
| Hex | FF | 82 | 74 | 0 | 31 | 37 | 0 | 6 | 64 | 49 |
| Octal | 377 | 202 | 164 | 0 | 61 | 67 | 0 | 6 | 144 | 111 |
| Binary | 11111111 | 10000010 | 1110100 | 0 | 110001 | 110111 | 0 | 110 | 1100100 | 1001001 |
Color Harmonies of #FF8274
Complementary color
Monochromatic Colors of #FF8274
Black with #FF8274
Text Example
Text Example
White with #FF8274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8274; }
p { color: rgb(255,130,116); }
H1.HeaderClassName
{
color: #FF8274;
}
.AnyTagClassName
{
color: #FF8274;
}
</style>
background-color css
<style>
a { background-color: #FF8274; }
a { background-color: rgb(255,130,116); }
div.DivClassName
{
background-color: #FF8274;
}
.BgClassName
{
background-color: #FF8274;
}
</style>
border-color css
<style>
span { border-color: #FF8274; }
span { border-color: rgb(255,130,116); }
td.TdClassName
{
border-color: #FF8274;
}
.TagClassName
{
border-color: #FF8274;
}
</style>