Shades of Salmon #FF8867
Tints of Salmon #FF8867
RGB
CMYK
RGB Variations
Color information
#FF8867 (or 0xFF8867) is known color: Salmon. HEX triplet: FF, 88 and 67. RGB value is (255,136,103). Sum of RGB (Red+Green+Blue) = 255+136+103=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8867 is #007798. Grayscale: #A8A8A8. Windows color (decimal): -30617 or 6785279. OLE color: 6785279.
HSL color Cylindrical-coordinate representation of color #FF8867: hue angle of 13.03º 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 #FF8867 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 103 | - |
| CMYK | 0 | 0.47 | 0.60 | 0 |
| HSL | 13.03º | 1% | 0.7% | - |
| HSV(B) | 13.03º | 0.6% | 1% | - |
| XYZ | 52.49 | 39.85 | 17.76 | - |
| YUV | 167.82 | 91.42 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 103 | 0 | 0.47 | 0.60 | 0 | 13.03 | 1 | 0.7 |
| Hex | FF | 88 | 67 | 0 | 2F | 3C | 0 | D | 64 | 46 |
| Octal | 377 | 210 | 147 | 0 | 57 | 74 | 0 | 15 | 144 | 106 |
| Binary | 11111111 | 10001000 | 1100111 | 0 | 101111 | 111100 | 0 | 1101 | 1100100 | 1000110 |
Color Harmonies of #FF8867
Complementary color
Monochromatic Colors of #FF8867
Black with #FF8867
Text Example
Text Example
White with #FF8867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8867; }
p { color: rgb(255,136,103); }
H1.HeaderClassName
{
color: #FF8867;
}
.AnyTagClassName
{
color: #FF8867;
}
</style>
background-color css
<style>
a { background-color: #FF8867; }
a { background-color: rgb(255,136,103); }
div.DivClassName
{
background-color: #FF8867;
}
.BgClassName
{
background-color: #FF8867;
}
</style>
border-color css
<style>
span { border-color: #FF8867; }
span { border-color: rgb(255,136,103); }
td.TdClassName
{
border-color: #FF8867;
}
.TagClassName
{
border-color: #FF8867;
}
</style>