Shades of Salmon #FC8768
Tints of Salmon #FC8768
RGB
CMYK
RGB Variations
Color information
#FC8768 (or 0xFC8768) is known color: Salmon. HEX triplet: FC, 87 and 68. RGB value is (252,135,104). Sum of RGB (Red+Green+Blue) = 252+135+104=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8768 is #037897. Grayscale: #A6A6A6. Windows color (decimal): -227480 or 6850556. OLE color: 6850556.
HSL color Cylindrical-coordinate representation of color #FC8768: hue angle of 12.57º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC8768 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 135 | 104 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.01 |
| HSL | 12.57º | 0.96% | 0.7% | - |
| HSV(B) | 12.57º | 0.59% | 0.99% | - |
| XYZ | 51.31 | 39.02 | 17.92 | - |
| YUV | 166.45 | 92.76 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 135 | 104 | 0 | 0.46 | 0.59 | 0.01 | 12.57 | 0.96 | 0.7 |
| Hex | FC | 87 | 68 | 0 | 2E | 3B | 1 | D | 60 | 46 |
| Octal | 374 | 207 | 150 | 0 | 56 | 73 | 1 | 15 | 140 | 106 |
| Binary | 11111100 | 10000111 | 1101000 | 0 | 101110 | 111011 | 1 | 1101 | 1100000 | 1000110 |
Color Harmonies of #FC8768
Complementary color
Monochromatic Colors of #FC8768
Black with #FC8768
Text Example
Text Example
White with #FC8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8768; }
p { color: rgb(252,135,104); }
H1.HeaderClassName
{
color: #FC8768;
}
.AnyTagClassName
{
color: #FC8768;
}
</style>
background-color css
<style>
a { background-color: #FC8768; }
a { background-color: rgb(252,135,104); }
div.DivClassName
{
background-color: #FC8768;
}
.BgClassName
{
background-color: #FC8768;
}
</style>
border-color css
<style>
span { border-color: #FC8768; }
span { border-color: rgb(252,135,104); }
td.TdClassName
{
border-color: #FC8768;
}
.TagClassName
{
border-color: #FC8768;
}
</style>