Shades of Salmon #FD8066
Tints of Salmon #FD8066
RGB
CMYK
RGB Variations
Color information
#FD8066 (or 0xFD8066) is known color: Salmon. HEX triplet: FD, 80 and 66. RGB value is (253,128,102). Sum of RGB (Red+Green+Blue) = 253+128+102=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8066 is #027F99. Grayscale: #A2A2A2. Windows color (decimal): -163738 or 6717693. OLE color: 6717693.
HSL color Cylindrical-coordinate representation of color #FD8066: hue angle of 10.33º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD8066 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 102 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.01 |
| HSL | 10.33º | 0.97% | 0.7% | - |
| HSV(B) | 10.33º | 0.6% | 0.99% | - |
| XYZ | 50.63 | 37.28 | 17.1 | - |
| YUV | 162.41 | 93.91 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 102 | 0 | 0.49 | 0.60 | 0.01 | 10.33 | 0.97 | 0.7 |
| Hex | FD | 80 | 66 | 0 | 31 | 3C | 1 | A | 61 | 46 |
| Octal | 375 | 200 | 146 | 0 | 61 | 74 | 1 | 12 | 141 | 106 |
| Binary | 11111101 | 10000000 | 1100110 | 0 | 110001 | 111100 | 1 | 1010 | 1100001 | 1000110 |
Color Harmonies of #FD8066
Complementary color
Monochromatic Colors of #FD8066
Black with #FD8066
Text Example
Text Example
White with #FD8066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8066; }
p { color: rgb(253,128,102); }
H1.HeaderClassName
{
color: #FD8066;
}
.AnyTagClassName
{
color: #FD8066;
}
</style>
background-color css
<style>
a { background-color: #FD8066; }
a { background-color: rgb(253,128,102); }
div.DivClassName
{
background-color: #FD8066;
}
.BgClassName
{
background-color: #FD8066;
}
</style>
border-color css
<style>
span { border-color: #FD8066; }
span { border-color: rgb(253,128,102); }
td.TdClassName
{
border-color: #FD8066;
}
.TagClassName
{
border-color: #FD8066;
}
</style>