Shades of Salmon #FD8067
Tints of Salmon #FD8067
RGB
CMYK
RGB Variations
Color information
#FD8067 (or 0xFD8067) is known color: Salmon. HEX triplet: FD, 80 and 67. RGB value is (253,128,103). Sum of RGB (Red+Green+Blue) = 253+128+103=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8067 is #027F98. Grayscale: #A2A2A2. Windows color (decimal): -163737 or 6783229. OLE color: 6783229.
HSL color Cylindrical-coordinate representation of color #FD8067: hue angle of 10º 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 #FD8067 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 103 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.01 |
| HSL | 10º | 0.97% | 0.7% | - |
| HSV(B) | 10º | 0.59% | 0.99% | - |
| XYZ | 50.68 | 37.3 | 17.36 | - |
| YUV | 162.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 103 | 0 | 0.49 | 0.59 | 0.01 | 10 | 0.97 | 0.7 |
| Hex | FD | 80 | 67 | 0 | 31 | 3B | 1 | A | 61 | 46 |
| Octal | 375 | 200 | 147 | 0 | 61 | 73 | 1 | 12 | 141 | 106 |
| Binary | 11111101 | 10000000 | 1100111 | 0 | 110001 | 111011 | 1 | 1010 | 1100001 | 1000110 |
Color Harmonies of #FD8067
Complementary color
Monochromatic Colors of #FD8067
Black with #FD8067
Text Example
Text Example
White with #FD8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8067; }
p { color: rgb(253,128,103); }
H1.HeaderClassName
{
color: #FD8067;
}
.AnyTagClassName
{
color: #FD8067;
}
</style>
background-color css
<style>
a { background-color: #FD8067; }
a { background-color: rgb(253,128,103); }
div.DivClassName
{
background-color: #FD8067;
}
.BgClassName
{
background-color: #FD8067;
}
</style>
border-color css
<style>
span { border-color: #FD8067; }
span { border-color: rgb(253,128,103); }
td.TdClassName
{
border-color: #FD8067;
}
.TagClassName
{
border-color: #FD8067;
}
</style>