Shades of Salmon #FD8263
Tints of Salmon #FD8263
RGB
CMYK
RGB Variations
Color information
#FD8263 (or 0xFD8263) is known color: Salmon. HEX triplet: FD, 82 and 63. RGB value is (253,130,99). Sum of RGB (Red+Green+Blue) = 253+130+99=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8263 is #027D9C. Grayscale: #A3A3A3. Windows color (decimal): -163229 or 6521597. OLE color: 6521597.
HSL color Cylindrical-coordinate representation of color #FD8263: hue angle of 12.08º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD8263 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 99 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.01 |
| HSL | 12.08º | 0.97% | 0.69% | - |
| HSV(B) | 12.08º | 0.61% | 0.99% | - |
| XYZ | 50.74 | 37.75 | 16.42 | - |
| YUV | 163.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 99 | 0 | 0.49 | 0.61 | 0.01 | 12.08 | 0.97 | 0.69 |
| Hex | FD | 82 | 63 | 0 | 31 | 3D | 1 | C | 61 | 45 |
| Octal | 375 | 202 | 143 | 0 | 61 | 75 | 1 | 14 | 141 | 105 |
| Binary | 11111101 | 10000010 | 1100011 | 0 | 110001 | 111101 | 1 | 1100 | 1100001 | 1000101 |
Color Harmonies of #FD8263
Complementary color
Monochromatic Colors of #FD8263
Black with #FD8263
Text Example
Text Example
White with #FD8263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8263; }
p { color: rgb(253,130,99); }
H1.HeaderClassName
{
color: #FD8263;
}
.AnyTagClassName
{
color: #FD8263;
}
</style>
background-color css
<style>
a { background-color: #FD8263; }
a { background-color: rgb(253,130,99); }
div.DivClassName
{
background-color: #FD8263;
}
.BgClassName
{
background-color: #FD8263;
}
</style>
border-color css
<style>
span { border-color: #FD8263; }
span { border-color: rgb(253,130,99); }
td.TdClassName
{
border-color: #FD8263;
}
.TagClassName
{
border-color: #FD8263;
}
</style>