Shades of Salmon #FD7F68
Tints of Salmon #FD7F68
RGB
CMYK
RGB Variations
Color information
#FD7F68 (or 0xFD7F68) is known color: Salmon. HEX triplet: FD, 7F and 68. RGB value is (253,127,104). Sum of RGB (Red+Green+Blue) = 253+127+104=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7F68 is #028097. Grayscale: #A2A2A2. Windows color (decimal): -163992 or 6848509. OLE color: 6848509.
HSL color Cylindrical-coordinate representation of color #FD7F68: hue angle of 9.26º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD7F68 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 127 | 104 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.01 |
| HSL | 9.26º | 0.97% | 0.7% | - |
| HSV(B) | 9.26º | 0.59% | 0.99% | - |
| XYZ | 50.6 | 37.06 | 17.58 | - |
| YUV | 162.05 | 95.24 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 127 | 104 | 0 | 0.50 | 0.59 | 0.01 | 9.26 | 0.97 | 0.7 |
| Hex | FD | 7F | 68 | 0 | 32 | 3B | 1 | 9 | 61 | 46 |
| Octal | 375 | 177 | 150 | 0 | 62 | 73 | 1 | 11 | 141 | 106 |
| Binary | 11111101 | 1111111 | 1101000 | 0 | 110010 | 111011 | 1 | 1001 | 1100001 | 1000110 |
Color Harmonies of #FD7F68
Complementary color
Monochromatic Colors of #FD7F68
Black with #FD7F68
Text Example
Text Example
White with #FD7F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7F68; }
p { color: rgb(253,127,104); }
H1.HeaderClassName
{
color: #FD7F68;
}
.AnyTagClassName
{
color: #FD7F68;
}
</style>
background-color css
<style>
a { background-color: #FD7F68; }
a { background-color: rgb(253,127,104); }
div.DivClassName
{
background-color: #FD7F68;
}
.BgClassName
{
background-color: #FD7F68;
}
</style>
border-color css
<style>
span { border-color: #FD7F68; }
span { border-color: rgb(253,127,104); }
td.TdClassName
{
border-color: #FD7F68;
}
.TagClassName
{
border-color: #FD7F68;
}
</style>