Shades of Salmon #FA8667
Tints of Salmon #FA8667
RGB
CMYK
RGB Variations
Color information
#FA8667 (or 0xFA8667) is known color: Salmon. HEX triplet: FA, 86 and 67. RGB value is (250,134,103). Sum of RGB (Red+Green+Blue) = 250+134+103=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8667 is #057998. Grayscale: #A5A5A5. Windows color (decimal): -358809 or 6784762. OLE color: 6784762.
HSL color Cylindrical-coordinate representation of color #FA8667: hue angle of 12.65º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA8667 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 103 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.02 |
| HSL | 12.65º | 0.94% | 0.69% | - |
| HSV(B) | 12.65º | 0.59% | 0.98% | - |
| XYZ | 50.4 | 38.35 | 17.58 | - |
| YUV | 165.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 103 | 0 | 0.46 | 0.59 | 0.02 | 12.65 | 0.94 | 0.69 |
| Hex | FA | 86 | 67 | 0 | 2E | 3B | 2 | D | 5E | 45 |
| Octal | 372 | 206 | 147 | 0 | 56 | 73 | 2 | 15 | 136 | 105 |
| Binary | 11111010 | 10000110 | 1100111 | 0 | 101110 | 111011 | 10 | 1101 | 1011110 | 1000101 |
Color Harmonies of #FA8667
Complementary color
Monochromatic Colors of #FA8667
Black with #FA8667
Text Example
Text Example
White with #FA8667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8667; }
p { color: rgb(250,134,103); }
H1.HeaderClassName
{
color: #FA8667;
}
.AnyTagClassName
{
color: #FA8667;
}
</style>
background-color css
<style>
a { background-color: #FA8667; }
a { background-color: rgb(250,134,103); }
div.DivClassName
{
background-color: #FA8667;
}
.BgClassName
{
background-color: #FA8667;
}
</style>
border-color css
<style>
span { border-color: #FA8667; }
span { border-color: rgb(250,134,103); }
td.TdClassName
{
border-color: #FA8667;
}
.TagClassName
{
border-color: #FA8667;
}
</style>