Shades of Salmon #FF8B72
Tints of Salmon #FF8B72
RGB
CMYK
RGB Variations
Color information
#FF8B72 (or 0xFF8B72) is known color: Salmon. HEX triplet: FF, 8B and 72. RGB value is (255,139,114). Sum of RGB (Red+Green+Blue) = 255+139+114=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B72 is #00748D. Grayscale: #ABABAB. Windows color (decimal): -29838 or 7506943. OLE color: 7506943.
HSL color Cylindrical-coordinate representation of color #FF8B72: hue angle of 10.64º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF8B72 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 114 | - |
| CMYK | 0 | 0.45 | 0.55 | 0 |
| HSL | 10.64º | 1% | 0.72% | - |
| HSV(B) | 10.64º | 0.55% | 1% | - |
| XYZ | 53.51 | 40.94 | 21 | - |
| YUV | 170.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 114 | 0 | 0.45 | 0.55 | 0 | 10.64 | 1 | 0.72 |
| Hex | FF | 8B | 72 | 0 | 2D | 37 | 0 | B | 64 | 48 |
| Octal | 377 | 213 | 162 | 0 | 55 | 67 | 0 | 13 | 144 | 110 |
| Binary | 11111111 | 10001011 | 1110010 | 0 | 101101 | 110111 | 0 | 1011 | 1100100 | 1001000 |
Color Harmonies of #FF8B72
Complementary color
Monochromatic Colors of #FF8B72
Black with #FF8B72
Text Example
Text Example
White with #FF8B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B72; }
p { color: rgb(255,139,114); }
H1.HeaderClassName
{
color: #FF8B72;
}
.AnyTagClassName
{
color: #FF8B72;
}
</style>
background-color css
<style>
a { background-color: #FF8B72; }
a { background-color: rgb(255,139,114); }
div.DivClassName
{
background-color: #FF8B72;
}
.BgClassName
{
background-color: #FF8B72;
}
</style>
border-color css
<style>
span { border-color: #FF8B72; }
span { border-color: rgb(255,139,114); }
td.TdClassName
{
border-color: #FF8B72;
}
.TagClassName
{
border-color: #FF8B72;
}
</style>