Shades of Salmon #FB736C
Tints of Salmon #FB736C
RGB
CMYK
RGB Variations
Color information
#FB736C (or 0xFB736C) is known color: Salmon. HEX triplet: FB, 73 and 6C. RGB value is (251,115,108). Sum of RGB (Red+Green+Blue) = 251+115+108=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB736C is #048C93. Grayscale: #9B9B9B. Windows color (decimal): -298132 or 7107579. OLE color: 7107579.
HSL color Cylindrical-coordinate representation of color #FB736C: hue angle of 2.94º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB736C is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 108 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.02 |
| HSL | 2.94º | 0.95% | 0.7% | - |
| HSV(B) | 2.94º | 0.57% | 0.98% | - |
| XYZ | 48.62 | 33.85 | 18.16 | - |
| YUV | 154.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 108 | 0 | 0.54 | 0.57 | 0.02 | 2.94 | 0.95 | 0.7 |
| Hex | FB | 73 | 6C | 0 | 36 | 39 | 2 | 3 | 5F | 46 |
| Octal | 373 | 163 | 154 | 0 | 66 | 71 | 2 | 3 | 137 | 106 |
| Binary | 11111011 | 1110011 | 1101100 | 0 | 110110 | 111001 | 10 | 11 | 1011111 | 1000110 |
Color Harmonies of #FB736C
Complementary color
Monochromatic Colors of #FB736C
Black with #FB736C
Text Example
Text Example
White with #FB736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB736C; }
p { color: rgb(251,115,108); }
H1.HeaderClassName
{
color: #FB736C;
}
.AnyTagClassName
{
color: #FB736C;
}
</style>
background-color css
<style>
a { background-color: #FB736C; }
a { background-color: rgb(251,115,108); }
div.DivClassName
{
background-color: #FB736C;
}
.BgClassName
{
background-color: #FB736C;
}
</style>
border-color css
<style>
span { border-color: #FB736C; }
span { border-color: rgb(251,115,108); }
td.TdClassName
{
border-color: #FB736C;
}
.TagClassName
{
border-color: #FB736C;
}
</style>