Shades of Salmon #F9867A
Tints of Salmon #F9867A
RGB
CMYK
RGB Variations
Color information
#F9867A (or 0xF9867A) is known color: Salmon. HEX triplet: F9, 86 and 7A. RGB value is (249,134,122). Sum of RGB (Red+Green+Blue) = 249+134+122=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9867A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9867A is #067985. Grayscale: #A7A7A7. Windows color (decimal): -424326 or 8029945. OLE color: 8029945.
HSL color Cylindrical-coordinate representation of color #F9867A: hue angle of 5.67º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9867A is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 134 | 122 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.02 |
| HSL | 5.67º | 0.91% | 0.73% | - |
| HSV(B) | 5.67º | 0.51% | 0.98% | - |
| XYZ | 51.1 | 38.6 | 23.17 | - |
| YUV | 167.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 134 | 122 | 0 | 0.46 | 0.51 | 0.02 | 5.67 | 0.91 | 0.73 |
| Hex | F9 | 86 | 7A | 0 | 2E | 33 | 2 | 6 | 5B | 49 |
| Octal | 371 | 206 | 172 | 0 | 56 | 63 | 2 | 6 | 133 | 111 |
| Binary | 11111001 | 10000110 | 1111010 | 0 | 101110 | 110011 | 10 | 110 | 1011011 | 1001001 |
Color Harmonies of #F9867A
Complementary color
Monochromatic Colors of #F9867A
Black with #F9867A
Text Example
Text Example
White with #F9867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9867A; }
p { color: rgb(249,134,122); }
H1.HeaderClassName
{
color: #F9867A;
}
.AnyTagClassName
{
color: #F9867A;
}
</style>
background-color css
<style>
a { background-color: #F9867A; }
a { background-color: rgb(249,134,122); }
div.DivClassName
{
background-color: #F9867A;
}
.BgClassName
{
background-color: #F9867A;
}
</style>
border-color css
<style>
span { border-color: #F9867A; }
span { border-color: rgb(249,134,122); }
td.TdClassName
{
border-color: #F9867A;
}
.TagClassName
{
border-color: #F9867A;
}
</style>