Shades of Salmon #F28376
Tints of Salmon #F28376
RGB
CMYK
RGB Variations
Color information
#F28376 (or 0xF28376) is known color: Salmon. HEX triplet: F2, 83 and 76. RGB value is (242,131,118). Sum of RGB (Red+Green+Blue) = 242+131+118=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F28376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28376 is #0D7C89. Grayscale: #A2A2A2. Windows color (decimal): -883850 or 7767026. OLE color: 7767026.
HSL color Cylindrical-coordinate representation of color #F28376: hue angle of 6.29º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F28376 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 118 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.05 |
| HSL | 6.29º | 0.83% | 0.71% | - |
| HSV(B) | 6.29º | 0.51% | 0.95% | - |
| XYZ | 48 | 36.42 | 21.64 | - |
| YUV | 162.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 118 | 0 | 0.46 | 0.51 | 0.05 | 6.29 | 0.83 | 0.71 |
| Hex | F2 | 83 | 76 | 0 | 2E | 33 | 5 | 6 | 53 | 47 |
| Octal | 362 | 203 | 166 | 0 | 56 | 63 | 5 | 6 | 123 | 107 |
| Binary | 11110010 | 10000011 | 1110110 | 0 | 101110 | 110011 | 101 | 110 | 1010011 | 1000111 |
Color Harmonies of #F28376
Complementary color
Monochromatic Colors of #F28376
Black with #F28376
Text Example
Text Example
White with #F28376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28376; }
p { color: rgb(242,131,118); }
H1.HeaderClassName
{
color: #F28376;
}
.AnyTagClassName
{
color: #F28376;
}
</style>
background-color css
<style>
a { background-color: #F28376; }
a { background-color: rgb(242,131,118); }
div.DivClassName
{
background-color: #F28376;
}
.BgClassName
{
background-color: #F28376;
}
</style>
border-color css
<style>
span { border-color: #F28376; }
span { border-color: rgb(242,131,118); }
td.TdClassName
{
border-color: #F28376;
}
.TagClassName
{
border-color: #F28376;
}
</style>