Shades of Salmon #F08269
Tints of Salmon #F08269
RGB
CMYK
RGB Variations
Color information
#F08269 (or 0xF08269) is known color: Salmon. HEX triplet: F0, 82 and 69. RGB value is (240,130,105). Sum of RGB (Red+Green+Blue) = 240+130+105=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F08269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08269 is #0F7D96. Grayscale: #A0A0A0. Windows color (decimal): -1015191 or 6914800. OLE color: 6914800.
HSL color Cylindrical-coordinate representation of color #F08269: hue angle of 11.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F08269 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 105 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.06 |
| HSL | 11.11º | 0.82% | 0.68% | - |
| HSV(B) | 11.11º | 0.56% | 0.94% | - |
| XYZ | 46.47 | 35.51 | 17.77 | - |
| YUV | 160.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 105 | 0 | 0.46 | 0.56 | 0.06 | 11.11 | 0.82 | 0.68 |
| Hex | F0 | 82 | 69 | 0 | 2E | 38 | 6 | B | 52 | 44 |
| Octal | 360 | 202 | 151 | 0 | 56 | 70 | 6 | 13 | 122 | 104 |
| Binary | 11110000 | 10000010 | 1101001 | 0 | 101110 | 111000 | 110 | 1011 | 1010010 | 1000100 |
Color Harmonies of #F08269
Complementary color
Monochromatic Colors of #F08269
Black with #F08269
Text Example
Text Example
White with #F08269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08269; }
p { color: rgb(240,130,105); }
H1.HeaderClassName
{
color: #F08269;
}
.AnyTagClassName
{
color: #F08269;
}
</style>
background-color css
<style>
a { background-color: #F08269; }
a { background-color: rgb(240,130,105); }
div.DivClassName
{
background-color: #F08269;
}
.BgClassName
{
background-color: #F08269;
}
</style>
border-color css
<style>
span { border-color: #F08269; }
span { border-color: rgb(240,130,105); }
td.TdClassName
{
border-color: #F08269;
}
.TagClassName
{
border-color: #F08269;
}
</style>