Shades of Salmon #F9877B
Tints of Salmon #F9877B
RGB
CMYK
RGB Variations
Color information
#F9877B (or 0xF9877B) is known color: Salmon. HEX triplet: F9, 87 and 7B. RGB value is (249,135,123). Sum of RGB (Red+Green+Blue) = 249+135+123=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9877B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9877B is #067884. Grayscale: #A7A7A7. Windows color (decimal): -424069 or 8095737. OLE color: 8095737.
HSL color Cylindrical-coordinate representation of color #F9877B: hue angle of 5.71º 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 #F9877B is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 135 | 123 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.02 |
| HSL | 5.71º | 0.91% | 0.73% | - |
| HSV(B) | 5.71º | 0.51% | 0.98% | - |
| XYZ | 51.31 | 38.9 | 23.54 | - |
| YUV | 167.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 135 | 123 | 0 | 0.46 | 0.51 | 0.02 | 5.71 | 0.91 | 0.73 |
| Hex | F9 | 87 | 7B | 0 | 2E | 33 | 2 | 6 | 5B | 49 |
| Octal | 371 | 207 | 173 | 0 | 56 | 63 | 2 | 6 | 133 | 111 |
| Binary | 11111001 | 10000111 | 1111011 | 0 | 101110 | 110011 | 10 | 110 | 1011011 | 1001001 |
Color Harmonies of #F9877B
Complementary color
Monochromatic Colors of #F9877B
Black with #F9877B
Text Example
Text Example
White with #F9877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9877B; }
p { color: rgb(249,135,123); }
H1.HeaderClassName
{
color: #F9877B;
}
.AnyTagClassName
{
color: #F9877B;
}
</style>
background-color css
<style>
a { background-color: #F9877B; }
a { background-color: rgb(249,135,123); }
div.DivClassName
{
background-color: #F9877B;
}
.BgClassName
{
background-color: #F9877B;
}
</style>
border-color css
<style>
span { border-color: #F9877B; }
span { border-color: rgb(249,135,123); }
td.TdClassName
{
border-color: #F9877B;
}
.TagClassName
{
border-color: #F9877B;
}
</style>