Shades of Salmon #FB7D67
Tints of Salmon #FB7D67
RGB
CMYK
RGB Variations
Color information
#FB7D67 (or 0xFB7D67) is known color: Salmon. HEX triplet: FB, 7D and 67. RGB value is (251,125,103). Sum of RGB (Red+Green+Blue) = 251+125+103=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7D67 is #048298. Grayscale: #A0A0A0. Windows color (decimal): -295577 or 6782459. OLE color: 6782459.
HSL color Cylindrical-coordinate representation of color #FB7D67: hue angle of 8.92º 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 #FB7D67 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 103 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.02 |
| HSL | 8.92º | 0.95% | 0.69% | - |
| HSV(B) | 8.92º | 0.59% | 0.98% | - |
| XYZ | 49.57 | 36.16 | 17.2 | - |
| YUV | 160.17 | 95.74 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 103 | 0 | 0.50 | 0.59 | 0.02 | 8.92 | 0.95 | 0.69 |
| Hex | FB | 7D | 67 | 0 | 32 | 3B | 2 | 9 | 5F | 45 |
| Octal | 373 | 175 | 147 | 0 | 62 | 73 | 2 | 11 | 137 | 105 |
| Binary | 11111011 | 1111101 | 1100111 | 0 | 110010 | 111011 | 10 | 1001 | 1011111 | 1000101 |
Color Harmonies of #FB7D67
Complementary color
Monochromatic Colors of #FB7D67
Black with #FB7D67
Text Example
Text Example
White with #FB7D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D67; }
p { color: rgb(251,125,103); }
H1.HeaderClassName
{
color: #FB7D67;
}
.AnyTagClassName
{
color: #FB7D67;
}
</style>
background-color css
<style>
a { background-color: #FB7D67; }
a { background-color: rgb(251,125,103); }
div.DivClassName
{
background-color: #FB7D67;
}
.BgClassName
{
background-color: #FB7D67;
}
</style>
border-color css
<style>
span { border-color: #FB7D67; }
span { border-color: rgb(251,125,103); }
td.TdClassName
{
border-color: #FB7D67;
}
.TagClassName
{
border-color: #FB7D67;
}
</style>