Shades of Salmon #FD8065
Tints of Salmon #FD8065
RGB
CMYK
RGB Variations
Color information
#FD8065 (or 0xFD8065) is known color: Salmon. HEX triplet: FD, 80 and 65. RGB value is (253,128,101). Sum of RGB (Red+Green+Blue) = 253+128+101=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8065 is #027F9A. Grayscale: #A2A2A2. Windows color (decimal): -163739 or 6652157. OLE color: 6652157.
HSL color Cylindrical-coordinate representation of color #FD8065: hue angle of 10.66º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD8065 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 101 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.01 |
| HSL | 10.66º | 0.97% | 0.69% | - |
| HSV(B) | 10.66º | 0.6% | 0.99% | - |
| XYZ | 50.58 | 37.26 | 16.84 | - |
| YUV | 162.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 101 | 0 | 0.49 | 0.60 | 0.01 | 10.66 | 0.97 | 0.69 |
| Hex | FD | 80 | 65 | 0 | 31 | 3C | 1 | B | 61 | 45 |
| Octal | 375 | 200 | 145 | 0 | 61 | 74 | 1 | 13 | 141 | 105 |
| Binary | 11111101 | 10000000 | 1100101 | 0 | 110001 | 111100 | 1 | 1011 | 1100001 | 1000101 |
Color Harmonies of #FD8065
Complementary color
Monochromatic Colors of #FD8065
Black with #FD8065
Text Example
Text Example
White with #FD8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8065; }
p { color: rgb(253,128,101); }
H1.HeaderClassName
{
color: #FD8065;
}
.AnyTagClassName
{
color: #FD8065;
}
</style>
background-color css
<style>
a { background-color: #FD8065; }
a { background-color: rgb(253,128,101); }
div.DivClassName
{
background-color: #FD8065;
}
.BgClassName
{
background-color: #FD8065;
}
</style>
border-color css
<style>
span { border-color: #FD8065; }
span { border-color: rgb(253,128,101); }
td.TdClassName
{
border-color: #FD8065;
}
.TagClassName
{
border-color: #FD8065;
}
</style>