Shades of Salmon #FB827A
Tints of Salmon #FB827A
RGB
CMYK
RGB Variations
Color information
#FB827A (or 0xFB827A) is known color: Salmon. HEX triplet: FB, 82 and 7A. RGB value is (251,130,122). Sum of RGB (Red+Green+Blue) = 251+130+122=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB827A is #047D85. Grayscale: #A5A5A5. Windows color (decimal): -294278 or 8028923. OLE color: 8028923.
HSL color Cylindrical-coordinate representation of color #FB827A: hue angle of 3.72º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB827A is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 122 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.02 |
| HSL | 3.72º | 0.94% | 0.73% | - |
| HSV(B) | 3.72º | 0.51% | 0.98% | - |
| XYZ | 51.28 | 37.88 | 23.02 | - |
| YUV | 165.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 122 | 0 | 0.48 | 0.51 | 0.02 | 3.72 | 0.94 | 0.73 |
| Hex | FB | 82 | 7A | 0 | 30 | 33 | 2 | 4 | 5E | 49 |
| Octal | 373 | 202 | 172 | 0 | 60 | 63 | 2 | 4 | 136 | 111 |
| Binary | 11111011 | 10000010 | 1111010 | 0 | 110000 | 110011 | 10 | 100 | 1011110 | 1001001 |
Color Harmonies of #FB827A
Complementary color
Monochromatic Colors of #FB827A
Black with #FB827A
Text Example
Text Example
White with #FB827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB827A; }
p { color: rgb(251,130,122); }
H1.HeaderClassName
{
color: #FB827A;
}
.AnyTagClassName
{
color: #FB827A;
}
</style>
background-color css
<style>
a { background-color: #FB827A; }
a { background-color: rgb(251,130,122); }
div.DivClassName
{
background-color: #FB827A;
}
.BgClassName
{
background-color: #FB827A;
}
</style>
border-color css
<style>
span { border-color: #FB827A; }
span { border-color: rgb(251,130,122); }
td.TdClassName
{
border-color: #FB827A;
}
.TagClassName
{
border-color: #FB827A;
}
</style>