Shades of Salmon #FA8567
Tints of Salmon #FA8567
RGB
CMYK
RGB Variations
Color information
#FA8567 (or 0xFA8567) is known color: Salmon. HEX triplet: FA, 85 and 67. RGB value is (250,133,103). Sum of RGB (Red+Green+Blue) = 250+133+103=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8567 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8567 is #057A98. Grayscale: #A4A4A4. Windows color (decimal): -359065 or 6784506. OLE color: 6784506.
HSL color Cylindrical-coordinate representation of color #FA8567: hue angle of 12.24º 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 #FA8567 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 103 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.02 |
| HSL | 12.24º | 0.94% | 0.69% | - |
| HSV(B) | 12.24º | 0.59% | 0.98% | - |
| XYZ | 50.26 | 38.08 | 17.53 | - |
| YUV | 164.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 103 | 0 | 0.47 | 0.59 | 0.02 | 12.24 | 0.94 | 0.69 |
| Hex | FA | 85 | 67 | 0 | 2F | 3B | 2 | C | 5E | 45 |
| Octal | 372 | 205 | 147 | 0 | 57 | 73 | 2 | 14 | 136 | 105 |
| Binary | 11111010 | 10000101 | 1100111 | 0 | 101111 | 111011 | 10 | 1100 | 1011110 | 1000101 |
Color Harmonies of #FA8567
Complementary color
Monochromatic Colors of #FA8567
Black with #FA8567
Text Example
Text Example
White with #FA8567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8567; }
p { color: rgb(250,133,103); }
H1.HeaderClassName
{
color: #FA8567;
}
.AnyTagClassName
{
color: #FA8567;
}
</style>
background-color css
<style>
a { background-color: #FA8567; }
a { background-color: rgb(250,133,103); }
div.DivClassName
{
background-color: #FA8567;
}
.BgClassName
{
background-color: #FA8567;
}
</style>
border-color css
<style>
span { border-color: #FA8567; }
span { border-color: rgb(250,133,103); }
td.TdClassName
{
border-color: #FA8567;
}
.TagClassName
{
border-color: #FA8567;
}
</style>