Shades of Salmon #FD7672
Tints of Salmon #FD7672
RGB
CMYK
RGB Variations
Color information
#FD7672 (or 0xFD7672) is known color: Salmon. HEX triplet: FD, 76 and 72. RGB value is (253,118,114). Sum of RGB (Red+Green+Blue) = 253+118+114=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7672 is #02898D. Grayscale: #9E9E9E. Windows color (decimal): -166286 or 7501565. OLE color: 7501565.
HSL color Cylindrical-coordinate representation of color #FD7672: hue angle of 1.73º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD7672 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 114 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.01 |
| HSL | 1.73º | 0.97% | 0.72% | - |
| HSV(B) | 1.73º | 0.55% | 0.99% | - |
| XYZ | 50.02 | 35.05 | 20.05 | - |
| YUV | 157.91 | 103.23 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 114 | 0 | 0.53 | 0.55 | 0.01 | 1.73 | 0.97 | 0.72 |
| Hex | FD | 76 | 72 | 0 | 35 | 37 | 1 | 2 | 61 | 48 |
| Octal | 375 | 166 | 162 | 0 | 65 | 67 | 1 | 2 | 141 | 110 |
| Binary | 11111101 | 1110110 | 1110010 | 0 | 110101 | 110111 | 1 | 10 | 1100001 | 1001000 |
Color Harmonies of #FD7672
Complementary color
Monochromatic Colors of #FD7672
Black with #FD7672
Text Example
Text Example
White with #FD7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7672; }
p { color: rgb(253,118,114); }
H1.HeaderClassName
{
color: #FD7672;
}
.AnyTagClassName
{
color: #FD7672;
}
</style>
background-color css
<style>
a { background-color: #FD7672; }
a { background-color: rgb(253,118,114); }
div.DivClassName
{
background-color: #FD7672;
}
.BgClassName
{
background-color: #FD7672;
}
</style>
border-color css
<style>
span { border-color: #FD7672; }
span { border-color: rgb(253,118,114); }
td.TdClassName
{
border-color: #FD7672;
}
.TagClassName
{
border-color: #FD7672;
}
</style>