Shades of Salmon #FB7F67
Tints of Salmon #FB7F67
RGB
CMYK
RGB Variations
Color information
#FB7F67 (or 0xFB7F67) is known color: Salmon. HEX triplet: FB, 7F and 67. RGB value is (251,127,103). Sum of RGB (Red+Green+Blue) = 251+127+103=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7F67 is #048098. Grayscale: #A1A1A1. Windows color (decimal): -295065 or 6782971. OLE color: 6782971.
HSL color Cylindrical-coordinate representation of color #FB7F67: hue angle of 9.73º degrees, saturation: 0.95, 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 #FB7F67 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 103 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.02 |
| HSL | 9.73º | 0.95% | 0.69% | - |
| HSV(B) | 9.73º | 0.59% | 0.98% | - |
| XYZ | 49.82 | 36.67 | 17.28 | - |
| YUV | 161.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 103 | 0 | 0.49 | 0.59 | 0.02 | 9.73 | 0.95 | 0.69 |
| Hex | FB | 7F | 67 | 0 | 31 | 3B | 2 | A | 5F | 45 |
| Octal | 373 | 177 | 147 | 0 | 61 | 73 | 2 | 12 | 137 | 105 |
| Binary | 11111011 | 1111111 | 1100111 | 0 | 110001 | 111011 | 10 | 1010 | 1011111 | 1000101 |
Color Harmonies of #FB7F67
Complementary color
Monochromatic Colors of #FB7F67
Black with #FB7F67
Text Example
Text Example
White with #FB7F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7F67; }
p { color: rgb(251,127,103); }
H1.HeaderClassName
{
color: #FB7F67;
}
.AnyTagClassName
{
color: #FB7F67;
}
</style>
background-color css
<style>
a { background-color: #FB7F67; }
a { background-color: rgb(251,127,103); }
div.DivClassName
{
background-color: #FB7F67;
}
.BgClassName
{
background-color: #FB7F67;
}
</style>
border-color css
<style>
span { border-color: #FB7F67; }
span { border-color: rgb(251,127,103); }
td.TdClassName
{
border-color: #FB7F67;
}
.TagClassName
{
border-color: #FB7F67;
}
</style>