Shades of Salmon #FF8262
Tints of Salmon #FF8262
RGB
CMYK
RGB Variations
Color information
#FF8262 (or 0xFF8262) is known color: Salmon. HEX triplet: FF, 82 and 62. RGB value is (255,130,98). Sum of RGB (Red+Green+Blue) = 255+130+98=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8262 is #007D9D. Grayscale: #A3A3A3. Windows color (decimal): -32158 or 6456063. OLE color: 6456063.
HSL color Cylindrical-coordinate representation of color #FF8262: hue angle of 12.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF8262 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 98 | - |
| CMYK | 0 | 0.49 | 0.62 | 0 |
| HSL | 12.23º | 1% | 0.69% | - |
| HSV(B) | 12.23º | 0.62% | 1% | - |
| XYZ | 51.43 | 38.11 | 16.2 | - |
| YUV | 163.73 | 90.91 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 98 | 0 | 0.49 | 0.62 | 0 | 12.23 | 1 | 0.69 |
| Hex | FF | 82 | 62 | 0 | 31 | 3E | 0 | C | 64 | 45 |
| Octal | 377 | 202 | 142 | 0 | 61 | 76 | 0 | 14 | 144 | 105 |
| Binary | 11111111 | 10000010 | 1100010 | 0 | 110001 | 111110 | 0 | 1100 | 1100100 | 1000101 |
Color Harmonies of #FF8262
Complementary color
Monochromatic Colors of #FF8262
Black with #FF8262
Text Example
Text Example
White with #FF8262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8262; }
p { color: rgb(255,130,98); }
H1.HeaderClassName
{
color: #FF8262;
}
.AnyTagClassName
{
color: #FF8262;
}
</style>
background-color css
<style>
a { background-color: #FF8262; }
a { background-color: rgb(255,130,98); }
div.DivClassName
{
background-color: #FF8262;
}
.BgClassName
{
background-color: #FF8262;
}
</style>
border-color css
<style>
span { border-color: #FF8262; }
span { border-color: rgb(255,130,98); }
td.TdClassName
{
border-color: #FF8262;
}
.TagClassName
{
border-color: #FF8262;
}
</style>