Shades of Salmon #FF827B
Tints of Salmon #FF827B
RGB
CMYK
RGB Variations
Color information
#FF827B (or 0xFF827B) is known color: Salmon. HEX triplet: FF, 82 and 7B. RGB value is (255,130,123). Sum of RGB (Red+Green+Blue) = 255+130+123=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF827B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF827B is #007D84. Grayscale: #A6A6A6. Windows color (decimal): -32133 or 8094463. OLE color: 8094463.
HSL color Cylindrical-coordinate representation of color #FF827B: hue angle of 3.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF827B is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 123 | - |
| CMYK | 0 | 0.49 | 0.52 | 0 |
| HSL | 3.18º | 1% | 0.74% | - |
| HSV(B) | 3.18º | 0.52% | 1% | - |
| XYZ | 52.8 | 38.66 | 23.42 | - |
| YUV | 166.58 | 103.41 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 123 | 0 | 0.49 | 0.52 | 0 | 3.18 | 1 | 0.74 |
| Hex | FF | 82 | 7B | 0 | 31 | 34 | 0 | 3 | 64 | 4A |
| Octal | 377 | 202 | 173 | 0 | 61 | 64 | 0 | 3 | 144 | 112 |
| Binary | 11111111 | 10000010 | 1111011 | 0 | 110001 | 110100 | 0 | 11 | 1100100 | 1001010 |
Color Harmonies of #FF827B
Complementary color
Monochromatic Colors of #FF827B
Black with #FF827B
Text Example
Text Example
White with #FF827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF827B; }
p { color: rgb(255,130,123); }
H1.HeaderClassName
{
color: #FF827B;
}
.AnyTagClassName
{
color: #FF827B;
}
</style>
background-color css
<style>
a { background-color: #FF827B; }
a { background-color: rgb(255,130,123); }
div.DivClassName
{
background-color: #FF827B;
}
.BgClassName
{
background-color: #FF827B;
}
</style>
border-color css
<style>
span { border-color: #FF827B; }
span { border-color: rgb(255,130,123); }
td.TdClassName
{
border-color: #FF827B;
}
.TagClassName
{
border-color: #FF827B;
}
</style>