Shades of Salmon #FB726D
Tints of Salmon #FB726D
RGB
CMYK
RGB Variations
Color information
#FB726D (or 0xFB726D) is known color: Salmon. HEX triplet: FB, 72 and 6D. RGB value is (251,114,109). Sum of RGB (Red+Green+Blue) = 251+114+109=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB726D is #048D92. Grayscale: #9A9A9A. Windows color (decimal): -298387 or 7172859. OLE color: 7172859.
HSL color Cylindrical-coordinate representation of color #FB726D: hue angle of 2.11º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB726D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 109 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.02 |
| HSL | 2.11º | 0.95% | 0.71% | - |
| HSV(B) | 2.11º | 0.57% | 0.98% | - |
| XYZ | 48.56 | 33.65 | 18.4 | - |
| YUV | 154.39 | 102.39 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 109 | 0 | 0.55 | 0.57 | 0.02 | 2.11 | 0.95 | 0.71 |
| Hex | FB | 72 | 6D | 0 | 37 | 39 | 2 | 2 | 5F | 47 |
| Octal | 373 | 162 | 155 | 0 | 67 | 71 | 2 | 2 | 137 | 107 |
| Binary | 11111011 | 1110010 | 1101101 | 0 | 110111 | 111001 | 10 | 10 | 1011111 | 1000111 |
Color Harmonies of #FB726D
Complementary color
Monochromatic Colors of #FB726D
Black with #FB726D
Text Example
Text Example
White with #FB726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB726D; }
p { color: rgb(251,114,109); }
H1.HeaderClassName
{
color: #FB726D;
}
.AnyTagClassName
{
color: #FB726D;
}
</style>
background-color css
<style>
a { background-color: #FB726D; }
a { background-color: rgb(251,114,109); }
div.DivClassName
{
background-color: #FB726D;
}
.BgClassName
{
background-color: #FB726D;
}
</style>
border-color css
<style>
span { border-color: #FB726D; }
span { border-color: rgb(251,114,109); }
td.TdClassName
{
border-color: #FB726D;
}
.TagClassName
{
border-color: #FB726D;
}
</style>