Shades of Salmon #FA8F72
Tints of Salmon #FA8F72
RGB
CMYK
RGB Variations
Color information
#FA8F72 (or 0xFA8F72) is known color: Salmon. HEX triplet: FA, 8F and 72. RGB value is (250,143,114). Sum of RGB (Red+Green+Blue) = 250+143+114=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F72 is #05708D. Grayscale: #ABABAB. Windows color (decimal): -356494 or 7507962. OLE color: 7507962.
HSL color Cylindrical-coordinate representation of color #FA8F72: hue angle of 12.79º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA8F72 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 114 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.02 |
| HSL | 12.79º | 0.93% | 0.71% | - |
| HSV(B) | 12.79º | 0.54% | 0.98% | - |
| XYZ | 52.28 | 41.18 | 21.11 | - |
| YUV | 171.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 114 | 0 | 0.43 | 0.54 | 0.02 | 12.79 | 0.93 | 0.71 |
| Hex | FA | 8F | 72 | 0 | 2B | 36 | 2 | D | 5D | 47 |
| Octal | 372 | 217 | 162 | 0 | 53 | 66 | 2 | 15 | 135 | 107 |
| Binary | 11111010 | 10001111 | 1110010 | 0 | 101011 | 110110 | 10 | 1101 | 1011101 | 1000111 |
Color Harmonies of #FA8F72
Complementary color
Monochromatic Colors of #FA8F72
Black with #FA8F72
Text Example
Text Example
White with #FA8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F72; }
p { color: rgb(250,143,114); }
H1.HeaderClassName
{
color: #FA8F72;
}
.AnyTagClassName
{
color: #FA8F72;
}
</style>
background-color css
<style>
a { background-color: #FA8F72; }
a { background-color: rgb(250,143,114); }
div.DivClassName
{
background-color: #FA8F72;
}
.BgClassName
{
background-color: #FA8F72;
}
</style>
border-color css
<style>
span { border-color: #FA8F72; }
span { border-color: rgb(250,143,114); }
td.TdClassName
{
border-color: #FA8F72;
}
.TagClassName
{
border-color: #FA8F72;
}
</style>