Shades of Salmon #FF8567
Tints of Salmon #FF8567
RGB
CMYK
RGB Variations
Color information
#FF8567 (or 0xFF8567) is known color: Salmon. HEX triplet: FF, 85 and 67. RGB value is (255,133,103). Sum of RGB (Red+Green+Blue) = 255+133+103=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8567 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8567 is #007A98. Grayscale: #A6A6A6. Windows color (decimal): -31385 or 6784511. OLE color: 6784511.
HSL color Cylindrical-coordinate representation of color #FF8567: hue angle of 11.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF8567 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 103 | - |
| CMYK | 0 | 0.48 | 0.60 | 0 |
| HSL | 11.84º | 1% | 0.7% | - |
| HSV(B) | 11.84º | 0.6% | 1% | - |
| XYZ | 52.08 | 39.01 | 17.62 | - |
| YUV | 166.06 | 92.42 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 103 | 0 | 0.48 | 0.60 | 0 | 11.84 | 1 | 0.7 |
| Hex | FF | 85 | 67 | 0 | 30 | 3C | 0 | C | 64 | 46 |
| Octal | 377 | 205 | 147 | 0 | 60 | 74 | 0 | 14 | 144 | 106 |
| Binary | 11111111 | 10000101 | 1100111 | 0 | 110000 | 111100 | 0 | 1100 | 1100100 | 1000110 |
Color Harmonies of #FF8567
Complementary color
Monochromatic Colors of #FF8567
Black with #FF8567
Text Example
Text Example
White with #FF8567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8567; }
p { color: rgb(255,133,103); }
H1.HeaderClassName
{
color: #FF8567;
}
.AnyTagClassName
{
color: #FF8567;
}
</style>
background-color css
<style>
a { background-color: #FF8567; }
a { background-color: rgb(255,133,103); }
div.DivClassName
{
background-color: #FF8567;
}
.BgClassName
{
background-color: #FF8567;
}
</style>
border-color css
<style>
span { border-color: #FF8567; }
span { border-color: rgb(255,133,103); }
td.TdClassName
{
border-color: #FF8567;
}
.TagClassName
{
border-color: #FF8567;
}
</style>