Shades of Salmon #FB7F66
Tints of Salmon #FB7F66
RGB
CMYK
RGB Variations
Color information
#FB7F66 (or 0xFB7F66) is known color: Salmon. HEX triplet: FB, 7F and 66. RGB value is (251,127,102). Sum of RGB (Red+Green+Blue) = 251+127+102=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7F66 is #048099. Grayscale: #A1A1A1. Windows color (decimal): -295066 or 6717435. OLE color: 6717435.
HSL color Cylindrical-coordinate representation of color #FB7F66: hue angle of 10.07º 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 #FB7F66 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 102 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.02 |
| HSL | 10.07º | 0.95% | 0.69% | - |
| HSV(B) | 10.07º | 0.59% | 0.98% | - |
| XYZ | 49.77 | 36.65 | 17.02 | - |
| YUV | 161.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 102 | 0 | 0.49 | 0.59 | 0.02 | 10.07 | 0.95 | 0.69 |
| Hex | FB | 7F | 66 | 0 | 31 | 3B | 2 | A | 5F | 45 |
| Octal | 373 | 177 | 146 | 0 | 61 | 73 | 2 | 12 | 137 | 105 |
| Binary | 11111011 | 1111111 | 1100110 | 0 | 110001 | 111011 | 10 | 1010 | 1011111 | 1000101 |
Color Harmonies of #FB7F66
Complementary color
Monochromatic Colors of #FB7F66
Black with #FB7F66
Text Example
Text Example
White with #FB7F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7F66; }
p { color: rgb(251,127,102); }
H1.HeaderClassName
{
color: #FB7F66;
}
.AnyTagClassName
{
color: #FB7F66;
}
</style>
background-color css
<style>
a { background-color: #FB7F66; }
a { background-color: rgb(251,127,102); }
div.DivClassName
{
background-color: #FB7F66;
}
.BgClassName
{
background-color: #FB7F66;
}
</style>
border-color css
<style>
span { border-color: #FB7F66; }
span { border-color: rgb(251,127,102); }
td.TdClassName
{
border-color: #FB7F66;
}
.TagClassName
{
border-color: #FB7F66;
}
</style>