Shades of Salmon #FB8073
Tints of Salmon #FB8073
RGB
CMYK
RGB Variations
Color information
#FB8073 (or 0xFB8073) is known color: Salmon. HEX triplet: FB, 80 and 73. RGB value is (251,128,115). Sum of RGB (Red+Green+Blue) = 251+128+115=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8073 is #047F8C. Grayscale: #A3A3A3. Windows color (decimal): -294797 or 7569659. OLE color: 7569659.
HSL color Cylindrical-coordinate representation of color #FB8073: hue angle of 5.74º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB8073 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 115 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.02 |
| HSL | 5.74º | 0.94% | 0.72% | - |
| HSV(B) | 5.74º | 0.54% | 0.98% | - |
| XYZ | 50.6 | 37.19 | 20.73 | - |
| YUV | 163.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 115 | 0 | 0.49 | 0.54 | 0.02 | 5.74 | 0.94 | 0.72 |
| Hex | FB | 80 | 73 | 0 | 31 | 36 | 2 | 6 | 5E | 48 |
| Octal | 373 | 200 | 163 | 0 | 61 | 66 | 2 | 6 | 136 | 110 |
| Binary | 11111011 | 10000000 | 1110011 | 0 | 110001 | 110110 | 10 | 110 | 1011110 | 1001000 |
Color Harmonies of #FB8073
Complementary color
Monochromatic Colors of #FB8073
Black with #FB8073
Text Example
Text Example
White with #FB8073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8073; }
p { color: rgb(251,128,115); }
H1.HeaderClassName
{
color: #FB8073;
}
.AnyTagClassName
{
color: #FB8073;
}
</style>
background-color css
<style>
a { background-color: #FB8073; }
a { background-color: rgb(251,128,115); }
div.DivClassName
{
background-color: #FB8073;
}
.BgClassName
{
background-color: #FB8073;
}
</style>
border-color css
<style>
span { border-color: #FB8073; }
span { border-color: rgb(251,128,115); }
td.TdClassName
{
border-color: #FB8073;
}
.TagClassName
{
border-color: #FB8073;
}
</style>