Shades of Salmon #FA8768
Tints of Salmon #FA8768
RGB
CMYK
RGB Variations
Color information
#FA8768 (or 0xFA8768) is known color: Salmon. HEX triplet: FA, 87 and 68. RGB value is (250,135,104). Sum of RGB (Red+Green+Blue) = 250+135+104=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8768 is #057897. Grayscale: #A6A6A6. Windows color (decimal): -358552 or 6850554. OLE color: 6850554.
HSL color Cylindrical-coordinate representation of color #FA8768: hue angle of 12.74º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA8768 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 104 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.02 |
| HSL | 12.74º | 0.94% | 0.69% | - |
| HSV(B) | 12.74º | 0.58% | 0.98% | - |
| XYZ | 50.59 | 38.65 | 17.89 | - |
| YUV | 165.85 | 93.1 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 104 | 0 | 0.46 | 0.58 | 0.02 | 12.74 | 0.94 | 0.69 |
| Hex | FA | 87 | 68 | 0 | 2E | 3A | 2 | D | 5E | 45 |
| Octal | 372 | 207 | 150 | 0 | 56 | 72 | 2 | 15 | 136 | 105 |
| Binary | 11111010 | 10000111 | 1101000 | 0 | 101110 | 111010 | 10 | 1101 | 1011110 | 1000101 |
Color Harmonies of #FA8768
Complementary color
Monochromatic Colors of #FA8768
Black with #FA8768
Text Example
Text Example
White with #FA8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8768; }
p { color: rgb(250,135,104); }
H1.HeaderClassName
{
color: #FA8768;
}
.AnyTagClassName
{
color: #FA8768;
}
</style>
background-color css
<style>
a { background-color: #FA8768; }
a { background-color: rgb(250,135,104); }
div.DivClassName
{
background-color: #FA8768;
}
.BgClassName
{
background-color: #FA8768;
}
</style>
border-color css
<style>
span { border-color: #FA8768; }
span { border-color: rgb(250,135,104); }
td.TdClassName
{
border-color: #FA8768;
}
.TagClassName
{
border-color: #FA8768;
}
</style>