Shades of Salmon #FF8372
Tints of Salmon #FF8372
RGB
CMYK
RGB Variations
Color information
#FF8372 (or 0xFF8372) is known color: Salmon. HEX triplet: FF, 83 and 72. RGB value is (255,131,114). Sum of RGB (Red+Green+Blue) = 255+131+114=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8372 is #007C8D. Grayscale: #A6A6A6. Windows color (decimal): -31886 or 7504895. OLE color: 7504895.
HSL color Cylindrical-coordinate representation of color #FF8372: hue angle of 7.23º 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 #FF8372 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 114 | - |
| CMYK | 0 | 0.49 | 0.55 | 0 |
| HSL | 7.23º | 1% | 0.72% | - |
| HSV(B) | 7.23º | 0.55% | 1% | - |
| XYZ | 52.39 | 38.71 | 20.63 | - |
| YUV | 166.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 114 | 0 | 0.49 | 0.55 | 0 | 7.23 | 1 | 0.72 |
| Hex | FF | 83 | 72 | 0 | 31 | 37 | 0 | 7 | 64 | 48 |
| Octal | 377 | 203 | 162 | 0 | 61 | 67 | 0 | 7 | 144 | 110 |
| Binary | 11111111 | 10000011 | 1110010 | 0 | 110001 | 110111 | 0 | 111 | 1100100 | 1001000 |
Color Harmonies of #FF8372
Complementary color
Monochromatic Colors of #FF8372
Black with #FF8372
Text Example
Text Example
White with #FF8372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8372; }
p { color: rgb(255,131,114); }
H1.HeaderClassName
{
color: #FF8372;
}
.AnyTagClassName
{
color: #FF8372;
}
</style>
background-color css
<style>
a { background-color: #FF8372; }
a { background-color: rgb(255,131,114); }
div.DivClassName
{
background-color: #FF8372;
}
.BgClassName
{
background-color: #FF8372;
}
</style>
border-color css
<style>
span { border-color: #FF8372; }
span { border-color: rgb(255,131,114); }
td.TdClassName
{
border-color: #FF8372;
}
.TagClassName
{
border-color: #FF8372;
}
</style>