Shades of Salmon #FB7C67
Tints of Salmon #FB7C67
RGB
CMYK
RGB Variations
Color information
#FB7C67 (or 0xFB7C67) is known color: Salmon. HEX triplet: FB, 7C and 67. RGB value is (251,124,103). Sum of RGB (Red+Green+Blue) = 251+124+103=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7C67 is #048398. Grayscale: #9F9F9F. Windows color (decimal): -295833 or 6782203. OLE color: 6782203.
HSL color Cylindrical-coordinate representation of color #FB7C67: hue angle of 8.51º 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 #FB7C67 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 103 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.02 |
| HSL | 8.51º | 0.95% | 0.69% | - |
| HSV(B) | 8.51º | 0.59% | 0.98% | - |
| XYZ | 49.44 | 35.9 | 17.16 | - |
| YUV | 159.58 | 96.08 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 103 | 0 | 0.51 | 0.59 | 0.02 | 8.51 | 0.95 | 0.69 |
| Hex | FB | 7C | 67 | 0 | 33 | 3B | 2 | 9 | 5F | 45 |
| Octal | 373 | 174 | 147 | 0 | 63 | 73 | 2 | 11 | 137 | 105 |
| Binary | 11111011 | 1111100 | 1100111 | 0 | 110011 | 111011 | 10 | 1001 | 1011111 | 1000101 |
Color Harmonies of #FB7C67
Complementary color
Monochromatic Colors of #FB7C67
Black with #FB7C67
Text Example
Text Example
White with #FB7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C67; }
p { color: rgb(251,124,103); }
H1.HeaderClassName
{
color: #FB7C67;
}
.AnyTagClassName
{
color: #FB7C67;
}
</style>
background-color css
<style>
a { background-color: #FB7C67; }
a { background-color: rgb(251,124,103); }
div.DivClassName
{
background-color: #FB7C67;
}
.BgClassName
{
background-color: #FB7C67;
}
</style>
border-color css
<style>
span { border-color: #FB7C67; }
span { border-color: rgb(251,124,103); }
td.TdClassName
{
border-color: #FB7C67;
}
.TagClassName
{
border-color: #FB7C67;
}
</style>