Shades of Salmon #F9877C
Tints of Salmon #F9877C
RGB
CMYK
RGB Variations
Color information
#F9877C (or 0xF9877C) is known color: Salmon. HEX triplet: F9, 87 and 7C. RGB value is (249,135,124). Sum of RGB (Red+Green+Blue) = 249+135+124=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F9877C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9877C is #067883. Grayscale: #A7A7A7. Windows color (decimal): -424068 or 8161273. OLE color: 8161273.
HSL color Cylindrical-coordinate representation of color #F9877C: hue angle of 5.28º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9877C is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 135 | 124 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.02 |
| HSL | 5.28º | 0.91% | 0.73% | - |
| HSV(B) | 5.28º | 0.5% | 0.98% | - |
| XYZ | 51.37 | 38.92 | 23.87 | - |
| YUV | 167.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 135 | 124 | 0 | 0.46 | 0.50 | 0.02 | 5.28 | 0.91 | 0.73 |
| Hex | F9 | 87 | 7C | 0 | 2E | 32 | 2 | 5 | 5B | 49 |
| Octal | 371 | 207 | 174 | 0 | 56 | 62 | 2 | 5 | 133 | 111 |
| Binary | 11111001 | 10000111 | 1111100 | 0 | 101110 | 110010 | 10 | 101 | 1011011 | 1001001 |
Color Harmonies of #F9877C
Complementary color
Monochromatic Colors of #F9877C
Black with #F9877C
Text Example
Text Example
White with #F9877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9877C; }
p { color: rgb(249,135,124); }
H1.HeaderClassName
{
color: #F9877C;
}
.AnyTagClassName
{
color: #F9877C;
}
</style>
background-color css
<style>
a { background-color: #F9877C; }
a { background-color: rgb(249,135,124); }
div.DivClassName
{
background-color: #F9877C;
}
.BgClassName
{
background-color: #F9877C;
}
</style>
border-color css
<style>
span { border-color: #F9877C; }
span { border-color: rgb(249,135,124); }
td.TdClassName
{
border-color: #F9877C;
}
.TagClassName
{
border-color: #F9877C;
}
</style>