Shades of Salmon #F28567
Tints of Salmon #F28567
RGB
CMYK
RGB Variations
Color information
#F28567 (or 0xF28567) is known color: Salmon. HEX triplet: F2, 85 and 67. RGB value is (242,133,103). Sum of RGB (Red+Green+Blue) = 242+133+103=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F28567 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28567 is #0D7A98. Grayscale: #A2A2A2. Windows color (decimal): -883353 or 6784498. OLE color: 6784498.
HSL color Cylindrical-coordinate representation of color #F28567: hue angle of 12.95º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F28567 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 103 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.05 |
| HSL | 12.95º | 0.84% | 0.68% | - |
| HSV(B) | 12.95º | 0.57% | 0.95% | - |
| XYZ | 47.45 | 36.63 | 17.4 | - |
| YUV | 162.17 | 94.61 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 103 | 0 | 0.45 | 0.57 | 0.05 | 12.95 | 0.84 | 0.68 |
| Hex | F2 | 85 | 67 | 0 | 2D | 39 | 5 | D | 54 | 44 |
| Octal | 362 | 205 | 147 | 0 | 55 | 71 | 5 | 15 | 124 | 104 |
| Binary | 11110010 | 10000101 | 1100111 | 0 | 101101 | 111001 | 101 | 1101 | 1010100 | 1000100 |
Color Harmonies of #F28567
Complementary color
Monochromatic Colors of #F28567
Black with #F28567
Text Example
Text Example
White with #F28567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28567; }
p { color: rgb(242,133,103); }
H1.HeaderClassName
{
color: #F28567;
}
.AnyTagClassName
{
color: #F28567;
}
</style>
background-color css
<style>
a { background-color: #F28567; }
a { background-color: rgb(242,133,103); }
div.DivClassName
{
background-color: #F28567;
}
.BgClassName
{
background-color: #F28567;
}
</style>
border-color css
<style>
span { border-color: #F28567; }
span { border-color: rgb(242,133,103); }
td.TdClassName
{
border-color: #F28567;
}
.TagClassName
{
border-color: #F28567;
}
</style>