Shades of Salmon #F28365
Tints of Salmon #F28365
RGB
CMYK
RGB Variations
Color information
#F28365 (or 0xF28365) is known color: Salmon. HEX triplet: F2, 83 and 65. RGB value is (242,131,101). Sum of RGB (Red+Green+Blue) = 242+131+101=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F28365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28365 is #0D7C9A. Grayscale: #A1A1A1. Windows color (decimal): -883867 or 6652914. OLE color: 6652914.
HSL color Cylindrical-coordinate representation of color #F28365: hue angle of 12.77º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F28365 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 101 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.05 |
| HSL | 12.77º | 0.84% | 0.67% | - |
| HSV(B) | 12.77º | 0.58% | 0.95% | - |
| XYZ | 47.08 | 36.05 | 16.79 | - |
| YUV | 160.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 101 | 0 | 0.46 | 0.58 | 0.05 | 12.77 | 0.84 | 0.67 |
| Hex | F2 | 83 | 65 | 0 | 2E | 3A | 5 | D | 54 | 43 |
| Octal | 362 | 203 | 145 | 0 | 56 | 72 | 5 | 15 | 124 | 103 |
| Binary | 11110010 | 10000011 | 1100101 | 0 | 101110 | 111010 | 101 | 1101 | 1010100 | 1000011 |
Color Harmonies of #F28365
Complementary color
Monochromatic Colors of #F28365
Black with #F28365
Text Example
Text Example
White with #F28365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28365; }
p { color: rgb(242,131,101); }
H1.HeaderClassName
{
color: #F28365;
}
.AnyTagClassName
{
color: #F28365;
}
</style>
background-color css
<style>
a { background-color: #F28365; }
a { background-color: rgb(242,131,101); }
div.DivClassName
{
background-color: #F28365;
}
.BgClassName
{
background-color: #F28365;
}
</style>
border-color css
<style>
span { border-color: #F28365; }
span { border-color: rgb(242,131,101); }
td.TdClassName
{
border-color: #F28365;
}
.TagClassName
{
border-color: #F28365;
}
</style>