Shades of Salmon #F08467
Tints of Salmon #F08467
RGB
CMYK
RGB Variations
Color information
#F08467 (or 0xF08467) is known color: Salmon. HEX triplet: F0, 84 and 67. RGB value is (240,132,103). Sum of RGB (Red+Green+Blue) = 240+132+103=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F08467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08467 is #0F7B98. Grayscale: #A1A1A1. Windows color (decimal): -1014681 or 6784240. OLE color: 6784240.
HSL color Cylindrical-coordinate representation of color #F08467: hue angle of 12.7º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F08467 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 103 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.06 |
| HSL | 12.7º | 0.82% | 0.67% | - |
| HSV(B) | 12.7º | 0.57% | 0.94% | - |
| XYZ | 46.63 | 36.01 | 17.32 | - |
| YUV | 160.99 | 95.28 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 103 | 0 | 0.45 | 0.57 | 0.06 | 12.7 | 0.82 | 0.67 |
| Hex | F0 | 84 | 67 | 0 | 2D | 39 | 6 | D | 52 | 43 |
| Octal | 360 | 204 | 147 | 0 | 55 | 71 | 6 | 15 | 122 | 103 |
| Binary | 11110000 | 10000100 | 1100111 | 0 | 101101 | 111001 | 110 | 1101 | 1010010 | 1000011 |
Color Harmonies of #F08467
Complementary color
Monochromatic Colors of #F08467
Black with #F08467
Text Example
Text Example
White with #F08467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08467; }
p { color: rgb(240,132,103); }
H1.HeaderClassName
{
color: #F08467;
}
.AnyTagClassName
{
color: #F08467;
}
</style>
background-color css
<style>
a { background-color: #F08467; }
a { background-color: rgb(240,132,103); }
div.DivClassName
{
background-color: #F08467;
}
.BgClassName
{
background-color: #F08467;
}
</style>
border-color css
<style>
span { border-color: #F08467; }
span { border-color: rgb(240,132,103); }
td.TdClassName
{
border-color: #F08467;
}
.TagClassName
{
border-color: #F08467;
}
</style>