Shades of Salmon #FA7672
Tints of Salmon #FA7672
RGB
CMYK
RGB Variations
Color information
#FA7672 (or 0xFA7672) is known color: Salmon. HEX triplet: FA, 76 and 72. RGB value is (250,118,114). Sum of RGB (Red+Green+Blue) = 250+118+114=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7672 is #05898D. Grayscale: #9D9D9D. Windows color (decimal): -362894 or 7501562. OLE color: 7501562.
HSL color Cylindrical-coordinate representation of color #FA7672: hue angle of 1.76º 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 #FA7672 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 114 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.02 |
| HSL | 1.76º | 0.93% | 0.71% | - |
| HSV(B) | 1.76º | 0.54% | 0.98% | - |
| XYZ | 48.94 | 34.5 | 20 | - |
| YUV | 157.01 | 103.73 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 114 | 0 | 0.53 | 0.54 | 0.02 | 1.76 | 0.93 | 0.71 |
| Hex | FA | 76 | 72 | 0 | 35 | 36 | 2 | 2 | 5D | 47 |
| Octal | 372 | 166 | 162 | 0 | 65 | 66 | 2 | 2 | 135 | 107 |
| Binary | 11111010 | 1110110 | 1110010 | 0 | 110101 | 110110 | 10 | 10 | 1011101 | 1000111 |
Color Harmonies of #FA7672
Complementary color
Monochromatic Colors of #FA7672
Black with #FA7672
Text Example
Text Example
White with #FA7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7672; }
p { color: rgb(250,118,114); }
H1.HeaderClassName
{
color: #FA7672;
}
.AnyTagClassName
{
color: #FA7672;
}
</style>
background-color css
<style>
a { background-color: #FA7672; }
a { background-color: rgb(250,118,114); }
div.DivClassName
{
background-color: #FA7672;
}
.BgClassName
{
background-color: #FA7672;
}
</style>
border-color css
<style>
span { border-color: #FA7672; }
span { border-color: rgb(250,118,114); }
td.TdClassName
{
border-color: #FA7672;
}
.TagClassName
{
border-color: #FA7672;
}
</style>