Shades of Salmon #FA867D
Tints of Salmon #FA867D
RGB
CMYK
RGB Variations
Color information
#FA867D (or 0xFA867D) is known color: Salmon. HEX triplet: FA, 86 and 7D. RGB value is (250,134,125). Sum of RGB (Red+Green+Blue) = 250+134+125=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA867D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA867D is #057982. Grayscale: #A7A7A7. Windows color (decimal): -358787 or 8226554. OLE color: 8226554.
HSL color Cylindrical-coordinate representation of color #FA867D: hue angle of 4.32º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA867D is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 125 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.02 |
| HSL | 4.32º | 0.93% | 0.74% | - |
| HSV(B) | 4.32º | 0.5% | 0.98% | - |
| XYZ | 51.65 | 38.85 | 24.18 | - |
| YUV | 167.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 125 | 0 | 0.46 | 0.50 | 0.02 | 4.32 | 0.93 | 0.74 |
| Hex | FA | 86 | 7D | 0 | 2E | 32 | 2 | 4 | 5D | 4A |
| Octal | 372 | 206 | 175 | 0 | 56 | 62 | 2 | 4 | 135 | 112 |
| Binary | 11111010 | 10000110 | 1111101 | 0 | 101110 | 110010 | 10 | 100 | 1011101 | 1001010 |
Color Harmonies of #FA867D
Complementary color
Monochromatic Colors of #FA867D
Black with #FA867D
Text Example
Text Example
White with #FA867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA867D; }
p { color: rgb(250,134,125); }
H1.HeaderClassName
{
color: #FA867D;
}
.AnyTagClassName
{
color: #FA867D;
}
</style>
background-color css
<style>
a { background-color: #FA867D; }
a { background-color: rgb(250,134,125); }
div.DivClassName
{
background-color: #FA867D;
}
.BgClassName
{
background-color: #FA867D;
}
</style>
border-color css
<style>
span { border-color: #FA867D; }
span { border-color: rgb(250,134,125); }
td.TdClassName
{
border-color: #FA867D;
}
.TagClassName
{
border-color: #FA867D;
}
</style>